• I use your plugin to prevent a shortcode from cache, it worked wonderfully until the last update, the plugin no longer loads my shortcode I have a loading wheel and nothing happens

Viewing 1 replies (of 1 total)
  • Plugin Author Jose

    (@giuse)

    Hi @laellou,

    thank you very much!

    I suggest you enable the debug by adding the following lines of code to the file wp-config.php before the comment /* That’s all, stop editing! Happy publishing. */:

    define( 'WP_DEBUG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    define( 'WP_DEBUG_LOG', true );

    Then go to the page where you have the issue, and please, let me know what you find in the file wp-content/debug.log.

    Are you maybe using the shortcode parameter request=”remote”?
    Are you using the very last version v. 0.1.1?

    I asked you those questions because v. 0.1.0 had a bug the was causing exactly the issue that you described, but when you had the parameter request=”remote”.

    If you have the last version, and you don’t have request=”remote” we need to investigate deeper. In that case, is it possible for you to share the URL where you have the issue?

    What are you using to write the content? Do you have a page builder? If so, which one?

    Have a great day!

    Jose

Viewing 1 replies (of 1 total)
  • The topic ‘Cache shortcode’ is closed to new replies.