ericbourges
Forum Replies Created
-
Great, thank you!
I had stayed on the old version which had required, at one point, to go through a Twitter App
It works nowFinally everything works normally, it’s just that I had not completed the installation process via the dashboard
Sorry to bother youEric
I don’t necessarily need a list of whitelisted domains, just to be able to analyze if a particular domain is filled in (rather a blacklisting therefore)
Isn’t there a do_action I can run a function on?
Regards
EricHi Maybellyne!
Sorry, I couldn’t answer you sooner.
I don’t see which posts to modify, all posts have a correct date, but in my sitemap.xml which contains 139 sitemaps, some of them have this date: -0001-11-3 T00:0 0 +00:0
Thank you for your help
EricOk, i just discovered the logs so I don’t have much info.
On the other hand, what is certain is that this error appears every 5 minutes (cron?):
[12-Jul-2022 16:15:03 UTC] PHP Notice: Undefined index: SERVER_NAME in /xxxxxxx/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php on line 245
[12-Jul-2022 16:20:02 UTC] PHP Notice: Undefined index: SERVER_NAME in /xxxxxxx/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php on line 245
[12-Jul-2022 16:25:01 UTC] PHP Notice: Undefined index: SERVER_NAME in /xxxxxxx/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php on line 245
[12-Jul-2022 16:30:02 UTC] PHP Notice: Undefined index: SERVER_NAME in /xxxxxxx/wp-content/plugins/wordpress-seo/src/helpers/url-helper.php on line 245Maybe that can put you on a track?
On my site I have no cron every 5 minutes`Thank you for your answer.
I have several sites equipped with this plugin which have the same error logs, all of them have the latest 2.9.8.5 update.
I still tried, on one of these sites, to delete the extension and reinstall it, but even after emptying the FTS cache the same errors are recorded in the logs, example:
[29-Jun-2022 08:45:18 UTC] PHP Notice: Trying to get property ‘name’ of non-object in /xxxxx/xxxxxx/wp-content/plugins/feed-them-social/feeds/twitter/class -fts-twitter-feed.php on line 427What speed!
Thank you, I install it and I tell youForum: Plugins
In reply to: [Relevanssi - A Better Search] Display ACF fields flexible layoutI will test like this
thank you for your helpForum: Plugins
In reply to: [Relevanssi - A Better Search] Display ACF fields flexible layoutYes, I have several layouts in this flexible content, each with several fields (including repeaters).
So, for example, for the repeaters, I will have to include this kind of string dispositions_de_construction_de_page_%_rangee_1_colonne_%_rangee_accordeon?
How do I add chains to the hook? Like this ?
$unwanted_fields[] = ‘dispositions_construction_layouts’;
$unwanted_fields[] = ‘dispositions_de_construction_de_page_%_rangee_1_colonne’;
$unwanted_fields[] = ‘dispositions_de_construction_de_page_%_rangee_1_colonne_%_rangee_accordeon’;Forum: Plugins
In reply to: [Relevanssi - A Better Search] Display ACF fields flexible layoutIn postmeta table, for the post post_id 1134, the meta_key is “dispositions_de_construction_de_page_%_type_de_contenu_de_la_colonne”, and the meta_value “Contenu libre” which is one of the options of the “Content type” multiple selector field.
In relevanssi table, for the post post_id 1134, “contenu” and “libre” are in “term” column
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Display ACF fields flexible layoutHello,
I added the hook, with the flexible layout field slug.
This hook works well removes the slugs from the search results (for example free_content) but the names of the subfields are still displayed (for example Free content)Forum: Plugins
In reply to: [Post Rating and Review] Non-clickable 0 note barsPerfect!
ThanksYes, that’s what I thought.
The content of the popin (including the shortcode) is loaded with the page, it would take ajax to modify the display of the 2nd shortcode.
The site is under development, I can’t send you a link for the moment.
Thanks for your response anyway.I would like that when I modify the note on the first shortcode, the second one is simultaneously updated with the note, and vice-versa.
Maybe it’s not possible without page reload?👍 👍