Stefan Zwijsen
Forum Replies Created
-
Just to add version info: it works fine again if I rollback both Elementor Pro to v3.20.2 and Elementor to v3.20.3.
I’ll keep that for now as workaround.
Regards,
StefanHi Bill
Did you find a solution for this?
I have a simlar issue, only it is visible for logged out as well as logged in users.
It started after upgrading to the latest Elementor version (I’m using Pro 3.21.2).
I tried disabling all other plugins, no difference. Emptied cache.
Then I restored my site to the state before the upgrade. Make sure it works fine, then upgraded Elementor again and the issue re-appeared.I opened a support ticket, but the refer to WP itself or some hosting config that would cause this…
Regards,
StefanForum: Plugins
In reply to: [Zoho Mail for WordPress] Invalid Client SecretHi,
I just had the same problem last week.
The solution was to deactivate and reactivate the plugin and reconfigure the settings. I know it sounds too simple, but did you try that already?
(I also created a new client-id and secret at the same time)Regards,
StefanForum: Plugins
In reply to: [The Events Calendar] Incomplete TranslationA fix is available in version 3.0.2.
Forum: Plugins
In reply to: [The Events Calendar] Incomplete TranslationHi,
I noticed the same (site in Dutch/French).
Seems these placeholder values currently cannot be translated.
Let’s wait and see if TEC Support can help.Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] No Crop LinkHi Mitch,
Thanks for the fix. The crop works fine now with a foreign language.
Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] No Crop LinkNot sure if this is related to the same problem, but something is still wrong.
When I click the Crop link, the editor appears. I can resize.
But when I click the Save button the crop isn’t saved. And when I get back to the Manage Gallery page it shows the content twice.Forum: Plugins
In reply to: [NextGEN Image Cropper] [Plugin: NextGEN Image Cropper] No Crop LinkHi,
I encountered the same problem yesterday (site in Dutch).
The reason is that in plugin.php on lines 39 and 40 this is used in the add_action:
admin_print_scripts-gallery_page_nggallery-manage-gallery
However, on a site in another language the text “gallery” will/can be translated. In my case (Dutch) the line should be:
admin_print_scripts-galerij_page_nggallery-manage-galleryAdditionally in js/gallery.js there’s the same problem for the class on line 4:
.gallery_page_nggallery-manage-gallery.
In my case that should be.galerij_page_nggallery-manage-gallery.I made the changes in these 2 files and now gallery.js is loaded and the Crop link is visible.
Can you take a look at this Chris?
Thanks,
StefanYes, I’m using URE v3.0.1.
There are no GForms capabilities in the result of the query.Now, GForms specifies it needs MyQSL 5+, and I’m running the site on 4.1.x. The GForms work just fine, but probably this has something to do with the capabilities problem.
I will try to test it with MySQL 5 and see if the problem still exists.Forum: Fixing WordPress
In reply to: Archive List and Page for Custom Post Types – MySQLThanks for the code luispunchy, exactly what I needed to get my custom post type year archives working!