Totally Zenned
- Join Date:
- Dec 2006
- Location:
- Seligman, MO U.S.A.
- Posts:
- 2,072
- Plugin Contributions:
- 1
Support for CSS Flyout Menu
Well, without seeing the site, I really can't say. Do you have an address for us to visit this site?
Did you disable the left column as described in the Tutorials/FAQ's?..............something like:
In includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
if (in_array($current_page_base,explode(",",'checkout_shipping,checkout_payment,checkout_confirmation,checkout_success')) ) {
$flag_disable_left = true;
}