IP

14.6.12

Dynamic Views Blogger : Remove Loading Gear

Few readers have asked me if there is a way to remove the loading gear from Dynamic View. I couldn't capture the gear's code back then as it was too quick (and still is), but I've managed to find a way to analyze it. So here's how you can get rid of it.

If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.


.ss,.blogger-gear{
display: none;
}



Questions and Answer :


Is there a way to add a different loading image or maybe some text in its place? Maybe just something that says "Loading..."
.ss,.blogger-gear{
background: url('http://1.bp.blogspot.com/-m_BBVAAZ4sM/TYS783cwPmI/AAAAAAAACyE/B1xYSWtkMDc/s100/P1010369_edit.JPG') no-repeat !important;
}





Whether it can change the Loading Gear with another images or gif ?
.blogger-gear {
background-image: url('http://i890.photobucket.com/albums/ac106/0roburos/Transformers/transition.gif') !important;
height: 90px !important;
width: 125px !important;
}





Is there a way to add a different loading image or maybe some text in its place? Maybe just something that says "Loading..."
.ss,.blogger-gear{
background: url('http://1.bp.blogspot.com/-m_BBVAAZ4sM/TYS783cwPmI/AAAAAAAACyE/B1xYSWtkMDc/s100/P1010369_edit.JPG') no-repeat !important;
}





Sumber : http://www.southernspeakers.net/2011/12/remove-loading-gear-from-blogger.html

0 comments:

Post a Comment

il

il
Related Posts Plugin for WordPress, Blogger...