This topic has 24 replies, 2 voices, and was last updated 1 years, 8 months ago ago by Rose Tyler
Hey, I have tried many times with your theme’s single product builder. but unable to make it like this. can you guys plz do it for me?
Plz refer to this link:
https://freeimage.host/i/product-full-width.r4rjrQ
Hello,
Provide URL of your site and temporary wp-admin access, via the Private Content area. We will try to create an example for you.
Regards
Please check I have provided the details.
Hello,
Check now. Continue editing the layout in the builder. For example, this text https://prnt.sc/hhCcYAvJVW5v can be added by editing the content of – https://prnt.sc/YCag49jwxnT5 https://prnt.sc/wZS6omHCg6Ph Content of this area – https://prnt.sc/4buDj-44SWtZ > https://prnt.sc/1dPtnhUvjyJY
Let us know if you need any further assistance.
Regards
It looks good. Also, I want to add the “Buy Now” button just side to the add-to-cart.
worked. what & how you did this?
Hello,
It looks like you have changed wp-admin access.
We’ve enabled Buy Now button in the settings of Single Product Builder > Add to cart, and added custom CSS code in Theme Options > Theme custom CSS.
Regards
Can you please share the code you have added?
Hello, Soumya
Please provide correct wp-admin access.
Best Regards,
8Themes Team
Please check.
Hello, Soumya
1/ Did you delete the old code?
Try to add the next code in Theme Options > Theme custom CSS:
.single-product-builder .single_add_to_cart_button ~ .et-or-wrapper {
flex-basis: 10%;
margin-left: 10px;
margin-right: 10px;
}
.single-product-builder form.cart {
display: flex;
}
.single-product-builder .et_product-block .et-single-buy-now.single_add_to_cart_button.button {
width: 20%;
flex-basis: 20%;
min-width: 20%;
}
to place the Buy now button in the same line to Add to cart.
2/
.single_product-html_block5 {
display: flex;
}
.single_product-html_block5 .wcfm_catalog_enquiry {
margin: 0px 10px;
padding: 6px 10px;
}
Best Regards,
8Themes Team
It does not look good in mobile view. please check the screenshot in private content.
In this case add the code not in Global custom CSS area, but in custom CSS for Desktop (Theme Options > Theme custom CSS > Desktop).
Best Regards,
8Themes Team
Yes, But the “Chat now” & “Post your question” is not showing in a row in mobile view.
Hello,
Could you please provide a screenshot from your mobile device? What browser are you using? Have you cleared the cache of it?
Best Regards,
8Themes Team
I am using the google chrome browser.
Please check this screenshot: https://prnt.sc/8PKGN2N1q-y-
Hello,
Thank you for the reply.
I’ve edited the custom CSS code.
Please clear cache of the mobile browser and check now.
Best Regards,
8Themes Team
Working well. But can you make the letters inside the “Chat now” & “Post your question” buttons in a single row in mobile view? currently, in mobile view, these two buttons are showing very big!
Please clear cache of the mobile browser and check now.
Best Regards,
8Themes Team
It’s working very well.
Thanks for this great support. I will purchase future products from you.
And please confirm for me what changes you made!
Hello, Soumya
You’re welcome!
Custom CSS code you can find on these screenshots – https://prnt.sc/CoBa_xnsJdgA https://prnt.sc/M47oXB6l4fUX https://prnt.sc/_WZ-EMGMMveH
Best Regards,
8Themes Team
Please check this. It is not showing correctly. https://prnt.sc/QMu4c5hBm2fR
Hello, Soumya,
WooCommerce plugin in the latest update made input hidden if it is available for 1 purchase only.
As a temporary fix, please add the next code in child-theme/functions.php file:
add_filter('woocommerce_quantity_input_type', function($type) {
return 'number';
});
Kind Regards,
8theme team
Tagged: best selling, persuasive, seo friendly, single-product page, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up