Home Forums WoodMart support forum BUGS after update!

BUGS after update!

Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #644620

    FreeRiderNSK
    Participant

    Hi!
    I use the product grid – list.
    After the update, my search results output broke.
    I checked it on my test site (where the earlier version of the theme is – everything is fine).
    With each update, something breaks (((

    Checkout page, state and city – CSS broken!!!
    woo-lib-select2.min.css?ver=8.1.1 – broke this.
    See photo

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

    FreeRiderNSK
    Participant

    PS
    If you disable plugins, enable maintenance mode.

    #644684

    Artem Temos
    Keymaster

    Hello,

    Please disable all plugins that are not related to our theme so we can check what is wrong.

    Kind Regards

    #644690

    FreeRiderNSK
    Participant

    Hello!
    This working store!
    I do not know when you will return to check, in an hour, 10 minutes or a day!
    Therefore, enable the maintenance mode in the theme settings, and disable the plugins yourself!
    After checking, turn the plugins back on and turn off the maintenance mode.
    Thank you!
    And I am already tired of disabling plugins!
    I repeat!
    Plugins do not create the specified problems, I checked!

    SDEK delivery method for Woocommerce if you disable this plugin – you will not see the CSS error. Since this plugin adds regions!

    The site is working! I can not turn it off for a long time!

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

    Artem Temos
    Keymaster

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

    .woocommerce-checkout .select2-container--default .select2-selection--single {
        padding: 0;
    }
    #644713

    FreeRiderNSK
    Participant

    Okay, but what about the other problems and questions?
    How often will I have to refactor the code after updates, you can change something in updates without telling us about it!

    There are 2 questions left that have no solution.

    #644715

    FreeRiderNSK
    Participant

    Still, the horizontal text alignment is incorrect!

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

    Artem Temos
    Keymaster

    We don’t see the problem on the search page. Could you please send us a screenshot so we can better understand what you mean?

    #644721

    FreeRiderNSK
    Participant

    Ok

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

    FreeRiderNSK
    Participant

    I also have custom JS.
    You said you’d fix the issues in some update.
    Do I still need this code?

    Global:

    window.addEventListener('popstate', function() {
        woodmartThemeModule.imagesGalleryInLoop();
    });
    window.addEventListener('popstate', function() {
    		woodmartThemeModule.$document.trigger('wdShopPageInit');
    	});

    document ready

    (function($) {
    	$(document).on('pjax:success', function() {
    		woodmartThemeModule.stickyColumn();
    	});
    })(jQuery);
    window.addEventListener('popstate', function() {
    	woodmartThemeModule.stickyColumn();
    });
    #644728

    FreeRiderNSK
    Participant

    Private content

    #644957

    FreeRiderNSK
    Participant

    ???
    All 3 issues are not resolved. Including the CSS you provided, it does not completely fix the error.

    #645119

    Artem Temos
    Keymaster

    Hello,

    We have fixed the search bug and the fix will be included in our next theme update.

    As for the checkout, it looks correctly at the moment. Here is a screenshot https://gyazo.com/d6634a585486d23238eba1de8c41b447

    And you can delete the code from your previous reply. This fix has already been included.

    Kind Regards

    #645127

    FreeRiderNSK
    Participant

    Okay. Can I delete the JS code or CSS? Not quite clear.

    .woocommerce-checkout .select2-container--default .select2-selection--single {
        padding: 0;
    }

    See screenshot.
    The margin of the selection fields is different from the regular fields.
    You haven’t fixed it completely.

    I also switched back to the child theme, since I have a lot of custom functions there.

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

    Artem Temos
    Keymaster

    I was answering your question about the JS code.

    As for the inputs, add the following code snippet as well

    body .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-inline-start: 15px;
    }
    #645297

    FreeRiderNSK
    Participant

    Thank you, the topic can be closed, but please tell me, after updating the theme, should I delete the CSS code?

    #645301

    Artem Temos
    Keymaster

    This code adds compatibility with your extra plugin, so you need to keep the code after update.

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