Forum Replies Created
-
AuthorPosts
-
April 8, 2023 at 4:48 pm in reply to: Complaint about Inability to Change Page Layout from Boxed to Full Width #4124
I have checked your website and it seems that the pages are set to fullwidth, please check and let me know if you need further assistance.
Please copy this code and paste to the file functions.php( child-theme):
if(class_exists('WooCommerce')) { add_filter( 'woocommerce_add_to_cart_fragments', 'elementor_pro_cart_count_fragments' , 1, 9999 ); function elementor_pro_cart_count_fragments($fragments) { ob_start(); woocommerce_mini_cart(); $mini_cart = ob_get_clean(); $fragments['div.widget_shopping_cart'] = '<div class="widget woocommerce widget_shopping_cart"><div class="widget_shopping_cart_content">' . $mini_cart . '</div></div>'; return $fragments; } }
Sorry for the late response.
To remove items from the wishlist, please go to wishlist page -> Click remove item: https://prnt.sc/reLRXs8ULusL
I resolved this issue, please recheck: https://www.csc-garment.com/en/%E6%96%B0%E8%81%9E%E5%8F%8A%E6%B4%BB%E5%8B%95/
Sorry for the recent feedback, we’re having issues with our support system, so we’ve had a lot of customer ticket delays.
Once again very sorry for this incident.About your issue, I resolved this issue, please recheck.
Hi,
I can’t connect to your site, please recheck: https://prnt.sc/Y0WJc5ERexZx
Hello,
Please send the admin web account for me, I will check and try to help you.
Hello,
Sorry for the late response.
Please send the admin web account for me, I will check and try to help you.
Hello,
I fixed this issue, please recheck your site.
Hello,
I fixed this issue, please recheck your site.
Good job!
Let me know if you need to help.
Sorry, I don’t understand your issue, please take a photo screenshot about this issue, I will check again.
I see you have imported the pages to the website. The only problem left is configuring the breadcrumbs for the pages.
Please see instructions here: https://wpdocs.gitbook.io/barbero/setting/breadcrumbOk, let me know if you need to help.
Yes, absolutely possible. With multilingual plugins like WPML, it allows you to create duplicates for each language you want to display.
-
AuthorPosts