leobo
Forum Replies Created
-
Forum: Plugins
In reply to: [Mighty Addons for Elementor] Copy-paste cross domain doesn’t workOk, I just installed the addon on the website I wanted to copy the content, thinking that the clipboard would do the rest.
It works well with the addon installed on both websites.
Thank you for your time.
LéoForum: Fixing WordPress
In reply to: Memory exhausted : tenacious bugOkay I finally found where the problem came from.
It was necessary to change the settings of the /etc/php/X.xx/fpm/pool.d folder and then restart the PHP service to take it into account:
# /etc/init.d/phpX.xx-fpm restartIn my configuration at least, those particular settings override every other memory_limit setting of PHP.
Forum: Fixing WordPress
In reply to: Memory exhausted : tenacious bugHi @joyously and thank you for your answer.
The constant set on line 94 is actually the one I wrote manually. I suppose it means that there is another setting of this constant somewhere but I didn’t manage to find it until now.
I encounter this issue on different installations of WP on a small VPS with 1Gb of RAM.
This said it does not seem in saturation as I checked it.
I also checked the common plugins of the different installs and deactivated it.
The recurrence of the issue in different cases with different plugins and themes let me think that there is a problem in my general settings of the web server but I don’t know how to fix it.
For now, refreshing the page until it works is all I do.Oh ok. My bad.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz blocks calendar linksOk. Yes it’s a forced height from the Facebook piece of code for the iframe. It is necessary to keep the feed readable so I can’t really change it.
Anyway, your solution works perfectly!Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz blocks calendar links@rogierlankhorst
You are right! Never encountered that kind of issue before. Is that a normal behaviour of Complianz? I mean, I would have naively thought that ‘max-height: 100%;’ was a default rule.
Thanks for your quick support!Léo
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Complianz blocks calendar linksHi Leon!
Thank you for your answer. The calendar that shows the events comes with the plugin ‘Events Manager’.Forum: Fixing WordPress
In reply to: Set up a Facebook plugin page in WordPressOk I’m answering to myself:
It is necessary to choose the iframe integration then, if you want your html code to be accepted by WordPress, you have to rewrite allowTransparency -> allowtransparency with a “t” in lowercase. Then you have to play with both “width & height” from the html code AND from the URL request in ‘src=’.
Also, to be sure that your plugin is shown you have to deactivate the antitrackers options of your web browser.
Be sure to have the complete feed informations setting the “width & height” parameters properly.Bye!
Forum: Fixing WordPress
In reply to: Can’t change slugIf you are comfortable accessing your database, you can check if there is a “phantom” page that is still in there at the table ‘wp_posts’.
The issue you describe look like the automatic renaming mechanism of WordPress, when it appears that an entity in your server already has the exact same slug.Forum: Fixing WordPress
In reply to: Impossible to get a Facebook feedI also tried different web browsers and tried to get a Facebook page (plain page or widget) on a fresh install of WordPress with no plugin. I also checked if an opened Facebook session was needed to see the feed… None of that works.
Does anyone encountered a similar issue? Does Facebook recently change something about how to use their web tools?
Forum: Fixing WordPress
In reply to: Impossible to get a Facebook feedHi,
I just added the link.
Thanks for your time.Forum: Fixing WordPress
In reply to: Can’t change slugHi Nik,
Do you have by any chance any identical URI in your WordPress install, including medias, draft pages, old pages in the thrash bin, first version of the page in a different language?Léo
Forum: Plugins
In reply to: [Booking Activities] Set the amount of available tickets on “undefined”Worked like a charm!
Forum: Plugins
In reply to: [Booking Activities] Set the amount of available tickets on “undefined”Hi Yoan,
Thanks for your answer, it was my second idea, I’ll try it.
Regards,Léo
Forum: Plugins
In reply to: [Booking Activities] Impossible to show several eventsOk, it seems to be a random bug because I’ve tried the same config on another server and the problem didn’t show up this time.