Forum Replies Created
-
AuthorPosts
-
8 years, 2 months ago in reply to: Class 'WC_Widget' not found in 'yolo-woo-color-ajax-filter.php' #13182
Hi,
Sorry for the late response.
Please send me admin your account (Set as private reply). I will help you check.
Best regards,
Hi,
You can use Chrome Devtool to find the element that you change the color. (F12 -> Elements)
Eg (add-to-cart, compare, wishlist,quickview): You can add this lines to Custom CSS or the "style.css" file of Child Theme.
.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a, .single-product .product-actions .yith-wcwl-wishlistaddedbrowse a, .woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a, .single-product .product-actions .yith-wcwl-wishlistexistsbrowse a, .woocommerce .product-actions .add_to_wishlist, .single-product .product-actions .add_to_wishlist, .woocommerce .product-actions .compare, .single-product .product-actions .compare, .woocommerce .product-actions .product-quick-view, .single-product .product-actions .product-quick-view, .woocommerce .product-actions .btn_add_to_cart, .single-product .product-actions .btn_add_to_cart, .woocommerce .product-actions .add-to-cart-wrap a, .single-product .product-actions .add-to-cart-wrap a{
background-color: red; // you can change the color that you want
}
Best regards,
Hi,
1. The Plugin "envato-wordpress-toolkit": Currently, you don't need to use it, you can update the direct last new theme and plugin from Dashboard.
http://prntscr.com/hcnojb
2. Yes, you can go to ThemeForest and download the latest theme from there and upload it to your WordPress.Best regards,
Hi,
It seems to have conflicts between the plugin "Ultimate WooCommerce Brands PRO" and our theme. (custom the same library of the third party). You temporarily deactivate the plugin "Ultimate WooCommerce Brands PRO".
We will update this problem in next version.
Best regards,
Hi,
I added this lines to Custom CSS, please reload your site and check again.
header.yolo-main-header .search-with-category ul.search-category-dropdown ul{
list-style: none!important;
}
Best regards,
Hi,
Please send me admin your account (Set as private reply).
I will help you check.
Thanks.
Hi,
I go to the "ylp_product.js" file and replace 'masonry -> fitRows'. http://prntscr.com/hbji6s
Please reload your site and check again.
Thanks,
Hi,
I'm not sure this problem.
Please send me admin your account(Set as private reply). I will help you check.
Thanks,
Hi,
You can choose one of the following three options:
- If you use Child Theme (recommendations): you can duplicate the ‘content.php’ file in the child theme( http://prntscr.com/hbis0s ). I removed single image post, you can use the attachment.
This is the lines you need to remove: http://prntscr.com/hbito5
- You can use CSS: you add this lines to Custom CSS:
.single-post .site-content-single-post .blog-wrap .blog-inner article .entry-thumbnail-wrap{
display: none;
}
- You can go to content.php (/wp-content/themes/yolo-motor/templates/single-blog/content.php) of Parent Theme and remove it. http://prntscr.com/hbito5. But you need re-update the 'content.php' file after each update Motor Theme.
Best regards,
Hi,
- You can use the plugin WPML (https://wpml.org/): this is the most popular and best plugin available.(paid plugin)
- You can also use the free plugin: qTranslate X and Polylang (it has its own limitations).
Hope it helps!.
Best regards,
Hi,
If you use "Yolo Products Slider" shortcode, then you go to "shortcodes.php" and add it.
(/wp-content/plugins/motor-framework/includes/shortcodes/shortcode.php)
- Change the background for Footer: eg: Footer Home 1:
Hope it helps!.
Best regards,
Hi,
I'm not sure this problem, but you can check two option below:
- Theme Option: This is the general option.
- Page Option: This is the option for each page. (eg: "Page Footer": If each page you use is a different footer ). https://prnt.sc/hbi6oq
--> To get general footer: you go to each page -> Page Footer -> Set "Default", later you go to Theme Options-> Footer -> Select "Footer Business 1".
Hope it helps!.
Best regards,
Hi,
Please send me admin your account (Set as private reply). I will help you check.
Thanks,
Hi,
If you can't import data directly, you can do follow the steps below:
- You log in the backend -> Tool -> Import -> Install and Run the plugin WordPress
- Import data use "content.xml" (theme package -> Dummy data)
- Setting Home Page: you go to Setting -> Reading -> A static Page -> Select Frontpage and post page.
- Set Menu: You go to Menu-> Select "Main menu" -> checkbox "Primary Menu"
Currently, I found 2 jquery errors from the console screen, you can replace "yolo-main.min.js" (/wp_content/themes/yolo-bestruct/assets/js/min/yolo-main.min.js) with the attachment.
Hope the instructs helps!.
Best regards,
This reply has been marked as private. -
AuthorPosts
