Forum Replies Created
-
AuthorPosts
-
Hi,
- You can change overflow: auto; -> overflow-y: auto;
Another thing is the drop-down lists for the 'Resident Types' on both the billing and recipient sections. They act very differently depending on the browser. Most of the time they don't fill the width of the form even though they are meant to. Is there a fix for this too?
You can send me a screenshot to clarify.
- Menu font: Maybe your hosting has supported the cache file. Please check again.
(I tried to remove the "custom-style.css" but this file still load on your site -> You are using the cache somewhere)
Best regards,
Hi,
You can try with this code:
@media(max-width: 768px){
.woocommerce .yith-wcwl-add-to-wishlist, .single-product .yith-wcwl-add-to-wishlist,
.ylp-product-wrap.ylp-product-slider .ylp-product-style_1 .ylp-product-item-inner .ylp-product-info .yith-wcwl-add-to-wishlist{
opacity: 1;
top: -25px!important;
right: 11px;
z-index: 1;
}
}
Best regards,
Hi,
Are you using the plugin "YL WooCommerce Products Layouts Rubino" last new version? (Version 1.2.1.1)
You can go to the "style_1.php" (/wp_content/plugins/yl_product_layouts_rubino/includes/addon/yl-product-tab/templates/style_1.php) and check the line have exists in this link: http://prntscr.com/hn8txu
If not exsits, please replace the content by attachement file.
Best regards,
Hi,
If you use the cache plugin or set server cache for JS, CSS file, please remove it.
Currently, the attribute doesn't change as your custom.
Thanks.
Hi,
I imported the data demo with the "Wordpress Importer" plugin.
Please reload your site and check again.
Best regards,
This reply has been marked as private.Hi,
You can send me to link your site.
I will help you check.
Thanks.
Hi,
Wishlist: you go to Theme Options -> Shop -> Add to Wishlist Button -> Turn "Off". http://prntscr.com/hn7vw5
Google map: You need to get an API KEY for Map.
You can view the instruct in here:
Thanks.
Hi,
My IP : 103.238.69.133
Thanks.
Hi,
Please send admin your account (Set as private reply). I will help you check.
Thanks.
This reply has been marked as private.This reply has been marked as private.Hi,
Sorry for the late response!.
You can add these lines to Custom CSS (Theme Options) or the "style.css" of Child Theme (If you use the Child Theme).
@media(max-width: 768px){
.woocommerce .yith-wcwl-add-to-wishlist, .single-product .yith-wcwl-add-to-wishlist {
opacity: 1;
top: -25px;
right: 11px;
}
}
Thanks.
This reply has been marked as private. -
AuthorPosts
