Re: Abbington Mega Template [Support Thread]
Thanks so much!!!
What would the code be to hide the customer service tab?
One more thing..... Is there anyway to change the name of the catagories tab?
I may be going about all of this the wrong way. Basically all i need the mega menu to have is mens, womens, and daily deals tabs
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
jenkins2212
Thanks so much!!!
What would the code be to hide the customer service tab?
One more thing..... Is there anyway to change the name of the catagories tab?
I may be going about all of this the wrong way. Basically all i need the mega menu to have is mens, womens, and daily deals tabs
I just posted the code to hide the customer service menu. See my previous post.
If you just want your categories to show, then you should hide the mega menu altogether and use the built in category tabs.
Thanks,
Anne
Re: Abbington Mega Template [Support Thread]
Im so sorry but ive looked everywhere trying to rename the categories tab. Is this possible?
Re: Abbington Mega Template [Support Thread]
Quote:
Originally Posted by
jenkins2212
Im so sorry but ive looked everywhere trying to rename the categories tab. Is this possible?
You can edit the includes/languages/english/extra_definitions/abbington_mega/headermenu.php file
Thanks,
Anne
Re: Abbington Mega Template Support
Hi,
Three questions.
How do I find out what version of Abbington Mega I have installed?
How do I edit the mega menu tab text? I.E. About us, Customer Service, etc.
How can I control the links in the footer? I.E. under Information, Customer Support, Useful Links
:blink:
Re: Abbington Mega Template Support
Quote:
Originally Posted by
newtozc32
Hi,
Three questions.
How do I find out what version of Abbington Mega I have installed?
How do I edit the mega menu tab text? I.E. About us, Customer Service, etc.
How can I control the links in the footer? I.E. under Information, Customer Support, Useful Links
:blink:
All of your questions can be answered in the readme.html file included in the template package.
Thanks,
Anne
Re: Abbington Mega Template Support
Hello Anne,
how can I add a Pinterest 'Pinit' button to my product info pages - near the image preferably, or alternatively at the bottom of the info page in line with the Facebook, Twitter and Share buttons.
thanks, Mike
Re: Abbington Mega Template Support
Quote:
Originally Posted by
shags38
Hello Anne,
how can I add a Pinterest 'Pinit' button to my product info pages - near the image preferably, or alternatively at the bottom of the info page in line with the Facebook, Twitter and Share buttons.
thanks, Mike
You can either install the pinterest button module and add the code near the addthis code that is already on the product info page. Or you can add the updated addthis code from the addthis.com site that already has the pinterest button included.
Thanks,
Anne
Re: Abbington Mega Template Support
Quote:
Originally Posted by
picaflor-azul
You can either install the pinterest button module and add the code near the addthis code that is already on the product info page. Or you can add the updated addthis code from the addthis.com site that already has the pinterest button included.
Thanks,
Anne
Thanks Anne - I experimented a bit after posting and just added the pinit button script (placing it between <div></div>) available from Pinterest widget builder (http://business.pinterest.com/widget..._pin_it_button) in the includes/templates/abbington_mega/templates/tpl_product_info_display.php file here at line 119 - it places the PinIt button PERFECTLY under the item price next to the main image;
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
</div>
<div>
<a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_28.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
</div>
Attachment 13907
cheers,
Mike
Re: Abbington Mega Template Support
Quote:
Originally Posted by
shags38
Thanks Anne - I experimented a bit after posting and just added the pinit button script (placing it between <div></div>) available from Pinterest widget builder (
http://business.pinterest.com/widget..._pin_it_button) in the includes/templates/abbington_mega/templates/tpl_product_info_display.php file here at line 119 - it places the PinIt button
PERFECTLY under the item price next to the main image;
<div id="cartAdd">
<?php
echo $display_qty;
echo $display_button;
?>
</div>
<div>
<a href="//www.pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img src="//assets.pinterest.com/images/pidgets/pinit_fg_en_rect_gray_28.png" /></a>
<!-- Please call pinit.js only once per page -->
<script type="text/javascript" async src="//assets.pinterest.com/js/pinit.js"></script>
</div>
Attachment 13907
cheers,
Mike
I am happy that you figured it out ;)
Thanks,
Anne