Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Horizontal CSS Flyout Mod

    Hi .. dont want to get into trouble for posting twice but have posted in the .. CSS Dropdown menu for the header- With Categories! on 10th August and although waiting patiently .. have received no reply. I realise that this forum is run by volunteers who have other jobs BUT just this once is it possible to post the thread elsewhere as this is one of my last issues before I go live.

  2. #2
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Horizontal CSS Flyout Mod

    what is the issue?

  3. #3
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Re: Horizontal CSS Flyout Mod

    Hi .. I originally started with information sidebox .. i then installed

    http://www.zen-cart.com/index.php?ma...roducts_id=479
    horizontal flyout menu .. and turned off information sidebox .. which I have now switched on again for the purpose of this forum.

    I have three objectives

    1) In my information sidebox I have a faq link and about us and I would like both these to appear in my horizontal menu ..

    2) The about us page links to my home page and I would like it to link to my about us page

    3) I would like to remove the specials link under the home tab in the horizontal menu. This I have tried switching off in config/layout settings/catergoriesBox - Show specials link .. set to false

    Thanks .. sorry for the long windedness .. I have been all over these files trying to sort it out

    PS site is http://www.rosedakinjewellery.com.au...ain_page=index

    Very much appreciate your help

  4. #4
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Horizontal CSS Flyout Mod

    well, you can edit the links in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php

    you will not be able to do this in admin

    1 & 2)

    add this


    Code:
    <li><a href="index.php?main_page=about_us">About Us</a></li>
    
    <li><a href="index.php?main_page=faq">FAQ</a></li>
    between:

    Code:
    <ul class="level2">
    and

    Code:
    <?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>


    3)you will need to find and remove this line to remove the specials link

    Code:
    <li><a href="<?php echo zen_href_link(FILENAME_SPECIALS); ?>"><?php echo HEADER_TITLE_SPECIALS; ?></a></li>


    if you have not edited this file yet, please see attached file, just replace the one you have with this, i have already done the editing
    Attached Files Attached Files

  5. #5
    Join Date
    Jan 2010
    Location
    Broome
    Posts
    325
    Plugin Contributions
    0

    Default Re: Horizontal CSS Flyout Mod

    I love you forever lol .. I was going about it the wrong way .. inserting the whole define statement .. so simple when you know how. Thanks

  6. #6
    Join Date
    Feb 2009
    Posts
    186
    Plugin Contributions
    1

    Default Re: Horizontal CSS Flyout Mod

    no problem :)

 

 

Similar Threads

  1. layout changed after installed CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2014, 04:02 PM
  2. v151 How to uninstall CSS Horizontal Drop Down Menu (CSS Flyout Header 1.5)
    By cmike in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 15 Feb 2014, 07:39 AM
  3. mod on CSS Horizontal Dropdown
    By familynow in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 19 Oct 2011, 01:59 PM
  4. CSS flyout horizontal menu ver 1.1
    By rbonja in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 18 Oct 2007, 04:19 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