
Originally Posted by
pleasuredroid
DOH! That is what happens if you don't read properly...

can I un-do it, or is that too much of a problem to do? (thing is I really, really like the rest of the template and no other comes even close to your's in terms of what I'm looking for...)
Yes,
open includes/templates/comstock/common/tpl_main_page.php
find the following section of code:
Code:
if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
$flag_disable_right = true;
}
if ($current_page_base == 'index' and $cPath > '0' ) {
$flag_disable_right = true;
}
and comment it out as indicated by the highlighted portions
Code:
// if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
// $flag_disable_right = true;
// }
// if ($current_page_base == 'index' and $cPath > '0' ) {
// $flag_disable_right = true;
// }