New Landing How can we help? Cardinal Problem with description in WooCommerce

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Cardinal
  • #159255
    miguelsoler
    Member
    Post count: 76

    Hi, I’m having a problem with the description on the product pages of WooCommerce.

    Your companion Mohamad gave me a great code to change the word “description” in the following topic http://www.swiftideas.com/forums/topic/change-various-things-about-products-page/. The problem is that appears in some products and
    in others not appears.
    I tried to delete the code that gave me your companion and the same goes.
    Could give me some solution?

    Many Thanks.

    Attachments:
    You must be logged in to view attached files.
    #159268
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me both pages url to check.
    Thanks
    Mohammad

    #159488
    miguelsoler
    Member
    Post count: 76

    In this product I can´t get appears “more info”
    http://www.dubuloj.com/en/shop/verdakvo-bowtie/

    and in this product, yes it appears…
    http://www.dubuloj.com/en/shop/veroda-bowtie/

    #159643
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I see only white screen at both product page url.
    Thanks
    Mohammad

    #159681
    miguelsoler
    Member
    Post count: 76

    I’ve been making changes to the web domain redirection, maybe that’s why you saw the product pages in white.
    Now the domain are redirected and product pages are correct.
    Try it again, to you find a solution.
    Many Thanks.

    #159797
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove this code in your custom css code:-

    #product-accordion .panel:last-child{
    display:none !important;
    }

    And paste this code at functions.php of child theme.

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
    function woo_remove_product_tabs( $tabs ) {
    unset( $tabs['reviews'] ); // Remove the reviews tab
    return $tabs;
    } 

    Thanks
    Mohammad

    #160784
    miguelsoler
    Member
    Post count: 76

    The problem that occurs to me now is that the overview did not appear, in some product pages.

    example http://www.dubuloj.com/en/shop/veroda-menage-a-trois/

    If I try to change the description, I did not recognize …

    It can be solved?

    Attachments:
    You must be logged in to view attached files.
    #160792
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It’s in the product meta tab. Check the attached image.

    -Rui

    Attachments:
    You must be logged in to view attached files.
Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register