Page 15 of 54 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 535
  1. #141
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Footer Menu Support Thread

    Hi clydejones awesome menu. I have a couple problems. If you go to my site you will see that my about us link is not right. I am using a drop down menu by jadefish and not the side box. I also want to just make it a 3 menu instead of a 4. I really don't have any important links to display so I want to remove that and get everything line up in the middle of my page. Here is a link to my site and thank you. If I did use the important links I would like to put my contest that I run over there along with my faqs.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #142
    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 countrycharm View Post
    Hi clydejones awesome menu. I have a couple problems. If you go to my site you will see that my about us link is not right. I am using a drop down menu by jadefish and not the side box. I also want to just make it a 3 menu instead of a 4. I really don't have any important links to display so I want to remove that and get everything line up in the middle of my page. Here is a link to my site and thank you. If I did use the important links I would like to put my contest that I run over there along with my faqs.
    For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files.

    The second - a bit more complicated and requires editing the files in the mod to remove the fourth column information.

    I think someone may have done something similar and posted a solution somewhere in this thread.

  3. #143
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files.

    The second - a bit more complicated and requires editing the files in the mod to remove the fourth column information.

    I think someone may have done something similar and posted a solution somewhere in this thread.
    Yes I have one in the header menu that jadefish furnish with the menu. You can down load it from here to take a look and give me some pointers if you will. Thank You again
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #144
    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 countrycharm View Post
    Yes I have one in the header menu that jadefish furnish with the menu. You can down load it from here to take a look and give me some pointers if you will. Thank You again
    Not sure what the dropdown menu has to do with the footer menu and in any case the zip file you referenced is empty.

    If you want to change the footer menu you will have to edit.

    footer_menu_defines.php

    tpl_footer_menu.php

    and remove any references to the column 4 items

  5. #145
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    Not sure what the dropdown menu has to do with the footer menu and in any case the zip file you referenced is empty.

    If you want to change the footer menu you will have to edit.

    footer_menu_defines.php

    tpl_footer_menu.php

    and remove any references to the column 4 items
    For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files. I don't know if I have it installed.

    Thanks clyde for your help. I went to admin/configuration.ezpage and cut it off from their. The file is in there I just checked, any way I don;t know what I was trying to show you....lol going crazy today. How would I center Quick Links, Information, Customer Service with the links. How would I add another straight line on the other side of quick links. Sorry for all the questions.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #146
    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 countrycharm View Post
    For the first question - it appears that you either don't have the "about us" contribution installed or if you do, You are missing one of the language files. I don't know if I have it installed.

    Thanks clyde for your help. I went to admin/configuration.ezpage and cut it off from their. The file is in there I just checked, any way I don;t know what I was trying to show you....lol going crazy today. How would I center Quick Links, Information, Customer Service with the links. How would I add another straight line on the other side of quick links. Sorry for all the questions.
    open the stylesheet_footer_menu.css add the following

    .first {border-left:1px dotted #000;}

  7. #147
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Footer Menu Support Thread

    Quote Originally Posted by clydejones View Post
    open the stylesheet_footer_menu.css add the following

    .first {border-left:1px dotted #000;}
    Thank you clyde that worked out great. One more question and I will leave you a lone. I know this has been asked and I have tried all of them. Copyright I want to put a little more space between the two. I can not figure this one out.
    Last edited by countrycharm; 4 Mar 2010 at 01:09 AM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  8. #148
    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 countrycharm View Post
    Thank you clyde that worked out great. One more question and I will leave you a lone. I know this has been asked and I have tried all of them. Copyright I want to put a little more space between the two. I can not figure this one out.
    stylesheet.css

    find #siteinfoLegal

    add margin and padding to get the look you want.

  9. #149
    Join Date
    May 2009
    Location
    Longmont, CO
    Posts
    91
    Plugin Contributions
    0

    Default Re: Footer Menu Support Thread

    Hello Clyde.
    Thanks for a really nice contribution.
    I too am having some minor issues with the menu. I know it is in the menu_footer.css. I suspect (#navSuppWrapper) section that is overriding that section in the main stylesheet.

    Zen 1.38a and cherry-zen template. Url= http://www.angiejolee.com/store/

    The issues are:
    1. Messes up the top main navigation a bit.
    2. Links in sideboxes (other than categories) are aligned left (normal) but centered in a narrower space forcing a wrap.

    Any suggestions would be appreciated.

  10. #150
    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 Drunkguy View Post
    Hello Clyde.
    Thanks for a really nice contribution.
    I too am having some minor issues with the menu. I know it is in the menu_footer.css. I suspect (#navSuppWrapper) section that is overriding that section in the main stylesheet.

    Zen 1.38a and cherry-zen template. Url= http://www.angiejolee.com/store/

    The issues are:
    1. Messes up the top main navigation a bit.
    2. Links in sideboxes (other than categories) are aligned left (normal) but centered in a narrower space forcing a wrap.

    Any suggestions would be appreciated.
    #navSuppWrapper would not affect the top main navigation since that section is styled by #navMainWrapper

    The sideboxes, likewise, would not be affected since they are styled by .sideBoxContent

    You might want to check the "cherry zen" support thread and see if anyone else has experienced these issues.

 

 
Page 15 of 54 FirstFirst ... 5131415161725 ... 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