Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 3,597 total)
  • Author
    Posts
  • 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 widget

    in reply to: Product page #8318

    Hi 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.

    in reply to: tag #8317

    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;
    }
    in reply to: Filters and products per page #8288

    Hello,

    I fixed this issue, please recheck your site.

    in reply to: Problem with mobile view Drop down of contact numbers #8287

    Oh sorry.

    I have just fixed this issue, please recheck your site.

    in reply to: Sticky header colour #8286

    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.

    in reply to: How can I hide page titles? #8285

    Hi,
    Please send the admin web account for me, I will check and try to help you.

    in reply to: Slider Revolution Slides not visible on homepage #8284

    Good job!

    Let me know if you need to help.

    in reply to: how to add quantity by price bundles as the demo #8283

    Hello,

    Please send the admin web account for me, I will check and try to help you.

    in reply to: Slider Revolution Slides not visible on homepage #8272

    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 you

    in reply to: Problem with mobile view Drop down of contact numbers #8268

    Hi,

    I am checking your issue again and will update again soon.
    Very sorry for this delay.

    in reply to: Filters and products per page #8267

    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.

    in reply to: Multiple issues in My website #8262

    You are welcome!

    Let me know if you need to help and hope you will vote 5 stars for our theme.

    Thanks./

    in reply to: Multiple issues in My website #8256
    This reply has been marked as private.
    in reply to: Not Directing To “Extra Options” #8254

    Hello,

    I fixed this issue, please recheck your site.

Viewing 15 posts - 1,651 through 1,665 (of 3,597 total)