Home › Forums › WoodMart support forum › BUGS after update!
BUGS after update!
- This topic has 16 replies, 2 voices, and was last updated 4 weeks, 1 day ago by
Artem Temos.
-
AuthorPosts
-
March 10, 2025 at 9:41 pm #644620
FreeRiderNSKParticipantHi!
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-
This topic was modified 1 month ago by
FreeRiderNSK.
Attachments:
You must be logged in to view attached files.March 10, 2025 at 9:53 pm #644626
FreeRiderNSKParticipantPS
If you disable plugins, enable maintenance mode.March 11, 2025 at 10:18 am #644684
Artem TemosKeymasterHello,
Please disable all plugins that are not related to our theme so we can check what is wrong.
Kind Regards
March 11, 2025 at 10:32 am #644690
FreeRiderNSKParticipantHello!
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.March 11, 2025 at 11:18 am #644709
Artem TemosKeymasterTo 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; }
March 11, 2025 at 11:29 am #644713
FreeRiderNSKParticipantOkay, 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.
March 11, 2025 at 11:30 am #644715
FreeRiderNSKParticipantStill, the horizontal text alignment is incorrect!
Attachments:
You must be logged in to view attached files.March 11, 2025 at 11:30 am #644718
Artem TemosKeymasterWe don’t see the problem on the search page. Could you please send us a screenshot so we can better understand what you mean?
March 11, 2025 at 11:34 am #644721
FreeRiderNSKParticipantOk
Attachments:
You must be logged in to view attached files.March 11, 2025 at 11:36 am #644724
FreeRiderNSKParticipantI 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(); });
March 11, 2025 at 11:48 am #644728
FreeRiderNSKParticipantPrivate content
March 11, 2025 at 10:23 pm #644957
FreeRiderNSKParticipant???
All 3 issues are not resolved. Including the CSS you provided, it does not completely fix the error.March 12, 2025 at 11:34 am #645119
Artem TemosKeymasterHello,
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
March 12, 2025 at 11:48 am #645127
FreeRiderNSKParticipantOkay. 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.March 12, 2025 at 3:17 pm #645251
Artem TemosKeymasterI 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; }
March 12, 2025 at 5:28 pm #645297
FreeRiderNSKParticipantThank you, the topic can be closed, but please tell me, after updating the theme, should I delete the CSS code?
March 12, 2025 at 5:37 pm #645301
Artem TemosKeymasterThis code adds compatibility with your extra plugin, so you need to keep the code after update.
-
This topic was modified 1 month ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register