Re: Footer Menu Support Thread
Quote:
Originally Posted by
zfw88788301
Hello!clydejones,:smile:
I've installed this module on my website but i got a problem on my final step! you can visit my website at
www.ShopEzone.com
as you can see on the footer like the picture i've attached.
Please help me figure out how to remove the return,private,term of use from the middle of the page just like the picture is! Thank you for your helping!
You seem to have added the following somewhere (not sure which file) and it can safely be deleted
Code:
<div class="ezpagesFooterCol col1" style="width: 100%">
<ul>
<li><a href="http://www.shopezone.com/page.html?id=18">RETURN POLICY</a></li>
<li><a href="http://www.shopezone.com/privacy.html">PRIVATE POLICY</a></li>
<li><a href="http://www.shopezone.com/term_of_use.html">TERM OF USE</a></li>
</ul>
Re: Footer Menu Support Thread
Is there any way I could reduce the colums to three and center them? I am testing a dummy site at "qu een ch arlotte soaps.com / test" (without the spaces and quotations). This screenshot what it looks like now. If I remove "<?php echo QUICKLINKS; ?>" (without the quotations) from tpl_footer_menu.php and the entire first column data from footer_menu_defines.php, I get what you see in this screenshot. I tried a few thing, but as you can imagine, they did not work.
Any help would be appreciated. Thank you!
Re: Footer Menu Support Thread
Quote:
Originally Posted by
mretzloff
Is there any way I could reduce the colums to three and center them? I am testing a dummy site at "qu een ch arlotte soaps.com / test" (without the spaces and quotations).
This screenshot what it looks like now. If I remove "<?php echo QUICKLINKS; ?>" (without the quotations) from tpl_footer_menu.php and the entire first column data from footer_menu_defines.php, I get what you see in
this screenshot. I tried a few thing, but as you can imagine, they did not work.
Any help would be appreciated. Thank you!
read posts 376 - 380
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
You seem to have added the following somewhere (not sure which file) and it can safely be deleted
Code:
<div class="ezpagesFooterCol col1" style="width: 100%">
<ul>
<li><a href="http://www.shopezone.com/page.html?id=18">RETURN POLICY</a></li>
<li><a href="http://www.shopezone.com/privacy.html">PRIVATE POLICY</a></li>
<li><a href="http://www.shopezone.com/term_of_use.html">TERM OF USE</a></li>
</ul>
Hello!clyde,
Thank you for your help.I've fixed my last problem. But, I got a new problem with my CSS, as you can see my "New Products" page at "http://www.shopezone.com/products_new.html" The css is mess up.
Please help me fix this CSS problem! Thank you for your helps!
Re: Footer Menu Support Thread
Quote:
Originally Posted by
zfw88788301
Hello!clyde,
Thank you for your help.I've fixed my last problem. But, I got a new problem with my CSS, as you can see my "New Products" page at "http://www.shopezone.com/products_new.html" The css is mess up.
Please help me fix this CSS problem! Thank you for your helps!
Sorry, but this doesn't seem to be related to the footer menu.
I'd suggest you check with the template author about what may be causing the problem.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Sorry, but this doesn't seem to be related to the footer menu.
I'd suggest you check with the template author about what may be causing the problem.
Hi! clyde,
After i delete the "stylesheet_footer_menu.css" from my website. The css work fine on the "new product page" please check!
And please modify my stylesheet_footer_menu.css to me! Thank you for help you!
1 Attachment(s)
Re: Footer Menu Support Thread
Quote:
Originally Posted by
zfw88788301
Hi! clyde,
After i delete the "stylesheet_footer_menu.css" from my website. The css work fine on the "
new product page" please check!
And please modify my stylesheet_footer_menu.css to me! Thank you for help you!
Here is my "stylesheet_footer_menu.css" and my "style_sheets.css" (if need!)
Re: Footer Menu Support Thread
Quote:
Originally Posted by
zfw88788301
Here is my "stylesheet_footer_menu.css" and my "style_sheets.css" (if need!)
You can make the following changes to the stylesheet_footer_menu.css
#navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
#navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
#navSuppWrapper ul {margin:0;padding:0;list-style: none;}
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
Re: Footer Menu Support Thread
Quote:
Originally Posted by
haredo
@Clyde
I don't see this little jewel of a mod in the downloads yet???
Hi, Thank you for wonderful addon! i liked it and so far dont have any problem:)
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
You can make the following changes to the stylesheet_footer_menu.css
#navSuppWrapper dl {margin: 0 0 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
#navSuppWrapper dt {margin-bottom:.3em;font-weight:bold;}
#navSuppWrapper dd {margin:0;padding:0;float:left;width:24.3%;}/*Column width of the menu - currently set for 4 columns*/
#navSuppWrapper ul {margin:0;padding:0;list-style: none;}
#navSuppWrapper li {margin:0;padding:0;}
#navSuppWrapper li a:link {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;font-size:.9em;display:block;}
#navSuppWrapper li a:visited {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:hover {letter-spacing:.1em;color:#444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
#navSuppWrapper li a:active {letter-spacing:.1em;color: #444;margin:0;padding-left:2em;padding-bottom:.3em;display:block;}
:clap:Thank you clyde for your helping fix my CSS layout! My website is now going well!:bigups: