• Resolved piotr2018wp

    (@piotr2018wp)


    Hi,

    Good plug, thank you so much. It would be nice if there was an option to enable the plugin on selected pages. My site has a couple of landing pages and since they are quite heavy and on a slow server, they should load with the plugin enabled. At the same time, I don’t want to enable it on all pages.

    • This topic was modified 3 years, 11 months ago by piotr2018wp.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter piotr2018wp

    (@piotr2018wp)

    I’ve found some solution to this problem. Just enable preloader on all pages, hide it on all of them and show only on specific.

    In CSS insert the following

    .page .smart-page-loader, 
    .single .smart-page-loader {
      display: none; 
    }
    
    .home .smart-page-loader, 
    .page.page-id-417 .smart-page-loader, 
    .single.postid-83 .smart-page-loader { 
      display: block; 
    }

    This code will show preloader only on home page, page with id = 417 and post id = 83 (eg example.com/?p=417 and example.com/?p=83).

    This is not the solution but just a workaraoud.

    • This reply was modified 3 years, 8 months ago by piotr2018wp.
    Plugin Author catchsquare

    (@catchsquare)

    Dear @piotr2018wp

    Thank you for using our plugin. The feature which you have mentioned is not currently not available in this version of plugin. We will work on this and come with a newer version soon and will update you on this.

    Please keep supporting our plugin and we will come with many more new features in future.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enable on selected pages’ is closed to new replies.