Hi Jade,
I wanted to thank you for the reply below (it's been a while, I got side-tracked).
New clarifications & questions:
- This did not work for me:
#centerColumnOuter {background:url(../images/headerborder.gif) repeat-y;border-bottom:25px solid #BBD17E}
I left the CSS modified as per your suggestion, in case I missed something.
Again, I am hoping to push the sidebox column down in the Home page, just like the other pages.
-
By the way, I cannot figure out how to change the gray background color of that column. Is that this image: content_bg? Or what?
-
The bullets in the product description are not indented. How can I fix that?
http://www.saleyla.com/store/index.php?main_page=product_info&cPath=3_7&products_id=1
-
Where can I add padding to the text for the Advanced Search popup windows and other similar popups?
-
Do you know how can I remove the Address Bar as well as the Status Bar from the “larger image” pop up window (and add a scrollbar for low rez monitors)?
Thank you in advance for your reply. :smile:
PS: I did find my first IH2 bug on IE7 (image hover error) which I fixed with this mod:
http://www.zen-cart.com/forum/showpost.php?p=517658&postcount=2340
jettrue:
Ok, I see. This is an issue with zen cart. If you want to fix this, you'll need to open up includes/templates/template_default/templates/tpl_ezpages_bar_footer.php and change this:
<a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a>
>
> to this:
> ```
<li><a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a></li>
Then be sure to save it in your includes/templates/apple_zen/templates/ folder.
Then open up includes/templates/apple_zen/common/tpl_footer.php and change this:
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
```
>
> to this:
>
> ```
<?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?>
```
>
>
>
>
> It did work when I tested it on your site in Firefox, but you have this added in your tpl_product_info_display.php right before the add to cart box:
> <div style="float:left">
>
> That is not standard in zen cart or my template. You need to remove that as well as the closing </div> for that.
>
>
>
> Personally, I don't see the need for this, but you can force a green "bar" to be on the home page by changing this in stylesheet.css to this:
> ```
#centerColumnOuter {background:url(../images/headerborder.gif) repeat-y;}
```
>
> to this:
>
> ```
#centerColumnOuter {background:url(../images/headerborder.gif) repeat-y;border-bottom:25px solid #BBD17E}
```
>
>
> yes
>
>
>
> I almost always install Ultimate SEO module, but that's a personal preference. I find the site then does better in search engines. But don't say that too loud here, people get upset. :cool: