New Landing How can we help? Atelier Product description before short description

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Atelier
  • #306101
    sauranus
    Member
    Post count: 19

    Hi,

    I would like the product description tab to appear between the price and product short description.

    Is there a way to move it from the product data tabs to the product summary?

    Thanks for your help

    Ben

    #306215
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Ben,

    Yes I can likely provide you with the jQuery snippet to do this. Can you link me to a product where you have both and please also add your WP login details.

    Thanks.

    #306221
    sauranus
    Member
    Post count: 19
    This reply has been marked as private.
    #306231
    David Martin – Support
    Moderator
    Post count: 20834

    Just to confirm, you want to move this below the price:

    #306236
    sauranus
    Member
    Post count: 19

    That’s what I want to move but the position is right between the price and the short description (see attached file)

    Attachments:
    You must be logged in to view attached files.
    #306426
    David Martin – Support
    Moderator
    Post count: 20834

    Please add this to Theme Options => Custom CSS:

    .product-price-wrap #tab-description {
        display: block!important;
        clear: both;
    }

    Please add this to Theme Options => Custom JS:

    if( jQuery("body").hasClass('single-product') ) {
        jQuery( "#tab-description" ).appendTo(".product-price-wrap" );
    }
    #306509
    sauranus
    Member
    Post count: 19

    Great, thanks a lot 🙂

    #306723
    David Martin – Support
    Moderator
    Post count: 20834

    Glad to help you out!

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