Page 13 of 36 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 357
  1. #121
    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. #122
    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.

  3. #123
    Join Date
    Jan 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Actually I just figured it out & edited what I needed, thanks.

    ETA - seems we posted at the same time & I did exactly what you suggested. Thanks.

  4. #124
    Join Date
    Jan 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Wasn't sure where to post this but it seems I'm missing the define_Conditions.php file? I even re-downloaded the main file & it's not in there?

  5. #125
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by JohnnyScience View Post
    Wasn't sure where to post this but it seems I'm missing the define_Conditions.php file? I even re-downloaded the main file & it's not in there?
    It should be define_conditions.php (all lowercase letters) , and it sits in "includes\languages\english\html_includes\".

    This file comes with a standard ZC install.

  6. #126
    Join Date
    Jan 2013
    Posts
    104
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    "includes\languages\english\html_includes\ has a yorkshire_clean folder & a define_about_us.php file in it. No conditions? It's a new file I just downloaded from the website.

  7. #127
    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
    Wasn't sure where to post this but it seems I'm missing the define_Conditions.php file? I even re-downloaded the main file & it's not in there?
    Not the place to post this as it's got nothing to do with the menu.. but if it's not in your template's folder, then simply copy it over from the default_template..
    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. #128
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by JohnnyScience View Post
    "includes\languages\english\html_includes\ has a yorkshire_clean folder & a define_about_us.php file in it. No conditions? It's a new file I just downloaded from the website.
    Unless the file was changed for the template package, you will not find it in the override directory. The define_conditions.php file is not in the template package.

    Thanks,

    Anne

  9. #129
    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
    Actually I just figured it out & edited what I needed, thanks.

    ETA - seems we posted at the same time & I did exactly what you suggested. Thanks.
    Somehow I missed this post last night.. You're welcome.. Glad it worked out for you..
    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.

  10. #130
    Join Date
    Nov 2012
    Posts
    33
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Thanks for the addon.
    How do I remove under the INFO tab the "GENERAL INFO" and leave everything else in?

 

 
Page 13 of 36 FirstFirst ... 3111213141523 ... LastLast

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

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