Hi team,
I'm willing to use your plugin for one of my projects. One issue i'm having right now is that, when using the ajax based pagination, loading icon is shown along with highlighting the page content. Is there a way to stop this by editing the source? I want to navigate to the next page without highlighting the current content or showing the loading icon.
Best Regards,
Sarindu.
Hi Sarindu,
Please put this CSS code in current active theme style.css, then do CTRL+F5 on front-end to reload this file.
.loader_container img.loader{ display:none!important; } .loader_container{ background:transparent!important; }
Hi Tom,
Thanks for replying. I tried your solution and that worked out quite nicely. Thanks a lot for your help.
Best Regards,
Sarindu.