Re: Winchester Black Responsive Template
I finally did find where to make the changes to direct the last box below the slide banner to a category. It wasn't easy but i'm learning.
For other DIY like me make changes to this file
includes/languages/english/html_includes/winchester_black/define_main_page.php
in my case I changed the line that say:
<a href="index.php?main_page=product_info&cPath=8&products_id=18" ><img src="includes/templates/winchester_black/images/home1.png" class="home-img" alt="your product title" /></a>
to this:
<a href="index.php?main_page=index&cPath=17" ><img src="includes/templates/winchester_black/images/home1.png" class="home-img" alt="Bargain Bin" /></a>
Please note that "index&cPath=17" is the ID for my category.
Hope it helps someone else.
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
flgoose
I finally did find where to make the changes to direct the last box below the slide banner to a category. It wasn't easy but i'm learning.
For other DIY like me make changes to this file
includes/languages/english/html_includes/winchester_black/define_main_page.php
in my case I changed the line that say:
<a href="index.php?main_page=product_info&cPath=8&products_id=18" ><img src="includes/templates/winchester_black/images/home1.png" class="home-img" alt="your product title" /></a>
to this:
<a href="index.php?main_page=index&cPath=17" ><img src="includes/templates/winchester_black/images/home1.png" class="home-img" alt="Bargain Bin" /></a>
Please note that "index&cPath=17" is the ID for my category.
Hope it helps someone else.
I am happy that you figured it out. Instructions for customizing these home page images are in the readme.html file included in the template package.
Thanks,
Anne
Re: Winchester Black Responsive Template
Hello! Sorry if this has been asked before. On each product page there is supposed to be the social media icons. These show up when I'm viewing a product on my site on my iPhone, but they are nowhere to be seen when I view it on my pc.
I just read through the read me again thinking I missed something that I have to activate, but that doesn't seem to be the case. I do sometimes change the files, so it's possible that I messed something up somewhere. The weird thing is that I have seen them on a PC that wasn't mine before, just never on mine.
The pale grey social icons in the footer show up just fine, but I really need the Pinit button :)
I'm going to go look at includes/languages/english/winchester_black/product_info.php and see if that's where the code should be. But if anyone has any aha moments come to them about this, I'd love it hear it! Thanks! Oh, and site is in my signature.
Re: Winchester Black Responsive Template
Oops, I believe it's this file: includes/templates/winchester_black/templates/tpl_product_info_display.php, and it shows that I do have a later modification date than other files, so I have messed around with this file...
Re: Winchester Black Responsive Template
I do have this code, I didn't remove it like I thought I may have:
PHP Code:
<!--eof Add to Cart Box-->
<!-- bof AddThis -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=" async="async"></script>
<div class="addthis_sharing_toolbox addthis_default_style addthis_32x32_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_pinterest_share"></a>
<a class="addthis_button_google"></a>
<a class="addthis_button_compact"></a>
</div>
<!--eof AddThis-->
Re: Winchester Black Responsive Template
Sooo.... I looked at my site on someone else's computer, and indeed the row of social buttons is showing up on each product listing! So the question is, why don't they on my computer? I've tried it in both Chrome and Firefox, and they just have never showed so long as I'm on my computer. Any ideas? Thanks!
Re: Winchester Black Responsive Template
Quote:
Originally Posted by
BlackOrchidCouture
Sooo.... I looked at my site on someone else's computer, and indeed the row of social buttons is showing up on each product listing! So the question is, why don't they on my computer? I've tried it in both Chrome and Firefox, and they just have never showed so long as I'm on my computer. Any ideas? Thanks!
Do you have ad blocker installed in your browsers?
Thanks,
Anne
Re: Winchester Black Responsive Template
Hi, I have not consciously put ad blocker on my browsers, not really sure what it is (though I can guess from the name), so I don't think I have it on my browsers....
Re: Winchester Black Responsive Template
If you view the source code on your computer, do you see anything in there?
Have you cleared cookies?
Re: Winchester Black Responsive Template
hello, I am stuck trying to change the color of the item descriptions once they make it to the cart. I have read through this forum, but must be missing this as I saw it posted as a question, but did not see the answer, Thanks for the help.