• Resolved jalara

    (@jalara)


    Hi,

    My template from JetWooBuilder for the shopping cart is not displayed correctly.
    Actually the page is set as template like this:
    https://ibb.co/hMWnPNJ

    But actually it looks like this:
    https://ibb.co/r2LJP1R
    The totals are displayed twice. As well as the button “Checkout”

    I checked with JetWooBuilder and according to them it’s probably a compatibility issue with the Sydney theme.

    How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • I checked with JetWooBuilder and according to them it’s probably a compatibility issue with the Sydney theme.

    To confirm this, please try enabling troubleshooting mode with the help of Health Check plugin, so you’ll be able to do private testing (only visible to you — logged in site admin). Then switch the theme to one Twenty Twenty-One (default WordPress theme), and run your test with the cart page.

    Let me know how it goes.

    Thread Starter jalara

    (@jalara)

    Hi @kharisblank

    Thank you for your message. Unfortunately, I do not really get on with the plugin. I don’t see how to get into the troubleshooter mode…
    Can you tell me where I can activate this?

    Hi,

    Once the plugin is active, navigate to Tools menu > Site Health > Troubleshooting > click on the button that says “Enable Troubleshooting Mode“.

    Thread Starter jalara

    (@jalara)

    Hi @kharisblank,

    I have now found the setting and tried it. The display in the shopping cart is correct in the default theme: https://ibb.co/bFGS2X5

    So I guess it’s the Sydney Theme….

    Thread Starter jalara

    (@jalara)

    Hi @kharisblank,

    Do you have an update regarding this topic?
    Can you help me?

    Thanks!

    Hi,

    I am sorry for the delay in response. Because I was swamped with many other threads.

    Please try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (min-width: 800px) {
    	 .elementor-widget-wrap .woocommerce-cart-form, .elementor-widget-wrap .cart_totals {
    		 float: left !important;
    	}
    }
     .elementor-widget-wrap .woocommerce-cart-form:after, .elementor-widget-wrap .cart_totals:after {
    	 content: '';
    	 clear: both;
    }
     @media only screen and (min-width: 800px) {
    	 .elementor-widget-wrap .woocommerce-cart-form {
    		 max-width: 65%;
    	}
    	 .elementor-widget-wrap .cart_totals {
    		 max-width: 35%;
    		 padding-left: 20px;
    	}
    }
    Thread Starter jalara

    (@jalara)

    That works, thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Shopping cart is not displayed correctly’ is closed to new replies.