Quote:
Originally Posted by TerryMason
Sure, but that wouldn't be cool. I'd like to be able to collapse the sidebar, but don't want to risk getting kicked out of adsense. I looked at the demo site http://last24tech.com/forum.php and when the sidebar is collapsed the google ads still appear to be displayed (when viewing the source code).
It would be nice to add a simple "if collapsed do nothing, else show google ads" to the template.
|
Don't know if this is possible!!
The collapse function is done on the client side and the page already loaded so I doubt it will usefull.
Quote:
Originally Posted by princesspepper
Well, this would be nice to do to the entire sidebar so that there isn't the loading issue I'm having either, and it will cut down on page load too.
|
If you have loading problem you can do the following to enhance your website speed.
1. Use sore css as file
2. Don't use too many blocks that's is calling the DB. If it is a must then use some of these block on somepages and others on other pages. E.g block1 will show on forums page block2 will show on threads and so on.
3.You can also use ajax to load blocks after page loads.
Regards,