Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
Sweebum
The readme instructions are accurate. If you add .manufacturers-li {display:none;} to the bottom of your stylesheet_mega_menu.css file, it will work. Yours is not working becasue you have .categories-li on the line above the .manufacturers-li {display:none;}. Remove the .categories-li and all of the other selectors that have no declarations.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
picaflor-azul
The readme instructions are accurate. If you add .manufacturers-li {display:none;} to the bottom of your stylesheet_mega_menu.css file, it will work. Yours is not working becasue you have .categories-li on the line above the .manufacturers-li {display:none;}. Remove the .categories-li and all of the other selectors that have no declarations.
Thanks,
Anne
You learn something new every day. All fixed, thank you:smile:
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
Sweebum
You learn something new every day. All fixed, thank you:smile:
No problem ;-)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Hi Anne I'm trying to place a second logo where the searbox is, I've searched allover but everthing I try breaks my site:frusty: could you tell me how I can do this. Cheers Peter
http://www.rvsolarsystems.co.uk/
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
discoverytdi
Hi Anne I'm trying to place a second logo where the searbox is, I've searched allover but everthing I try breaks my site:frusty: could you tell me how I can do this. Cheers Peter
http://www.rvsolarsystems.co.uk/
You wil need to add the code to the tpl_header.php file, probably under the code for the search header. Then you will need to adjust the positioning in the stylesheet.css file. If you add your logo and then post for help here I can help you with the css.
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Anne,
Awesome template! I have just taken over a site for a company here http://bootsandmore.net/test/index.php (this is where I do all my edits then move them to the live site) and would like to know how to make remove the Free Shipping promo text and add some new text? It sounds simple but everytime i do it I end up with a blank page, any suggestions?
Trying to change the below from:
define('HEADER_TITLE_PROMO1', '<span class="promo-big">FREE SHIPPING</span><br /><span class="promo-red"> on all orders over $100.00</span>');
To:
define('HEADER_TITLE_PROMO1', '<span class="promo-big">If you don’t see it on our website, </span><br /><span class="promo-red"> Call for additional styles.</span>');
Thanks a ton, I have been fighting this all day today
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
uswebworx
Anne,
Awesome template! I have just taken over a site for a company here
http://bootsandmore.net/test/index.php (this is where I do all my edits then move them to the live site) and would like to know how to make remove the Free Shipping promo text and add some new text? It sounds simple but everytime i do it I end up with a blank page, any suggestions?
Trying to change the below from:
define('HEADER_TITLE_PROMO1', '<span class="promo-big">FREE SHIPPING</span><br /><span class="promo-red"> on all orders over $100.00</span>');
To:
define('HEADER_TITLE_PROMO1', '<span class="promo-big">If you don’t see it on our website, </span><br /><span class="promo-red"> Call for additional styles.</span>');
Thanks a ton, I have been fighting this all day today
You need to escape the apostrophe in the word don't ;-)
Thanks,
Anne
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
uswebworx
Anne,
Awesome template! I have just taken over a site for a company here
http://bootsandmore.net/test/index.php (this is where I do all my edits then move them to the live site) and would like to know how to make remove the Free Shipping promo text and add some new text? It sounds simple but everytime i do it I end up with a blank page, any suggestions?
Trying to change the below from:
define('HEADER_TITLE_PROMO1', '<span class="promo-big">FREE SHIPPING</span><br /><span class="promo-red"> on all orders over $100.00</span>');
To:
define('HEADER_TITLE_PROMO1', '<span class="promo-big">If you don’t see it on our website, </span><br /><span class="promo-red"> Call for additional styles.</span>');
Thanks a ton, I have been fighting this all day today
Quote:
Originally Posted by
picaflor-azul
You need to escape the apostrophe in the word don't ;-)
Thanks,
Anne
Blank page = error log.. The error log would have given you a hint as to the issue..
Re: Abbington Mega Template Support Thread
Hello Anne,
I am now using this Fantastic template on 3 Zen sites and will adopt it to two others soon - this really is a great template. My question is in adopting it to another site I would like if possible to modify the colour theme, change the Burgundy / Maroon colour to something else that will better suit the type of products. I cannot seem to find in the CSS the hex colour code for the burgundy / maroon colour used for the header bar, side and center box headers etc, etc.
I look forward to your help.
cheers,
Mike
Re: Abbington Mega Template Support Thread
Quote:
Originally Posted by
shags38
Hello Anne,
I am now using this Fantastic template on 3 Zen sites and will adopt it to two others soon - this really is a great template. My question is in adopting it to another site I would like if possible to modify the colour theme, change the Burgundy / Maroon colour to something else that will better suit the type of products. I cannot seem to find in the CSS the hex colour code for the burgundy / maroon colour used for the header bar, side and center box headers etc, etc.
I look forward to your help.
cheers,
Mike
The mega menu background is in the stylesheet_mega_menu.css file line 96.
Sidebox headings have a background image includes/templates/abbington_mega/images/top-menu-bk.jpg
The module tabs background is an image includes/templates/abbington_mega/images/tab-bk.png
Thanks,
Anne