Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    158
    Plugin Contributions
    0

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

    Quote Originally Posted by pritchb View Post
    Thank-you Alepia! The logo is gone!

    Since you are so helpfull, could you take a look at my site (www.newtools4you.com) and look at the Header. Do you see how the Home and Login links do not line up correctly?

    Could you tell me how to fix this? It should be located within the boundaries of the web page.
    well as you have installed the css dropdown menu... I don't think you need another menu in your header...
    so you need to handle again with the tpl_header.php file.
    I think you need to delete this from your tpl_header :
    <div id="navMainWrapper">
    <div id="navMain">
    <div id="navMainLinks">
    <ul class="back">
    <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
    <?php if ($_SESSION['customer_id']) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li>
    <?php
    } else {
    if (STORE_STATUS == '0') {
    ?>
    <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
    <?php } } ?>
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
    <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
    <?php }?>
    </ul>
    </div>
    <div id="navMainSearch">
    <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
    </div>
    </div>
    </div>
    <div class="clearBoth"></div>
    Remember to do a backup! This should work ;) nice website btw
    www.alepia.ch Alepia suisse

  2. #2
    Join Date
    Dec 2009
    Posts
    16
    Plugin Contributions
    0

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

    Alepia,

    I changed my mind and decided to put the logo back, which I did. As you can see (NewTools4You.com) the logo is not positioned properly. I assume that the position is controlled in the TPL_Header file but I could not see any reference to it.

    Also, I would like to move my "Prices dropping" pic in the middle of and have a shopping cart on the right.

    How would I go about this?

    Thanks so much for your help and suggestions. I am trying to fix the backround now.

 

 

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

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