Forum Replies Created
-
AuthorPosts
-
Hi,
Maybe a plugin has the conflict with megamenu. In addition to the plugins that come with the theme, you use any other plugin. You can deactivate each plugin and check again.
If it is successful, please send me admin your account and link your site.
I will help you check.
Thanks.
It seems the Paypal for Woocommerce plugin has caused this problem.
You can change this text from Settings of this plugin.
Hi,
With Top bar: you need to add the widget for the sidebar Top Bar Right and Top Bar Left.
I have changed the text "Proceed to checkout" from the Woocommerce root file but no any changes
===> A plugin you are using has overridden this text line of Woocommerce.
Thanks.
Sorry for the delayed reply.
You can use Loco Translate plugin and translate to WP Modal Login.
Best regards,
tinhbeng.
Hi,
Please unzip the package and find to the Theme folder -> Import the yolo-motor.zip file
This reply has been marked as private.This reply has been marked as private.I found the issue in the source code and fixed it, please reload your site and check again.
Thanks.
Hi,
- Hide the Tags, Category, Shipping Weights, you can add these lines to Custom CSS or the style.css of Child Theme:
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span{
display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span.sku_wrapper, .site-content-single-product .single-product-info .summary-product-wrap .product_meta > span.product-stock-status-wrapper{
display: block;
}
- Fixed the Footer, the logo not show on the single product: you can send me the link your site. I will help you check.
- The Wishlist only accesible to user that are logged in: this function just support for premium version. Currently. I can help you show the wishlist button when user login and hide it when logout.
- Add a continue shopping button: you can add these lines to the functions.php of Child Theme.
function yolo_continue_shopping_button(){
$shop_url = get_permalink( wc_get_page_id( 'shop' ) );
echo sprintf('<a class="shopping-button" href="%s">%s</a>',esc_url($shop_url),esc_html__('Continue Shopping'));
}
add_action( 'woocommerce_after_cart_table', 'yolo_continue_shopping_button');
- Add CSS for shopping button:
.shopping-button{
padding: 10px;
background: #000;
margin-top: 40px;
color: #fff;
display: inline-block;
}
Hi,
You can use the plugin Loco Translate to translate for the Motor theme.
Hi,
With each the purchase code, you can use for 5 domain.
To clone your site, you can use the plugin Duplicator:
Duplicator – Backups & Migration Plugin – Cloud Backups, Scheduled Backups, & More
This reply has been marked as private.Hi,
You go to Theme Options -> Header -> Header 1 -> Header Customize Right -> Disable "Search Box with Shop Category", Enable "Custom Text" and add "Custom Text Content".
Hi,
Where are you add the social icon?
Hi,
You can refer to this post, it can help you solve the problem.
https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
-
AuthorPosts
