Finally got this working, now I just have a styling issue. It looks fine in FF, but in IE I've got this funky line showing above the menu that I can't seem to get rid of.
see here
I've tried everything I can think of to eliminate it, but no luck.
Finally got this working, now I just have a styling issue. It looks fine in FF, but in IE I've got this funky line showing above the menu that I can't seem to get rid of.
see here
I've tried everything I can think of to eliminate it, but no luck.
I spoke too soon, my site completely breaks apart now when something is added to the cart & the menu just goes nutz. No error log is generated, so I don't even know where to begin to look for what's causing this.
![]()
I am still struggling with getting drop down menu NOT to display at login, shopping cart and checkout.
I am not good with code at All. Would code go in common/tpl_main_page.php or common/tpl_header.php?
It must go something like this? (this is for hiding sideboxes)
$center_column_only = array('login','account','no_account','checkout','create_account', 'shopping_cart');
if (in_array($current_page_base,$center_column_only) ) {
$flag_disable = true;
}
Help!![]()
Hi all.
Wow this is a long support thread! Not sure if this has already been addressed but here goes...
Using a PHP IF statement (I suppose), can I add an extra class name dynamically to the CURRENT pages' menu item so I can individually style it accordingly? Eg. different text color.
This would be a handy feature to include in the next release of this extension.
i have also installed css-dropdown menu with multilang ez-pages - all links are working but for ez-pages no titel is visible the link is working ...
How can i get the ez-pages titles in there?
Regards
I think I found area where code should go.
common\tpl_header.php
I tried code above and with variations and still does not work. Does anyone know code to get drop menu NOT to show on login, shopping_cart, checkout.?HTML Code:<!--bof-drop down menu display--> <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?> <!--eof-drop down menu display-->
It goes in the includes/templates/custom_folder/common/tpl_main_page. Replace the very first line like this. You can add more or you can show whatever you want.
iPHP Code:
f (in_array($current_page_base,explode(",",'contact_us,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
$flag_disable_left = true;
$flag_disable_right = true;
}
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
It worked!!
I added _header to get it NOT to show. I tried to add banners, but did not work. I am trying to get it to NOT show on same pages.HTML Code:if (in_array($current_page_base,explode(",",'conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) { $flag_disable_right = true; $flag_disable_left = true; $flag_disable_header = true; }
I tried
$flag_disable_bannerThree = true;
$flag_disable_bannerFive = true;
Did not work..any suggestions?
Are talking about banners you have made and displaying on your site. In other words you do not want to display the banner on ever page I'm not sure if that can be done without it not being displayed at all. I have 5 different banners that alternate depending what page you are on by the sort order.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Can I get my ez pages to appear in the nav bar? if so, how do I do this. Please give detailed instructions as I am still learning how to code.
Thanks
Bookmarks