Forum Replies Created
-
AuthorPosts
-
Hi,
I added the following lines to "style.css" of Child Theme:
.woocommerce .product-thumb .product-thumb-primary img, .single-product .product-thumb .product-thumb-primary img, .woocommerce .product-thumb .product-thumb-one img, .single-product .product-thumb .product-thumb-one img{
-webkit-transform: translateX(0); */
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
Please check your site.
Hi,
Please send me link your site
Hi,
You can get the Fullwidth page with the filters to the left of 3 product.
You go to "Theme Options" and do like the screenshot http://prntscr.com/efrxyj
Hi,
You go to each shortcode and remove it -> The options are no longer active (Primary Color, Heading Color, Heading Background Color, Padding, Set Border, Show rating).
eg: Product Masonry:
You go to "yl_product_masonry.php" (/plugins/yl_products_layouts/includes/addon/yl-product-masonry/yl_product_masonry.php) and remove the style inline.
Hi,
I do not find yellow on your site. (you can try with anonymous browsing)
Please send me a screenshot.
Hi,
The menu font was active on the site of you.
Please check with the anonymous browsing.
Hi,
This is an add-on for Visual Composer.
To use this plugin, you need to install Visual Composer plugin and Woocommerce plugin
Hi,
You go to "ylp_product.js"(yl_products_layouts/assets/js/ylp_product.js) -> Find and edit:
layoutMode: 'masonry', =====> layoutMode: 'fitRows',
Hope it help!
Hi,
Sorry for reply my delay.
We will have an update in 2 weeks or sooner.
Can you wait for it?
Regard,
Hi,
Upsell:
If you want to remove 'loop' field in jQuery Carousel:
You go to "yolo-main.js" (/theme/yolo-motor/assets/js/yolo-main.js) and change:
loop: false,
Hi,
You can use Custom Style:
@media(max-width: 991px){
header .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > a,
header .yolo-mobile-header-nav.menu-drop-fly ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret{
color: "your-color";
}
header .yolo-mobile-header-nav{
background-color: "your-color";
}
}
Hi,
You login backend -> Footer Block (Menu Sidebar) -> Choose Footer that you want to edit. -> You can change Logo and Social link
Hi,
1. Adding facebook open graph meta data: you can use plugin: https://wordpress.org/plugins/wonderm00ns-simple-facebook-open-graph-tags/
or do the tutorial here: https://www.elegantthemes.com/blog/tips-tricks/how-to-add-open-graph-tags-to-wordpress
2. Change text "Linkedln": you go to "social-share.php"(/theme/yolo-sofani/templates/social-share.php) and edit it.
3. You buys a product in the checkout page:
- If you don't have an account, you will register an account.
- If you already have an account, you just log in.
4.Woocommerce order confirmation email: you can view the guide here:
https://docs.woocommerce.com/document/email-faq/
5. Popup: I'm not sure about this. I checked it and it still normal operation.
Hi,
If you choose a different font, you need to add the following line in Custom CSS.
header.yolo-main-header .yolo-header-wrapper .yolo-main-menu li a{
font-family : ” [YOUR FONT] “!important;
}
-
AuthorPosts
