Page 26 of 54 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 535
  1. #251
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    See the highlighted comments below:

    Quote Originally Posted by kburner View Post
    I am taking a guess at this....

    In tpl_main_page - would I add:

    HTML Code:
    // the following IF statement can be duplicated/modified as needed to set additional flags
      if (in_array($current_page_base,explode(",",'login,account,no_account,checkout,create_account,conditions,privacy,site_map,returns,shopping_cart,checkout_shipping,checkout_payment,checkout_confirmation,checkout_success,account,account_back_in_stock_notifications,account_newsletters,account_notifications')) ) {
        $flag_disable_right = true;
    	$flag_disable_left = true;
    	$flag_disable_header = true;
    	$flag_disable_footer = true;
      }
    To disable footer on these pages.

    This is correct!


    For tpl_footer - what do I modify in the bottom statement to get copyright only to show?

    HTML Code:
    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    
    <?php
    } // flag_disable_footer
    ?>
    Cut this from tpl_footer.php and past is into tpl_main_page.php just before <!--bof- parse time display -->:

    <!--bof- site copyright display -->
    <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
    <!--eof- site copyright display -->
    <!--bof- parse time display -->



    Thank you, Kim
    Would I add

  2. #252
    Join Date
    Apr 2008
    Location
    Flint, Michigan
    Posts
    687
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    See the highlighted comments below:
    Thank you!!!!

  3. #253
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    When you click on one particular link in my footer you get a url like this

    -http://My_example_site.com/tips/outfitting.html&zenid=g2n4fgkqe9lror90mj4uf2fht1-
    If you click back on your browser and click it again it then works correctly without the jibberish at the end of the url.

    Ive previously installed the “about us” module which seems to be the solution to others I found in this thread with the problem.
    I have version 1.3.0.14 and the newest version is 1.3.1. Does this matter?

    In admin/tools/ezpages I put a few pages there. In the example for the link above in the Internal link url field I have tips/outfitting.html I have also tried it as /tips/outfitting.html Im sure Im not doing something correct in the ez pages area. Can someone point me in the right direction?

  4. #254
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by angst View Post
    When you click on one particular link in my footer you get a url like this

    -http://My_example_site.com/tips/outfitting.html&zenid=g2n4fgkqe9lror90mj4uf2fht1-
    If you click back on your browser and click it again it then works correctly without the jibberish at the end of the url.

    Ive previously installed the “about us” module which seems to be the solution to others I found in this thread with the problem.
    I have version 1.3.0.14 and the newest version is 1.3.1. Does this matter?

    In admin/tools/ezpages I put a few pages there. In the example for the link above in the Internal link url field I have tips/outfitting.html I have also tried it as /tips/outfitting.html Im sure Im not doing something correct in the ez pages area. Can someone point me in the right direction?
    Since the footer menu mod was developed for ZC 138/139 it may not work as expected in your ZC version.

    You might want to consider upgrading.

  5. #255
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Oops, should have mentioned.
    Zen cart version 1.3.8a

  6. #256
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by angst View Post
    Oops, should have mentioned.
    Zen cart version 1.3.8a
    Do you have a link to your site.

  7. #257
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Site url is kayak outfitting dawt com
    The link that is not working is the link to "outfitting tips"
    You will notice that after it doesnt work that if you hit back on your browser and then click it again that it does work.

    I have other pages in the footer that link to ezpages that are not a problem.
    When I look at my ezpages section in admin I can see that one link that I have in the footer menu is "shipping cost" and the value that I have in the "internal link url" field is index.php?main_page=page_2 That link and similar ones work fine.
    In the case of the link that works screwy I am trying to get it to go to a html page that is not part of the cart. The value that I have in the "internal link url" field is tips/outfitting.html
    This seems to have something to do with why it acts weird. Is this why the link doesn't work right?

  8. #258
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by angst View Post
    Site url is kayak outfitting dawt com
    The link that is not working is the link to "outfitting tips"
    You will notice that after it doesnt work that if you hit back on your browser and then click it again that it does work.

    I have other pages in the footer that link to ezpages that are not a problem.
    When I look at my ezpages section in admin I can see that one link that I have in the footer menu is "shipping cost" and the value that I have in the "internal link url" field is index.php?main_page=page_2 That link and similar ones work fine.
    In the case of the link that works screwy I am trying to get it to go to a html page that is not part of the cart. The value that I have in the "internal link url" field is tips/outfitting.html
    This seems to have something to do with why it acts weird. Is this why the link doesn't work right?

    You can also have/create "external links" in ez-pages

    that would be the input field just below the internal links field.

  9. #259
    Join Date
    Dec 2008
    Posts
    62
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Thanks
    That worked.
    I'd swear I had done that before without success in various flavors of with and without the www. and or http:// but I tried it again and it seems to be working.
    in admin/tools/ezpages I cleared out the internal link field and put "http://TheWholeAddress.com/TheSpecificPage.html" in the external link field and it seems to have done the trick.

    Thanks again

  10. #260
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by angst View Post
    Thanks
    That worked.
    I'd swear I had done that before without success in various flavors of with and without the www. and or http:// but I tried it again and it seems to be working.
    in admin/tools/ezpages I cleared out the internal link field and put "http://TheWholeAddress.com/TheSpecificPage.html" in the external link field and it seems to have done the trick.

    Thanks again
    Glad you got it sorted

 

 
Page 26 of 54 FirstFirst ... 16242526272836 ... LastLast

Similar Threads

  1. v154 Flexible Footer Menu Multilingual [Support Thread]
    By rbarbour in forum All Other Contributions/Addons
    Replies: 130
    Last Post: 1 Jun 2025, 02:18 PM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 20
    Last Post: 23 Apr 2025, 08:49 AM
  3. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  4. adding links to top menu and footer menu
    By satrina in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 7 Nov 2012, 10:17 PM
  5. Easy way to edit header/top menu, footer menu, and sidebar menu?
    By templar2 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 30 Jun 2009, 11:14 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