Forums / Templates, Stylesheets, Page Layout / Right Column Overide

Right Column Overide

Results 1 to 3 of 3
08 Feb 2011, 14:36
#1
rbarbour avatar

rbarbour

Totally Zenned

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

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

[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;
}[/PHP]

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

Anyone know why this would happen?
08 Feb 2011, 15:46
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Posts:
21,876
Plugin Contributions:
6

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.
09 Feb 2011, 00:10
#3
rbarbour avatar

rbarbour

Totally Zenned

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

Re: Right Column Overide

The addition to the stylesheet.css file was:

[SCR]#categoriesContent.sideBoxContent
{
font-size:0.9em;
font-weight:700;
}[/SCR]

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.