Variable product page sidebar display issue

This topic has 4 replies, 2 voices, and was last updated 2 years, 2 months ago ago by Rose Tyler

  • Avatar: yeb3ch
    Mario :)
    Participant
    March 3, 2022 at 04:00

    Hi

    I’ve already contacted you few times regarding the display of variable.
    This time I’m contacting again because it doesn’t display correctly only in the sidebar of variable product page.
    And also in Woocommerce admin all products.

    How can it be fixed? Infos in private.

    Thanks in advance.

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 3, 2022 at 10:08

    Hello,

    We can’t log in – https://gyazo.com/76e279ec237fa1646d42a3dfc68fcd98
    1/ Add the next custom CSS code:

    .single-product-sidebar .sidebar-slider .price {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    2/ Our theme doesn’t affect the price displaying in the dashboard.

    Regards

    Avatar: yeb3ch
    Mario :)
    Participant
    March 4, 2022 at 03:03

    Ok thanks.

    Also, product additional information tab is still showing even when I add the code below in child theme function.php

    add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );

    function woo_remove_product_tabs( $tabs ) {
    unset( $tabs['additional_information'] ); // Remove the additional information tab
    return $tabs;
    }

    https://www.8theme.com/topic/single-product-page-remove-products-features-under-short-description/

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 4, 2022 at 10:30

    Hello,

    If you don’t want to provide ability for us to log in your Dashboard, try to use the next custom CSS code:

    #tab_additional_information {
        display: none;
    }

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Variable product page sidebar display issue’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.