Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter idromet

    (@idromet)

    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…

    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

    (@idromet)

    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/

    As You can see it is duplicated.

    P.S. The second issue seems to be resolved for now.

    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/

    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

    (@idromet)

    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/

    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/), 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

    (@idromet)

    Guys, as You can see the issue persist: http://www.idromet.it/jml/wp/prodotto/ricerca-perdite-2/

    How can I solve it?

    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

    (@idromet)

    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?

    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.