Elementor causes Woocommerce cart to show three times
-
Hi All,
I have started builing a basic site using InstantWP which is using woocommerce and elementor.
However when the Elementor plugin is enabled and i go into the cart the contents of the cart (or if its empty the part that shows the cart is empty) is shown three times. With the elementor app disabled it only shows it once.
Below is the cart code thats shows it is there three times with three different ‘posts’.
`<div class=”container”>
<div id=”content” class=”contentsecwrap”>
<div class=”row”>
<div class=”col-lg-9 col-md-9″>
<section class=”site-main”><article id=”post-105″ class=”post-105 page type-page status-publish hentry”>
<header class=”entry-header”>
<h1 class=”entry-title”>Cart</h1> </header>
<div class=”entry-content”>
<div class=”woocommerce”><div class=”woocommerce-notices-wrapper”></div><p class=”cart-empty woocommerce-info”>Your cart is currently empty.</p> <p class=”return-to-shop”>
Return to shop
</p>
</div>
</div>
</article>
<article id=”post-106″ class=”post-106 page type-page status-publish hentry”>
<header class=”entry-header”>
<h1 class=”entry-title”>Cart</h1> </header>
<div class=”entry-content”>
<div class=”woocommerce”><div class=”woocommerce-notices-wrapper”></div><p class=”cart-empty woocommerce-info”>Your cart is currently empty.</p> <p class=”return-to-shop”>
Return to shop
</p>
</div>
</div>
</article>
<article id=”post-104″ class=”post-104 page type-page status-publish hentry”>
<header class=”entry-header”>
<h1 class=”entry-title”>Cart</h1> </header>
<div class=”entry-content”>
<div class=”woocommerce”><div class=”woocommerce-notices-wrapper”></div><p class=”cart-empty woocommerce-info”>Your cart is currently empty.</p> <p class=”return-to-shop”>
Return to shop
</p>
</div>
</div>
</article> </section>
</div>
<div class=”col-lg-3 col-md-3″></div>
</div>
<div class=”clear”></div>
</div>
</div>Thanks, Scott
- The topic ‘Elementor causes Woocommerce cart to show three times’ is closed to new replies.