Forum Replies Created
-
AuthorPosts
-
December 12, 2022 at 12:28 am in reply to: Problems with upsell widget using elementor pro product page #8319
Hi,
We use the default Woocommerce template and action hooks to customize the single product page. So to customize this page, you will have to override the single-product template in the child-theme, using action hooks to add custom code.
We do not support customization via Elementor Pro template. So when you use widgets to pull the single product template, there will be data conflicts.
I have temporarily disabled carosel mode in my code so I can display a grid for your upsell widgetHi you,
#1. We use the default Woocommerce template and action hooks to customize the single product page. So to customize this page, you will have to override the single-product template in the child-theme, using action hooks to add custom code.
#2. Add the trust badge under the add to cart:
Code:
add_action('woocommerce_single_product_summary', 'maximin_fnc_add_trust_badge', 35); function maximin_fnc_add_trust_badge(){ //add your code; }
#3. add the number of people is viewing:
Please go to Admin dashboard -> Maximin Theme -> Product Detail tab -> Enable Live View: https://prnt.sc/nmR8WJp67nw1#3. Setup bundle price:
Step 1: Install this plugin: WPC Product Bundles for WooCommerce
Step 2: Go to edit product -> Select Smart Bundle product -> Tab Bundled Products -> Add product: https://prnt.sc/pVPSNH88gSyX#4. Translate: please send the admin web account for me, I will check and try to help you.
Hi you,
Please add this custom CSS to the file style.css ( child-theme):
.single-product div.product .product_meta span.tagged_as, .single-product div.product .maximin-social-share{ display: none !important; }
Hello,
I fixed this issue, please recheck your site.
December 8, 2022 at 12:52 am in reply to: Problem with mobile view Drop down of contact numbers #8287Oh sorry.
I have just fixed this issue, please recheck your site.
Hi,
Please take a screenshot of the issue you are talking about. I can’t solve the problem otherwise you don’t provide website link or screenshot of the problem needing support.
Hi,
Please send the admin web account for me, I will check and try to help you.Good job!
Let me know if you need to help.
Hello,
Please send the admin web account for me, I will check and try to help you.
Hi,
The link domain on your website has not been updated, it is still showing the link from the old domain, causing the images not to be displayed: https://prnt.sc/bjeL5cQGWxWV
What tools did you use to migrate data from the old website to the current website?
Please use plugin https://wordpress.org/plugins/duplicator/ to create a package to reinstall your website on new demo, it will update domain link from old website to new website for youDecember 6, 2022 at 1:41 am in reply to: Problem with mobile view Drop down of contact numbers #8268Hi,
I am checking your issue again and will update again soon.
Very sorry for this delay.Hi,
You install too many Woocommerce related plugins, which can lead to data conflicts. It is possible that a certain Woocommerce related plugin is interfering with this product per page config, causing the config in the theme to not be executed.
You are welcome!
Let me know if you need to help and hope you will vote 5 stars for our theme.
Thanks./
This reply has been marked as private.Hello,
I fixed this issue, please recheck your site.
-
AuthorPosts