Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi @rohit_toraskar,
    Thanks for reporting the bug and I was able to reproduce it. To fix it open up the plugin folder inside wp-content/plugins/wp-cloudflare-page-cache/ .

    Inside that go inside the /libs/ folder and edit the cache_controller.class.php file.

    Now on this file on line no: 1252 replace the $selectors section with the following:

    $selectors = '#wp-admin-bar-my-sites-list a, #wp-admin-bar-site-name a, #wp-admin-bar-view-site a, #wp-admin-bar-view a, .row-actions a, .preview, #sample-permalink a, #message a, #editor .is-link, #editor .editor-post-preview, #editor .editor-post-permalink__link, .edit-post-post-link__preview-link-container .edit-post-post-link__link';

    And this should resolve the issue. Try it out and let me know if it works for you. I’ve already tested and it is working perfectly here.

    I’ve already added the patch to our internal code repo and this fix will be added in the upcoming release of the plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Facing Query Parameter issue when we open the page from the Backend ( View Page’ is closed to new replies.