richardr:
Hi, love the template but I need help with an ad-on we have decided to use. site is https://www.aprons4you.com . I have added wordpress and I would like to disable the right hand side boxes like on the products page, and I'm having a hard time getting the side content to stay in the sidebox on that page. Works great on all current pages but is messed up on the blog page itself. Thanks for any ideas that you might have to help fix this.
Thanks,
Richard
open includes/templates/glacial_age/common/tpl_main_page.php
find the following line of code (around line 46) and make the highlighted change.
if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all,wordpress')) ) {
$flag_disable_right = true;
}
save the file and upload to your server