Page 229 of 235 FirstFirst ... 129179219227228229230231 ... LastLast
Results 2,281 to 2,290 of 2345
  1. #2281
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by gsallen101289 View Post
    From what I can tell, the problem occurs when copying over the new tpl_header.php file. I have tried to manually modify the existing tpl_header.php file but still no luck. I am not sure if it is an over site on my part. Thanks for the feedback guys.
    You'll need to merge in the modified sections into the v1.5 version of the file.. I find that Beyond Compare is a better tool for this.. It's not free (and NOT expensive either), but it works WAY better than Winmerge..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #2282
    Join Date
    Aug 2009
    Posts
    44
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    You'll need to merge in the modified sections into the v1.5 version of the file.. I find that Beyond Compare is a better tool for this.. It's not free (and NOT expensive either), but it works WAY better than Winmerge..
    Thank you. I will try to give that a shot.

  3. #2283
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

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

    Quote Originally Posted by DivaVocals View Post
    They really aren't different.. The one from Get 'Em Fast enhances the menu and uses some cool javascripting fanciness and and has more (and flexible) options for styling the menu.. I have not tried this yet with v1.5, but based on the files this mod touches, I imagine that the core file merges shouldn't be problematic, and since there's no admin menu, I imagine this would be one of the easier mods to make v1.5 compatible....
    Hi Diva hope you are doing OK. Not problematic to merge at all. I have the one Get 'Em Fast did on my main site and the one jade did on my v1.5.0 test site. I will switch over to the Get 'Em fast one sooner or later
    Last edited by countrycharm; 23 Feb 2012 at 09:01 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #2284
    Join Date
    Jan 2012
    Posts
    14
    Plugin Contributions
    0

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

    I've installed this add-on and it works great. Thanks for this great add-on.

    Before I will ask my question, this is my website: www.indyapparels.com for the forums reference.

    In the INFORMATION menu, there is a link called QUICK ORDER FORM.

    Now, what I wanted is to SWAP the CONTACT US and QUICK ORDER FORM in their places.

    How can I do that?

    Thank you.

  5. #2285
    Join Date
    Oct 2011
    Location
    Kent, UK
    Posts
    50
    Plugin Contributions
    0

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

    Just wanted to say thanks for this, I've just installed on 1.5 and it works great. Now I just need to customise the thing... 8)

    With regard to your question RJugalbot, you need to edit /includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

    The links under Information are defined from line 55 onwards - I'm not sure how your quick order form would be defined but once you've found it it's just a case of swapping this link for the Contact Us box which is line 82:
    <li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>

    Hope this helps
    Last edited by igi2011; 27 Feb 2012 at 12:33 PM.

  6. #2286
    Join Date
    Feb 2012
    Posts
    18
    Plugin Contributions
    0

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

    I've installed this on my site and it works beautifully. Thank you!
    I have a question, though.
    Let's say I want to split up categories between headers (Like, Header1, Header2, Header3) and so pages on the menu bar display certain categories.

    How would I go about this?
    One would assume making a new SQL table linking categories to header id's but I've only just started learning PHP so I wouldn't even know how to call those.

  7. #2287
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

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

    Quote Originally Posted by countrycharm View Post
    Hi Diva hope you are doing OK. Not problematic to merge at all. I have the one Get 'Em Fast did on my main site and the one jade did on my v1.5.0 test site. I will switch over to the Get 'Em fast one sooner or later
    Good to know this!!!

    I am doing well.. Everything is rehabbing nicely! I should be able to do the pageant wave by summertime
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #2288
    Join Date
    Oct 2011
    Location
    Kent, UK
    Posts
    50
    Plugin Contributions
    0

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

    OK I've installed this and customised it a bit - it's working really well except for one thing, I have two headers with no sub-menus ('Search' and 'Contact Us') and whenever I click on these the whole page moves a few pixels to the right... and then, when I hover over 'Categories' the page jumps back to the left!

    I can't work out if this is to do with the menu or if it's just a general Zen Cart thing that's more noticeable with this addon because of the hover effect. I wondered if it was because there was no style for these two headers in tpl_drop_menu.php, but it still does it even if I style them <li class="submenu"> the same as the other headers.

    The site - www. need that gift .co.uk

  9. #2289
    Join Date
    Oct 2011
    Location
    Kent, UK
    Posts
    50
    Plugin Contributions
    0

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

    I've worked it out... it's nothing to do with this addon at all, it's to do with the right-hand scrollbar, which when it's present is shunting everything to the left.
    Will have to have a think about how to fix this...
    Last edited by igi2011; 7 Mar 2012 at 04:13 PM.

  10. #2290
    Join Date
    Mar 2012
    Posts
    4
    Plugin Contributions
    0

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

    ....... (edit) silly question
    Last edited by Rovi01; 18 Mar 2012 at 10:43 PM.

 

 

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