Maxime33
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack Social] Jetpack Social displays Admin Style / JS on FrontendThank you!
Forum: Plugins
In reply to: [WP2Social Auto Publish] Doesn’t work on scheduled postsHello,
Thank you for your quick reply!
I’ll try this setting and let you know.I’ve also spotted another little problem, where the quotation marks in the post title make the rest of the post disappear.
Example: https://www.facebook.com/TheFreeAgentFR/posts/926589496136106Post URL : https://thefreeagent.fr/nfl/aidan-oconnell-droit-pretendre-titulaire
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when searching custom post typeHello,
Yes, it works now! Thank you very much ??
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when searching custom post typeHello,
Thank you for your reply. Unfortunately, the problem is still there. A line in the log has been added though:
[14-May-2023 19:19:36 UTC] PHP Notice: Undefined index: post in /home/web/public_html/wp-content/plugins/rest-api-for-relevanssi/rest-api-for-relevanssi.php on line 207
[14-May-2023 19:19:36 UTC] PHP Fatal error: Uncaught Error: Call to a member function prepare_item_for_response() on null in /home/web/public_html/wp-content/plugins/rest-api-for-relevanssi/rest-api-for-relevanssi.php:207
The search with a post type “post” works.
Forum: Plugins
In reply to: [REST API for Relevanssi] Fatal error when searching custom post typeThank you for your quick answer!
Yes, everything is in latest versions: WP 6.2 and Relevanssi 4.19.0. I use PHP 7.4.
Merci !
Forum: Plugins
In reply to: [WP Cloudy] Wrong animation on your website!I have made a quick fix to insert into your custom style.css :
#wpc-weather #sun g, #wpc-weather #sun path, #wpc-weather #sun rect, #wpc-weather #sun circle { -moz-transform-origin: 50px 50px !important; }
#wpc-weather .climacon_iconWrap-sun .climacon_component-stroke_sunSpoke, #wpc-weather .climacon_iconWrap-sunFill .climacon_component-stroke_sunSpoke { -moz-animation-name: none !important; }It permits to preserve the animation in Firefox. I haven’t tested it deeply in all the responsive modes.