Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
We have fixed the font-size, font-weight of woocommerce product. You can use that class to add custom style for this content
.woocommerce .product-info h3, .single-product .product-info h3
Thank you.
Jackie.
Hi.
Thank you for contacting us.
We have check your site with iPhone 6, the menu still working fine.
Can you tell me the device name?
We will help you check it again.
Thank you.
Jackie.
This reply has been marked as private.Hi Again.
I have fixed that issue on your site.
Please check it again.
Thank you.
Jackie.
8 years, 10 months ago in reply to: Adding small description to products without having to click or go to quickview. #10879Hi Binkerz32.
Yes, we have overwritten the WooCommerce layout, that why you can use the plugin to show short description on the product layout as you want.
You can add the excerpt content to our product shortcode by add the function to the end of file
wp-content/themes/yolo-bestruct/functions.php
function custom_add_short_des_product() { the_excerpt(); } add_action( 'ylp_woocommerce_after_shop_loop_item_title', 'custom_add_short_des_product', 40 );It can break our layout our, you should be careful.
Thank you.
Jackie.Hi Evobr_jc.
Thank you for contacting us.
Please update our Yolo Products Layouts plugin to latest version. It will help you fix that issue.
Thank you.
Jackie.
8 years, 10 months ago in reply to: Fatal error: Class 'WC_Widget' not found in /public/sites/www….. #10877Hi Roy.
Can you give us your FTP, admin account? We will help you check that issue soon.
Thank you.
Jackie.
Hi Again.
What is the issue on your site? Are you mean the logo disappear? Because the logo is white color, please check it again and let us know again.
Thank you.
Jackie.
You're welcome. If you still have any issue, please don't hesitate to contact us again.
Thank you.
Jackie.
Hi Gum.
Thank you for contacting us.
#1. To hide the checkout button on the cart dropdown in the menu top, you can use the CSS to hide this button
html .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button.checkout { display: none; }
#2. In the cart page
html .woocommerce table.shop_table.cart td.actions .button.checkout-button { display: none; }
Please check it again.
Thank you.
Jackie.
Hi Woody.
Yes, you can hide the social text and just keep the icon by going to file direction
wp-content/themes/yolo-sofani/templates/social-share.php
and remove the content for display social text as this http://prntscr.com/g9g1ii
And the social position is fixed on that page, you can't move to another position.
Thank you.
Jackie.
Hi Woody.
Yes, you can add an options dropdown, this is the option for the variable product.
With the shipping weight and dimension, we get the default content of WooComerce, what do you want to change?
Thank you.
Jackie.
Hi.
Thank you for feedback us.
We have checked your site and fixed that issue.
Because you forgot select shop page at WooCommerce setting.
Now it working fine.
Please check it again.
Thank you.
Jackie.
This reply has been marked as private.Hi.
Thank you for feedback us.
Can you give us your site admin, FTP account? We will help you check that issue again.
Thank you.
Jackie.
-
AuthorPosts
