This topic has 3 replies, 2 voices, and was last updated 9 years, 12 months ago ago by Eva Kemp
Hi there, I have a few minor issues with my website I’m hoping you could help me out with.
1. There’s a typo in My Account page. It’s even in the demo (if you click Sign In, you’ll see “Lost your passowrd” instead of “Lost your password”. How do you change that? What file includes this? Here’s a screenshot: http://i.imgur.com/DB2Ultd.jpg
2. I would like to change a thing in the Checkout page (where the Paypal image is showing). Where can I access that file? I gather it must be somewhere in Woocommerce, but if you could kindly tell me, so it saves me time! Just knowing where the file I can edit is fine (because I also remade the Paypal image). I ideally want it to look like this: http://i.imgur.com/O0RP0jo.jpg
3. There’s a rotating loading sign that appears once you Quick View. It stays even after you leave the Quick View page. Also it’s not centered (for my kind of image, because it’s smaller than the other products, I guess?). How can we do that? Here’s a screenshot: http://i.imgur.com/DWYYOBe.jpg
4. I would like to change the size of the thumbnail images when added to Cart. So when I hover over the Cart button, I’m trying to get the image to be smaller. Where in the code can we change this? I ideally want it to look like this: http://i.imgur.com/kHQpR8C.jpg
5. In the Quick View page, I would like to add other pictures and videos (like in the Full Product page view) below my main image. How can this be done? Where is the code for this? I ideally want it to look like this: http://i.imgur.com/azGEina.jpg
Many thanks in advance!
Can somebody please help me?
Hello,
1. We’re sorry, this mistake will be fixed in the next update. Now you can edit the file wp-content/themes/royal/woocommerce/myaccount/form-login.php (line 43) to correct it.
2. To change PayPal image you need edit Woocommerce file: wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php
3. To align the loading icon add this code into style.css file of your child theme:
#floatingCirclesG { top: 27%; }
4. Add this code to style.css of the child theme:
.media-object {
width: 90px;
}
5. There is no such option in the theme but you can edit the file if you have the required skills:
wp-content/themes/royal/woocommerce/product-quick-view.php.
Thank you.
Regards,
Eva Kemp.
The issue related to '‘Minor issues’' has been successfully resolved, and the topic is now closed for further responses