Re: Andover Modern Template Support Thread
Sorry for being dim, but could I ask:
I have made the changes listed in this thread as we went along. I have also made some changes within the software so if I overwrite with the updated template will this meand I have to make my changes again? Guess so.
So the ONLY thing I did not pick up on was the "wrong Facebook & Twitter" url as stated further up the thread.
Not as yet being a user of either, but intend to make use of them, what changes do I need to make for this part only?
Assuming I will not be missing out on anything else by staying with what I have at present.
Thanks
Re: Andover Modern Template Support Thread
Quote:
Sorry for being dim, but could I ask:
I have made the changes listed in this thread as we went along. I have also made some changes within the software so if I overwrite with the updated template will this meand I have to make my changes again? Guess so.
So the ONLY thing I did not pick up on was the "wrong Facebook & Twitter" url as stated further up the thread.
Not as yet being a user of either, but intend to make use of them, what changes do I need to make for this part only?
Assuming I will not be missing out on anything else by staying with what I have at present.
Thanks
For these links you need edit the includes/templates/andover_modern/common/tpl_footer_menu.php file.
find:
Code:
<span id="social-media"
You will need to change the path of the images to:
Code:
<a href="<?php echo TWITTER; ?>"><img src="includes/templates/andover_modern/images/twitter.png" class="twitter-image" alt="twitter link" /></a>
<a href="<?php echo FACEBOOK; ?>"><img src="includes/templates/andover_modern/images/facebook.png" class="facebook-image" alt="facebook link" /></a>
Re: Andover Modern Template Support Thread
Thanks for that... Got it all working.
Because I have a lot of attributes, I have moved the "add to cart" code below the "review" section.
All looks well unless I have "related products" showing and then the "like, tweet & share" icans fall half way into the dotted line and looks messy.
I looked in the css file but I can't see anything that will help.
Any suggestions?
Re: Andover Modern Template Support Thread
Quote:
Thanks for that... Got it all working.
Because I have a lot of attributes, I have moved the "add to cart" code below the "review" section.
All looks well unless I have "related products" showing and then the "like, tweet & share" icans fall half way into the dotted line and looks messy.
I looked in the css file but I can't see anything that will help.
Any suggestions?
What is the link to the product?
Re: Andover Modern Template Support Thread
I am having a problem with the way my specials are showing on my site. The lower right hand box does not have a product in it but is you fo to page 2 there is more products. I can usually figure these things out this one has me stumped.
Link to sight:
http://www.justrains.com/webstore/in...pecials&page=1
Re: Andover Modern Template Support Thread
Quote:
I am having a problem with the way my specials are showing on my site. The lower right hand box does not have a product in it but is you fo to page 2 there is more products. I can usually figure these things out this one has me stumped.
Link to sight:
http://www.justrains.com/webstore/in...pecials&page=1
It looks to me like you have your value for specials to show per page set at 9. Try to adjust this in Admin - Products Listing- Number Per Page.
Re: Andover Modern Template Support Thread
I appreciate your help but I do not see the number per page you are talking about.
Re: Andover Modern Template Support Thread
shawnchr--Have you tried:
Admin>Configuration>Maximum Values>Products on Special
Re: Andover Modern Template Support Thread
Thank you why it is in there I do not know but that worked thank you.
Re: Andover Modern Template Support Thread
Quote:
Thank you why it is in there I do not know but that worked thank you.
I am glad that I helped :smile: