Anna Meurer
Forum Replies Created
-
Forum: Plugins
In reply to: [Geolocation IP Detection] operator=”or”Aaaahhhhh – ok, thank you so much ๐ค this explains everything ๐
You made my day.
Cheers
AnnaForum: Plugins
In reply to: [Page Builder Gutenberg Blocks โ CoBlocks] Extend/add item attributesHi Aleksandar,
thanks for your answer und understood. But is there a way to exchange one list item? I really need the one for โlactose freeโ and e.g. do not need the item โpopularโ. I found the graphic file already in the plugin folder. So is there any chance to exchange this? This would help for the moment.
Thanks
AchimWoohoo! Works now! Great.
Thanks for the update.
Greets
AchimHello? Anyone from the MailPoet-Team? We would love to spend money, butโฆ
Forum: Reviews
In reply to: [Blog2Social: Social Media Auto Post & Scheduler] Great PlugInHi,
sorry for this delayed reply!! And thanks a lot for your answer.
Greets
Achim- This reply was modified 5 years, 8 months ago by Anna Meurer.
Forum: Plugins
In reply to: [CP Multi View Events Calendar] Can’t edit calendar event, blank pop upHi,
I tested 3 different browser, Safari, Firefox, Chrome, it’s all the same…
MacOS 10.12.5
Thanks for any help
AchimForum: Plugins
In reply to: [CP Multi View Events Calendar] Can’t edit calendar event, blank pop upHi,
it’s not only the problem of editing an existing one, I can’t set a new one too.
Thanks for any help
AchimForum: Plugins
In reply to: Twitter Embeds Not Working in WordPress 3.8This is a very helpful link, just create a plugin with that code, re-edit your post and save again – you’re done!
Worked for me!
Forum: Fixing WordPress
In reply to: I can no longer embed youtube videos in posts ver 3.4.2Hi all together
Does somebody has a solution? I’ve got the same problem since I’ve updated to 3.4.2. No chance, even with no plugin at all, a clean installation and twenty eleven activated.
Anybody an idea? Thanx for any hint!
Greetings from Austria
Yes, sorry, forgot to answer here in the forum. I’ve fiddled it out with one of the plugin authors. It was a facebook app problem.
In the facebook app it is necessary to write the name of the app in lower case characters! This is weird, but that’s facebook ๐
So this was my problem and solution. Maybe they have to change it in there database too (the plugin authors). So if this doesn’t work, contact them.
thanx for your reply. After deactivating the plugin and activating again the translation was there.
Greets
AchimForum: Hacks
In reply to: Check for CMYK images during uploader@praelx
thanx for the answer. And yes, I’m using the built-in uploader. I will google for the settings API, never heard of that or used that before ๐I’ll have a try…
Thanx!
Forum: Hacks
In reply to: Check for CMYK images during uploaderI’ve found this code:
$imgDetails = getimagesize('yourimage.jpg'); if ($imgDetails['channels'] === 4) { // CMYK } elseif ($imgDetails['channels'] === 3) { // RGB }How can I hook this to the uploader? Or other ideas?
thanx – the new version works again – perfect!
Forum: Hacks
In reply to: One post each category AND paged AND repeatingfirst of all – i’m NOT a coder ๐
ok, I tried that code, but it isn’t correct:
It shows on the second page the the last 3 posts from page 1.
So, anybody an idea?
THANX!