I use this contribution many times ago, now I've installed this contribution too:
http://www.zen-cart.com/index.php?ma...roducts_id=113
Now in drop down menu, at "information" I've "array" instead ezpages link
Printable View
I use this contribution many times ago, now I've installed this contribution too:
http://www.zen-cart.com/index.php?ma...roducts_id=113
Now in drop down menu, at "information" I've "array" instead ezpages link
That question really should have been asked in the support thread for "Multi-Language EZ-Pages". I've never used that mod but, just by looking at the description, it looks like they DON'T share any of the same files, so it would almost have to be something to do with the way the information is sent to the menu.................something that the Multi-Language EZ-Pages has changed.
If you can't find out anything in that thread, let us know, and I'll try to look into it further for you, as soon as I can come up with some extra time.
I've solved it, modifing the ezpages_drop_menu.php with:
PHP Code:
// query modified for multi-language support
$page_query = $db->Execute("select e.pages_id, e.page_open_new_window, e.page_is_ssl, e.alt_url, e.alt_url_external, e.toc_chapter, et.pages_title
from " . TABLE_EZPAGES . " e, " . TABLE_EZPAGES_TEXT . " et
where e.pages_id = et.pages_id
and et.languages_id = '" . (int)$_SESSION['languages_id'] . "'
and status_footer = 1 and footer_sort_order > 0 order by footer_sort_order, pages_title");
// end of modification
Oh, great! Thanks so much for letting us know that this issue has been resolved!
And an EXTRA SPECIAL thanks for ALSO posting the working solution!! A LOT more people can now learn from your experience!!
Hi,
I'e used this mod many times over the years, but only recently have been working on a cart after a long absence from zencart. For some reason my header bar is still showing even though I have added the drop down menu. I really don't want or need it and i don't remember it showing both once the drop down is installed, but like I said it has been a while.
Would you mind taking a peek. I am still working on the site, so it's not finished, but you see what I am referring to.
http://74.53.81.50/~green/store/
Thanks in advance,
Kelly
Never mind. I see that it does still include it.
Ok have installed the CSS Dropdown menu but I can't get it to work. I'm using the lates Zen-Cart 1.3.9 I have change the files to upload to the right Theme and have check to make sure they are there and it still dosn't work the site Url is http://www.mjsheavenboundyorkies.com/ any ideas. Thanks
Looking at your site, I don't see ANY of the menus' code being called OR the stylesheet_header_menu.css.
That can only mean that the files are NOT in their correct place. You might want to check to make SURE that ALL 3 folders named CUSTOM are now named PINKYWINKY:
includes\languages\english\extra_definitions\CUSTOM
includes\modules\sideboxes\CUSTOM
includes\templates\CUSTOM
should NOW be:
includes\languages\english\extra_definitions\PINKYWINKY\
includes\modules\sideboxes\PINKYWINKY\
includes\templates\PINKYWINKY\
Hope this helps.
Just checked the download and the file structure is : includes,templates,pinkywinky,common,templates. There are know files named: includes\languages\english\extra_definitions\PINKYWINKY\
includes\modules\sideboxes\PINKYWINKY\
includes\templates\PINKYWINKY\
Is this download a bad one?
Hi,
can someone tell me please how to make the submenu open to the left instead of right?
Thanks