Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Right Column Overide

Right Column Overide

Views: 673

Results 1 to 3 of 3
8 Feb 2011, 2:36 PM
#1
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Right Column Overide

Everyday it is something new with zen cart, getting old fast :(

I have the following code in my /includes/templates/MY_TEMPLATE/common/tpl_main_page.php

  if (in_array($current_page_base,explode(",",'create_account,conditions,privacy,shippinginfo,legal_notices,contact_us,return_policy,return_authorization_form')) ) {
    $flag_disable_right = true;
  }

Been working fine until this morning, the only changes I made today was in my stylesheet.css file

Anyone know why this would happen?

8 Feb 2011, 3:46 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Right Column Overide

How is it not working fine now? Stylesheet changes can certainly affect the layout, but we need complete information on what you changed (from & to), a full description of the problem and a link to see your site before we can give any useful advice.

9 Feb 2011, 12:10 AM
#3
rbarbour avatar

rbarbour

Totally Zenned

Join Date:
Feb 2010
Posts:
2,159
Plugin Contributions:
10

Re: Right Column Overide

The addition to the stylesheet.css file was:

#categoriesContent.sideBoxContent
{
font-size:0.9em; 
font-weight:700;
}

I do not know what happened but it corrected itself, same thing happened when I tried to re-log in my site as a customer, I kept getting an error but that issue resolved itself today also.

I don't know, sorry for the post.