Page 81 of 235 FirstFirst ... 3171798081828391131181 ... LastLast
Results 801 to 810 of 2345
  1. #801
    Join Date
    Aug 2006
    Location
    UK
    Posts
    119
    Plugin Contributions
    0

    Default Removing from index page only

    Hi.

    Just a longshot really.
    I have installed a very similar CSS dropdown from the download section by toolatesmart.

    As it is pretty much identical in operation though not coding, I was hoping that someone could tell me how to remove the drop down menu from the index page ONLY.

    Im sure it will be a flag or something on a header or tpl file, but not experienced enough to know where.

    Any advice please?

    Thanks in advance
    Chris


  2. #802

    Default Re: Removing from index page only

    Quote Originally Posted by chufty bill View Post
    Hi.
    I was hoping that someone could tell me how to remove the drop down menu from the index page ONLY.
    To get it off just the index page (you mean just the main page right?), you would create the file index_home.css and put a rule to hide the menu: #dropMenuWrapper{display:none}

    The index_home.css is the file that controls styles for just your home page.

  3. #803
    Join Date
    Aug 2006
    Location
    UK
    Posts
    119
    Plugin Contributions
    0

    Default Will try !

    Many thanks, I will give it a shot.
    Thanks for your time. :)

    Thats really what I wanted to hear !!!

    Thank you Rain....
    FREEDOM !


    Regards Chris


  4. #804
    Join Date
    Feb 2008
    Location
    UK
    Posts
    4
    Plugin Contributions
    0

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

    Hi jettrue, im getting there with the site, was just wondering if you know how to display an ez-page title?

    Have a look at the following line from the drop_menu.php

    *********

    <li><a href="<?php echo zen_ez_pages_link(18); ?>"><?php echo SHIRT; ?></a></li>

    **********
    I have tried to type "Sports Shirt" however when update the menu
    i get a blank shop, i am guessing it is somthing to do with title of the ez-page (page 18) how can i get the title of the page to display in the dropdown menu button.

    ( I know it can be done as the ez-page header can display them)

    Iv tried HEADER_SPORTS_SHIRT but this just displays all the txt

    Cheers

    Mr(unable to)fixit

  5. #805
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by mrfixit View Post
    Hi jettrue, im getting there with the site, was just wondering if you know how to display an ez-page title?

    Have a look at the following line from the drop_menu.php

    *********

    <li><a href="<?php echo zen_ez_pages_link(18); ?>"><?php echo SHIRT; ?></a></li>

    **********
    I have tried to type "Sports Shirt" however when update the menu
    i get a blank shop, i am guessing it is somthing to do with title of the ez-page (page 18) how can i get the title of the page to display in the dropdown menu button.

    ( I know it can be done as the ez-page header can display them)

    Iv tried HEADER_SPORTS_SHIRT but this just displays all the txt

    Cheers

    Mr(unable to)fixit
    You're bang your head on the computer when you see this... (I've gotten stuck in the PHP rut myself), but just simply do it ike a normal link:

    Code:
    <li><a href="index.php?main_page=page&id=18&chapter=0">Sports Shirt</a></li>
    I don't know that I've ever seen this:

    <?php echo zen_ez_pages_link(18); ?>

    .... did you just make that up? Or is that a real zen cart thing?

  6. #806
    Join Date
    Jul 2006
    Posts
    213
    Plugin Contributions
    0

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

    Hi Jade,
    I have done links exactly the way you suggested many times and they work fine.
    But there is a $zen_href_link() function. Could he have used that?

  7. #807
    Join Date
    May 2006
    Posts
    41
    Plugin Contributions
    0

    help question Re: CSS Dropdown menu for your header- With Categories!

    I just installed this wonderful add-on onto my test store. Installing it was the easy part, but it seems I have ran into a snag. Take a look at this:

    http://www.mistys-specialty-gifts.biz/test


    I have moved my (dark grey) main nav bar down below my logo. Since I installed this add-on, i now have an unwanted white space just below it, dividing the main part of the page. How do I get ride of that? How do I make my grey menu bar as the drop down menu? What am I doing wrong? Or not doing?

    Michelle

  8. #808
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

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

    Quote Originally Posted by MSGOK View Post
    I just installed this wonderful add-on onto my test store. Installing it was the easy part, but it seems I have ran into a snag. Take a look at this:

    http://www.mistys-specialty-gifts.biz/test


    I have moved my (dark grey) main nav bar down below my logo. Since I installed this add-on, i now have an unwanted white space just below it, dividing the main part of the page. How do I get ride of that? How do I make my grey menu bar as the drop down menu? What am I doing wrong? Or not doing?

    Michelle
    The drop down menu is there in that big space, but its white text on a white background, so you can't see it, and either way, it looks like you installed the "Paul's Version" from the download section, not my version. My version has all categories in one drop down menu, whereas Paul's version has each category as its own drop down.

  9. #809
    Join Date
    May 2006
    Posts
    41
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    The drop down menu is there in that big space, but its white text on a white background, so you can't see it, and either way, it looks like you installed the "Paul's Version" from the download section, not my version. My version has all categories in one drop down menu, whereas Paul's version has each category as its own drop down.
    Thanks. I just installed your version of the dropdown menu and I'm liking it a whole lot better.

  10. #810
    Join Date
    Sep 2007
    Posts
    68
    Plugin Contributions
    0

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

    Hi Jade,

    I have just installed your CCS Dropdown with the cherry zen template and am having a few teething problems.

    The submenu's drop down and thats all a-ok, its just that now the site is no longer "fluid" and the menu bar is stretced accross the whole screen. Is it posible to keep the site fluid with the dropdown?

    I tried searching this thread and forum and had no luck trying to find an answer, so if you could give me some help it would be mostly appreciated!!

    Regards
    Liam.

 

 

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