Page 217 of 235 FirstFirst ... 117167207215216217218219227 ... LastLast
Results 2,161 to 2,170 of 2345
  1. #2161
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    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

  2. #2162
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: CSS Dropdown menu for the header- With Categories!

    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.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  3. #2163
    Join Date
    Oct 2006
    Location
    Italy
    Posts
    634
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    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 

  4. #2164
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: CSS Dropdown menu for the header- With Categories!

    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!!
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  5. #2165
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    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.

  6. #2166
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    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

  7. #2167
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

    Default Re: CSS Dropdown menu for the header- With Categories!

    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.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #2168
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by Get Em Fast View Post
    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.
    Thank you I will make sure I have them all renamed. I thought I may have done just that but have not worked on a Zen Cart in quit awhile so am a little rusty.

  9. #2169
    Join Date
    Jul 2011
    Posts
    3
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    Quote Originally Posted by mprince View Post
    Thank you I will make sure I have them all renamed. I thought I may have done just that but have not worked on a Zen Cart in quit awhile so am a little rusty.
    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?

  10. #2170
    Join Date
    Jun 2011
    Posts
    27
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for the header- With Categories!

    Hi,

    can someone tell me please how to make the submenu open to the left instead of right?

    Thanks

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR