Title: Double description when using tables
Last modified: August 22, 2016

---

# Double description when using tables

 *  [idromet](https://wordpress.org/support/users/idromet/)
 * (@idromet)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/)
 * If I use a table in the description i see doubled content.
 * [https://wordpress.org/plugins/woocommerce/](https://wordpress.org/plugins/woocommerce/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Thread Starter [idromet](https://wordpress.org/support/users/idromet/)
 * (@idromet)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408125)
 * Can some1 help me with this problem?
 * I have another problem too: only in one category page are displayed the products
   of the first category under the list of categories…
 *  [ManusH](https://wordpress.org/support/users/manush/)
 * (@manush)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408134)
 * Your descriptions/definitions are not enough to make any suggestions!
 * If you can provide any URL for those pages, maybe looking at source-code may 
   be useful, or at least a screenshot, or some more details.
 *  Thread Starter [idromet](https://wordpress.org/support/users/idromet/)
 * (@idromet)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408136)
 * This is a page where I used a table in the content of the product: [http://www.idromet.it/jml/wp/prodotto/raccordi-di-transizione/](http://www.idromet.it/jml/wp/prodotto/raccordi-di-transizione/)
 * As You can see it is duplicated.
 * P.S. The second issue seems to be resolved for now.
 *  [ManusH](https://wordpress.org/support/users/manush/)
 * (@manush)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408138)
 * I am not sure about that product properties,
    but it seemed to be placed in 2
   different sections: -first in the “Tabs” -second in the”blog-box”.
 * That is why it displays twice.
 * To make a comparison,
    I searched/looked at some other product pages like: [http://www.idromet.it/jml/wp/categoria-prodotto/prodotti/raccordi-2/raccordi-in-polietilene/raccordi-di-transizione/](http://www.idromet.it/jml/wp/categoria-prodotto/prodotti/raccordi-2/raccordi-in-polietilene/raccordi-di-transizione/)
 * It displays the table only once which is inside the blog-box, no Tabs.
 * But in the first URL you provided, it was also put into “Tabs” section and that
   is why it duplicates.
 * Maybe, there is the “summary” option is selected for post, etc.
 * Try looking at your settings.
 *  Thread Starter [idromet](https://wordpress.org/support/users/idromet/)
 * (@idromet)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408139)
 * I’m not sure I understood.
 * This is another page where there is the same problem:
    [http://www.idromet.it/jml/wp/categoria-prodotto/prodotti/raccordi-2/raccordi-in-acciaio-inox/](http://www.idromet.it/jml/wp/categoria-prodotto/prodotti/raccordi-2/raccordi-in-acciaio-inox/)
 * In this page I should see only the 2 products (as it happens in about all other
   category pages) but I see also the content of the first displayed on bottom.
 * When I enter in the first product ([http://www.idromet.it/jml/wp/prodotto/raccordi-a-saldare-asme-b-16-9-aisi-304l-e-aisi-316l/](http://www.idromet.it/jml/wp/prodotto/raccordi-a-saldare-asme-b-16-9-aisi-304l-e-aisi-316l/)),
   I see the content displayed 2 times.
 * I’m pretty sure I inserted that content ONLY in the specific product page.
 * I’m having this problem only in the products where I used a table (You can check
   by yourself trying to see all others without any table).
 *  Thread Starter [idromet](https://wordpress.org/support/users/idromet/)
 * (@idromet)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408200)
 * Guys, as You can see the issue persist: [http://www.idromet.it/jml/wp/prodotto/ricerca-perdite-2/](http://www.idromet.it/jml/wp/prodotto/ricerca-perdite-2/)
 * How can I solve it?
 *  [ManusH](https://wordpress.org/support/users/manush/)
 * (@manush)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408201)
 * I tried to explain what is seen on your pages,
    maybe the reason for the duplicate
   is another plugin, widget or maybe theme related!
 * But in the page you have linked,
    there are 2 divs containing the same content.
 * 1) woocommerce-tabs >> panel entry-content
    2) blog-box with-sidebar
 * For the second part, there is also a css-style value to “disable” the titles:
 *     ```
       body.archive div.blog-box > p, body.single-product div.blog-box > p {
       /* display: none !important; */
       }
       ```
   
 * This hides those titles in the second/duplicated content.
 * So it is up to you to find what is the source of the duplication.
 * Maybe, in the post settings, you have “summary” mode on!
 * Or maybe some other “theme” issue; test the page with default WP theme.
 * Btw, as it is a premium theme; asking to the theme developer will be more useful,
   maybe they already have a fix!
 *  Thread Starter [idromet](https://wordpress.org/support/users/idromet/)
 * (@idromet)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408202)
 * I think the problem is related to theme that is surely not compatible with woocommerce.
 * It adds that “blog-box with sidebar” by default and it doubles the content of
   the product.
 * That css code is just a try i’ve done in past trying to “force hide” that duplication.
 * In my settings -> reading i’ve selected For each post in a feed, show: “all the
   rest”, is it correct?
 *  [ManusH](https://wordpress.org/support/users/manush/)
 * (@manush)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408203)
 * If that css-style is your addition,
    you can change it to hide all the <div>,
   not only the <p> element.
 *     ```
       body.archive div.blog-box, body.single-product div.blog-box {
       /* display: none !important; */
       }
       ```
   
 * Btw, as far as I can understand,
    you are using the v1.3 version of the theme,
   but the theme has a new v1.5 update and it declares
 *     ```
       Compatible With:	WPML, WooCommerce 2.1.x, Bootstrap 3.x
       ```
   
 * So may be a theme update will do the trick for you!
 * As always, for a premium theme, to contact the theme developer will be the best
   source for a solution.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Double description when using tables’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [ManusH](https://wordpress.org/support/users/manush/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/double-description-when-using-tables/#post-5408203)
 * Status: not resolved