Results 1 to 10 of 357

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    When I said ghost it out I meant "comment out"

    I was always just deleting code when I made changes but someone recently in another thread said its better to comment it out than delete it.

    But for some reason when I try commenting out the part I have in red it wasn't working. Suggestions?

    I know I can move onto other parts, it's really just this menu & the footer pop up menu that I have left to edit really and I can't figure out how to remove links from either for some reason.

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

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by JohnnyScience View Post
    When I said ghost it out I meant "comment out"

    I was always just deleting code when I made changes but someone recently in another thread said its better to comment it out than delete it.

    But for some reason when I try commenting out the part I have in red it wasn't working. Suggestions?

    I know I can move onto other parts, it's really just this menu & the footer pop up menu that I have left to edit really and I can't figure out how to remove links from either for some reason.
    Thanks for the infor.. it helps if you use more common terms.. ("ghost out" really isn't a common term)

    I assume form your previous posts that this is the section you want to comment out (the "General Info").. if you comment out EVERYTHING you have in red, you will remove the top level "Info" menu and ALL of the "Info" menu items below it. Simply put the opening comment <!-- at the beginning of this block and the ending comment --> at the end of this block
    Code:
            <div class="col_1">
                        <h3><?php echo TITLE_GENERAL; ?></h3>
                        <ul>
                <li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo BOX_INFORMATION_ABOUT_US; ?></a></li>
                        <?php if (DEFINE_SITE_MAP_STATUS <= 1) { ?>
                        <li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo BOX_INFORMATION_SITE_MAP; ?></a></li>
                        <?php } ?>
                          <?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?>
                        <li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_GV; ?></a></li>
                        <?php } ?>
                        <?php if (MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') { ?>
                        <li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_DISCOUNT_COUPONS; ?></a></li>
                        <?php } ?>
                           <?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?>
                        <li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo BOX_INFORMATION_UNSUBSCRIBE; ?></a></li>
                        <?php } ?>
                         </ul>   
                     </div>
    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.

 

 

Similar Threads

  1. Help with Mega Menu css customization
    By swdynamic in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2013, 01:21 AM
  2. v139h Mega Menu Mess
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Nov 2012, 07:58 PM
  3. v150 Mega Menu assistance
    By Fancyfrills in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 24 Aug 2012, 06:16 PM
  4. Horizontal Drop Menu sort order of mega-menu
    By familynow in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 19 Oct 2011, 04:39 PM

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