This topic has 4 replies, 3 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Dears, First of all,
congratz for this template.
Im having issue to change the following itens to finishi my website. Could u pls help?
1) Even disabling the “Wishing” option, it shows when I hove on product’s image on category page;
2) On category page, when I hover a product’s image, how to change the “Quick View” to another text;
3) On category page, how to change the phrase “Show Filter”;
4) On category page, how to change the title “Categories” on sidebar.
5) On product page, how to change the title “Product Descritption”;
6) On product page, how to change the phrase “Email to a friend”.
7) On product page, how to change the title “Related Products”
tks in advance,
Peter
Hello,
1) Please add following code into custom.css file
.footer-product .yith-wcwl-add-to-wishlist{
display:none;
}
2) Edit this file /royal/woocommerce/content-product.php
(line 128)
3) /royal/framework/woo.php
(line 104)
4) You can change this in Categories widget. Navigate to Appearance-Widgets.
5) Edit this file /royal/woocommerce/content-single-product.php
(line 64)
6) /royal/framework/woo.php
(line 822)
7) /royal/woocommerce/single-product/related.php
(line 30)
Don’t forget to made backup all files where you will make changes.
Regards,
Robert Hall.
Dears,
Many tks for your prompt answer!
I would die trying to find how to solve them by myself.
Only have 2 more things:
1) On related product on single product page, it still showing the “WishList” option, how to take it out?
2) Some product images and smaller than the image space on single page product, and when I mouse over, it loads the zoom but it shows the smaller image. is there a option that in case of images smaller than the image size on this page, to not loading the zoom?
tks.,
Peter
Hello,
1. Please add this code into custom.css file:
.yith-wcwl-add-to-wishlist {
display: none !important;
}
2. Unfortunately there is no such possibility. Sorry. You need upload larger images in this case.
Regards,
Eva Kemp.
The issue related to '‘Finishing Site – wishing list, category page and product page mods’' has been successfully resolved, and the topic is now closed for further responses