Home Forums WoodMart support forum URGENT: A lot of CSS issues after recent update

URGENT: A lot of CSS issues after recent update

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #54427

    MoeMauphie
    Participant

    Hi there,

    I updated the site to the most recent version and many css issues appeared. This is a RTL website but a lot of elements are LTR now.

    This is a live website and people visiting it, please help me sort these problems out as soon as possible.

    Regards,

    #54435

    Artem Temos
    Keymaster

    Hi,

    Please, send us some examples where we can see the problem. Also, disable all optimization and caching plugins.

    #54442

    MoeMauphie
    Participant

    Please check out the attached files.

    Attachments:
    You must be logged in to view attached files.
    #54448

    MoeMauphie
    Participant

    And also these ones:

    Attachments:
    You must be logged in to view attached files.
    #54450

    MoeMauphie
    Participant

    And this one.

    Attachments:
    You must be logged in to view attached files.
    #54451

    Artem Temos
    Keymaster

    Try to edit your child theme functions.php and replace the function woodmart_child_enqueue_styles with this one

    function woodmart_child_enqueue_styles() {
        wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array( 'woodmart-style' ), woodmart_get_theme_info( 'Version' ) );
    }
    #54455

    MoeMauphie
    Participant

    Thanks, that solved the problems except one: Page titles are still visible, do I need to hide them one by one in page settings?

    Attachments:
    You must be logged in to view attached files.
    #54457

    MoeMauphie
    Participant

    Solved. I found what was wrong.

    Many thanks for your help.

    #54467

    Artem Temos
    Keymaster

    Great, you are welcome.

    #54695

    MoeMauphie
    Participant

    Hi,

    Product tabs don’t toggle on mobile devices. People can’t switch between tabs.

    And dropdown arrow for variable product as indicated in the image below is on the wrong side.

    Attachments:
    You must be logged in to view attached files.
    #54703

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .rtl select {
        background-position: 10px 50%, 15px 50%;
    }

    Regards

Viewing 11 posts - 1 through 11 (of 11 total)