Notifications
Clear all

Removing Ajax Loading Icon

2 Posts
2 Users
0 Reactions
2,639 Views
(@sarindufit)
New Member
Joined: 10 years ago
Posts: 2
Topic starter  

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.


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 10 years ago
Posts: 4214
 

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;
	}

   
ReplyQuote
(@sarindufit)
New Member
Joined: 10 years ago
Posts: 2
Topic starter  

Hi Tom,

Thanks for replying. I tried your solution and that worked out quite nicely. Thanks a lot for your help.

Best Regards,

Sarindu.


   
ReplyQuote
Share:
Scroll to top