• Resolved buffereso

    (@buffereso)


    Hello dear Jose;

    First of all I’d like to thank you for this smart plugin. Excellent idea and it looks exactly like what I need. Here is my issue:

    I am using WP-Rocket that is caching my website fine but… Unfortunately when it serves my pages where there are images I have created with the famous Essential Grid Plugin, the images are not shown :/

    I am already using a shortcode [ess_grid alias=”xoxis”] to place my Essential Grid Carousel in the page which is the element I would like to make “no-cache” using your plugin, preventing WP-Rocket from caching it…As it is a dynamic php page, I use this shortcode like this:

    echo do_shortcode('[ess_grid alias="xoxis"]');

    I have also created a shortcode using your plugin [content_no_cache id=”11988″]

    But I did not understand how to use this 2 shortcodes together?

    Will it then become something like this: Can this be correct?

    echo do_shortcode('[ess_grid alias="xoxis" content_no_cache id="11988"]');

    Sorry if what I wrote is ridiculous: I do not know much about coding :/

    Can you please show me the way.? Thanks so much for your time. It really means a lot to me. Take care.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter buffereso

    (@buffereso)

    Or maybe I simply have to paste the Essential Grid Shortcode into the No-Cache content? OMG I am confused ??

    Can you please check the image below and tell me if this is the right way to use your plugin ?

    https://tinyurl.com/28wl52tf

    Plugin Author Jose

    (@giuse)

    Hi @buffereso,

    Thank you for using my plugin.
    Yes, you need to paste [ess_grid alias=”freelance”] into the content no cache custom post. Then you need to paste the shortcode [content_no_cache id=”11982″] to the page where you want to see the output of [ess_grid alias=”freelance”].

    Be sure you have no copy/paste errors. The copy/paste may transform the “[“, “]”, and the double quotes symbols to something else that doesn’t work.

    If the plugin Essential Grid Carousel doesn’t parse the shortcode during Ajax requests, you may have issues. If it doesn’t work, try adding the parameter requeste=”remote”. Your cnc shortcode would become [content_no_cache id=”11982″ request=”remote”].
    Add that parameter only if you have issues without it.

    I hope it helps,

    Have a great day!

    Jose

    Thread Starter buffereso

    (@buffereso)

    Thanks so much for your reply… I have made a few tests and have seen that your plugin works great for all cases.

    But there is a problem with the Essential Grid Plugin because this plugin has it’s own in-build caching feature which makes that it is in total conflict with Wp-Rocket Cache plugin. Unfortunately even CNC was not able to fix that.

    In order to fix this issue, I have tried for 3-4 days and finally removed Essential Grid and I am now using a similar alternative for my carousel.

    My best regards to you dear author, for developing such a useful plugin and also for your quick&kind replies in this support forum.

    Take care and have a wonderful day dear friend !

    • This reply was modified 8 months, 2 weeks ago by buffereso.
    Plugin Author Jose

    (@giuse)

    Hi (@buffereso

    many thanks to you for your kind words. I’m happy you found a solution.

    Have a great day!

    Jose

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How using this with an existing shortcode ?’ is closed to new replies.