Home › Forums › WoodMart support forum › Woo Custom Stock Status conflict with WoodMart
Woo Custom Stock Status conflict with WoodMart
- This topic has 11 replies, 2 voices, and was last updated 1 year, 3 months ago by Luke Nielsen.
-
AuthorPosts
-
July 17, 2023 at 9:25 pm #482166
techiebrajParticipantHi,
I am using Woo Custom Stock Status plugin to show stock status on Single Product & Product Archive, the plugin link is https://wordpress.org/plugins/woo-custom-stock-status/
My issue is WoodMart is adding there style to this plugin STOCK STATUS widget, what to disable or do in WoodMart so that it will not conflict with this plugin style?
According to plugin SS, it should shows stock status like this, https://prnt.sc/Gqa1kB-JrKuB
But it shows like this in product archive: https://prnt.sc/86UvEX6XisD7
And in single product it also looks different: https://prnt.sc/6hGp9abfXp5DThanks!
July 18, 2023 at 9:42 am #482229
Luke NielsenKeymasterHello,
Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?
Kind Regards
July 18, 2023 at 8:17 pm #482466
techiebrajParticipantHi,
Sure, i have attached the login details in private area π
Note: This a a production site with busy traffic, make sure you handle it with care and make a log of what you did π
Thanks!
- This reply was modified 1 year, 3 months ago by techiebraj.
July 19, 2023 at 2:51 pm #482633
Luke NielsenKeymasterHello,
Seems that access is limited, you can check it on your side. Also, before checking, please navigate to Theme Settings -> Performance -> CSS and define this rule: https://take.ms/UW7Qf in the “Styles never load” field, then recheck the issue.
Kind Regards
July 22, 2023 at 12:02 am #483358
techiebrajParticipantHi,
I did that and added that CSS never loads, but it seems the issue is still not fixed, although now single product stock status elements are now the same as the product grid on the homepage.
Added new login details so that you could check yourself π
Thanks!
July 24, 2023 at 6:06 pm #483836
Luke NielsenKeymasterHello,
I have checked how it looks on the default theme: https://monosnap.com/file/wDumJla1kcLGQL0gbFS19AzAYLIRxa , as you can see, there is all the same besides the image near the text.
Kind Regards
July 25, 2023 at 4:01 am #483908
techiebrajParticipantHey,
Thanks for looking. Do you know why the image or emoji not loading?
Thanks!
July 25, 2023 at 10:52 am #483969
Luke NielsenKeymasterHello,
Please add the below code in Theme Settings -> Custom CSS. Then clear the browser/server/website cache and recheck the issue.
.product-grid-item .woo-custom-stock-status.s_in_stock_color:before { content: "\f118"; font-family: "Font Awesome 5 Free"; font-weight: 900; margin-right: 7px; }
Kind Regards
July 25, 2023 at 10:58 am #483970
techiebrajParticipantHi,
It works π
Just for curiosity, I want to know what the issue, so that I can go to the root of this to fix this without adding this π
Thanks!
July 25, 2023 at 11:35 am #483983
Luke NielsenKeymasterHello,
It’s not a bug in the theme.
1. Storefront has such a design and our theme has a different design.
2. Storefront uses font-awesome for showing that icon but we use our own font for “in stock”.
So the above code just helps you to show the same icon as in the default theme.
Kind Regards
July 25, 2023 at 12:25 pm #484012
techiebrajParticipantHi,
I got it; I guess you use tick marks as in stock icon, if you read the first message of this conv, i.e.
But it shows like this in the product archive: https://prnt.sc/86UvEX6XisD7
And in single product, it also looks different: https://prnt.sc/6hGp9abfXp5DSo why your in-stock icon was not loading on the product archive page? If this works then I am also happy with the tick icon, but it should work everywhere.
Thanks!
July 25, 2023 at 12:43 pm #484019
Luke NielsenKeymasterHello,
In our theme, that icon is available on the archive page as well. I have checked your website and on both pages (archive and single) that icon is hidden: https://take.ms/NsVGN, https://take.ms/rSI3Z
It means that your website is cached therefore clear the website/browser/server cache and recheck it.
On the product grid, you don’t have our icon because of 2 reasons:
1. Some third-party plugins affect it and therefore our icon is hidden.
2. Also, you have disabled styles for “insock” field.
So first of all, I suggest navigating to Theme Settings -> Performance -> CSS and removing previous changes: https://take.ms/UW7Qf in the βStyles never loadβ field (which means delete that rule from the screenshot). Then clear all cache on your website and check again, if there the icon will not be available, let me know and I will give you a custom code that will work with your third-party plugin.
Kind Regards
-
AuthorPosts
Tagged: stock
- You must be logged in to create new topics. Login / Register