VIEW ALL GALLERY LIGHTS

Saturday, December 4, 2010

SimplexNewsadvance Update

if you are using my template Simplex Newspaper II ,here is the update for you . This update will make your template load faster ,specially with single pages and archive pages . And you can do this update within few minutes ,easy and simple .
update


Following 3 steps bellow :


1,find this line :
<div id="primaryTopWrapper">
and insert the following code right before the line you found :
<b:if cond='data:blog.url == data:blog.homepageUrl'>

2,find this line :
<div id="innerContent">
and insert the following code right before the line you found :
</b:if>
         
         <b:if cond='data:blog.url != data:blog.homepageUrl'>

3,find this line :
<div class="clear"></div>
         <div id="footerCatBar">       
and insert the following code right before the line you found :
</b:if>

That's all for the update .
We need this update because when loading single pages or archive pages ,Simplex Newspaper II template also load a part of homepage (included some javascript files) first , then hide it by using CSS . By inserting the code in 3 steps above ,we prevent parts of homepage loaded ,so this will increase the loading time for single pages and archive pages .

No comments:

Post a Comment