Hello there
Do you see any JavaScript error in your browser’s Console? Also I’d recommend you to turn WP_DEBUG on in order to know more about possible php and/or server-side errors. Maybe you have to temporary disable third-party plugins in order to make sure there is no plugin conflict happened.
I hope this will help.
My best,
Andrew
Hi Andrew,
Thanks for your answer.
When I turn Debug mode ON and I brouse my Quote, this message appears:
Notice: is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/tokelatrhl/www/wp-includes/functions.php on line 4161
I can also see this message in the web console:
Uncaught ReferenceError: thickboxL10n is not defined
at ?f=wp-includes/js/jquery/jquery.js,wp-includes/js/jquery/jquery-migrate.min.js,wp-includes/js/thickbox/thickbox.js&m=1542356127:4
Patrick
Hello Patrick
It seems the reason is the is_feed conditional tag which should be used after the WordPress query is run. In your case you’re trying to call the query result before the query is processed. That’s the error message is about.
But I can’t guess what exactly is happening on your side. I hope it helps. Please learn your code and I hope you’ll find the way to fix the issue.
My best,
Andrew
-
This reply was modified 7 years, 6 months ago by
Andrew Reva.