bredchic
Forum Replies Created
-
Forum: Plugins
In reply to: [Media Sync] AJAX ErrorI also had to incread wp memory limit to 512
Forum: Plugins
In reply to: [Media Sync] AJAX ErrorSame error here. Solved by switching from imagik to gmagick php extention.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Litespeed issueHi Aert
I seems that the issue is not there any more.
When I was deactivating and reactivating complianz plugin the issue was reappearing.
I’ve now purged the cache, reactivated the plugin and the issue seems to be (dis)solved.In case it’ll be back I’ll get back to you.
Thanks for nowMichele
same here
Forum: Plugins
In reply to: [Media Sync] [Media Synk] Error E:Hi. I solved by replacing the extension imagick with gmagick, on php 7.4.
On other installations with previous versions of php (like 7.2), imagick works fine, but still, in case, you could try gmagick anyway.cheers. Easy Green Hosting.
- This reply was modified 4 years, 4 months ago by bredchic.
Forum: Plugins
In reply to: [Transposh WordPress Translation] current language shortcodeIt works after an upgrade! Thanks
Forum: Plugins
In reply to: [Transposh WordPress Translation] current language shortcodeHi thanks.
I am afraid it doesn’t work.
Just for you to check, I’ve placed <p>[tpe mylang]</p> on the bottom of the homepage, but nothing comes upForum: Plugins
In reply to: Facebook Widget Like Box errorI had the same problem. Fixed this way:
open
/wp-content/plugins/facebook-pagelike-widget/fb_class.php
and in line 67, change
echo implode(‘, ‘, $ret);
with
echo implode(‘, ‘, (array)$ret);good luck
- This reply was modified 5 years, 1 month ago by bredchic.
Sorry I found what was gave the problem.
It was not related to elementor, but to a plugin called polylang.
With that plugin, if you upload an image under a language in elementor, you cannot see that same image when opening the media library of elementor in another language.sorry!
- This reply was modified 5 years, 8 months ago by bredchic.
I mean there were not log errors
It did not returned errors, but the website resulted buggy.
- This reply was modified 5 years, 8 months ago by bredchic.
Any other suggestion?
Can anyone confirm that there is no way to fix the media library of elementor?
We can still re-upload all the elements manually, but we’d like to avoid it.After failing to download, update manually urls, and upload (like I usually do) sql files, I tried the first way of your linked guide, and it seemed to work (no errors) but there is the result.
Thank you again for your help!
Hi cavalierife
thank you for your answer.
I did it immediately after moving the website.
It probably helped other parts, but not the media library.There still a mismatch between the media library of wordpress and the media library of Elementor. When, for example, I try to add a background image, I see only a little portion of all the images available on the wp media library.
Any other suggestion?
Forum: Themes and Templates
In reply to: [Koji] Widgets under the menu?this works, it took me 2 minutes to implement:
https://www.greengeeks.com/tutorials/article/how-to-place-a-header-widget-in-wordpress/cheers