This topic has 6 replies, 2 voices, and was last updated 9 years, 4 months ago ago by Robert Hall
Hi …
1- quickview Icon :
after making the site RTL to make it work with arabic language, the quick view icon stopped appearing …
so in the custom CSS I added
.product .product-image-wrapper.hover-effect-default-light .footer-product .show-quickly, .product .product-image-wrapper.hover-effect-swap .footer-product .show-quickly {
height: 40px;
top: -90px;
}
and it’s working fine except for the first two items in the product page as you can see in the screenshot
2- how can I change the amount of products on the shop page ??
it is currently “10” I tried to change it using (WooCommerce poor guy swiss knife) but it didn’t change – is it overridden by the theme ??
3-How can I change the cart icon on the header ??
( to a 24px.PNG icon that I made)
I hope that is not too much questions ,, I am a beginner. Thanks ..
Hello,
1) Please provide us with wp-admin access in Private Content.
2) Navigate to Dashboard->8Theme Options->E-commerce->Product Page Layout and set Products per page.
3) First you need upload image to wp-content/themes/classico/images/ folder then try to add this code in 8theme Options->Typography->Custom css->Global Custom CSS.
.cart-design-1 .shopping-cart-widget .ico-sum{
width: 24px;
height: 24px;
background: url(images/24px.png) no-repeat 0 0;
display: block;
background-position: 0px 0px;
}
24px.png <- name of your image. Regards, Robert Hall.
here is the login credentials
The problem is in your custom css code in 8theme Options->Typography->Custom CSS.
When I commented out this code (http://prntscr.com/7qaqcw) the quick view start worked fine. Please check your customization.
Regards,
Robert Hall.
all the issues are fixed now …
you are a life saver, thanks..
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘2 Issues in the products page !!’' has been successfully resolved, and the topic is now closed for further responses