Home › Forums › WoodMart support forum › issue with "you missed it" badge and compare
issue with "you missed it" badge and compare
- This topic has 36 replies, 4 voices, and was last updated 5 years, 3 months ago by Elise Noromit.
-
AuthorPosts
-
August 21, 2019 at 2:32 pm #139652
nicksfikasParticipantPlease check the link. The badge “you missed it” (in greek: “ΤΟ ‘ΧΑΣΕΣ!”) is showing in some products but these products are in stock…
and compare page is showing this:
Warning: Illegal offset type in isset or empty in /home/panagio5/public_html/wp-content/themes/woodmart/inc/integrations/woocommerce/modules/compare.php on line 325and I can not translate with loco translate the woocommerce plugin.
oh and after updating to 4.x.x my website is not working correctly with wp rocket plugin.
August 22, 2019 at 6:02 am #139725
Artem TemosKeymasterHello,
1. Could you please check how it works with some default WordPress theme like twentysixteen to understand is it our theme issue or not?
2. We don’t see any problems with your compare page at the moment
https://gyazo.com/aa3cf2209998deb9bc60959fa8805898
https://gyazo.com/470ec09715b583708b541fa5233a51cf3. As for the WooCommerce translation, try to contact plugin’s developers if you found a bug or issue in the plugin.
4. What kind of problem do you have with WP Rocket? As we can see, it works correctly now.
Kind Regards
August 28, 2019 at 8:14 am #140811
nicksfikasParticipant1. I can not check it with other themes right now. it is a live store.
2. the problem is gone
3. the problem is gone
4. the ajax live search doesn’t work…
5. I would like to customize the cookies bar (i already did customize it but in mobile it doesn’t show it correctly) here is the code I used:
body .basel-cookies-popup {
width: 70%;
}
body .woodmart-cookies-popup {August 28, 2019 at 9:35 am #140857
nicksfikasParticipantthese are the products with the “out of stock badge issue”
August 28, 2019 at 12:52 pm #140899
Eric WatsonParticipantHello,
1) Please, provide us your admin access so we can log in and check this on your side.
4) You have an unclosed tag because of this the search does not work. https://prnt.sc/oynhvo
5) What exactly do you want to change in the cookie bar?Kind Regards
XTemos StudioAugust 28, 2019 at 11:45 pm #140990
nicksfikasParticipant1. check private content
4. can you fix it?
5. please see the screenshotAttachments:
You must be logged in to view attached files.August 29, 2019 at 6:39 am #141018
Eric WatsonParticipantHello,
1) Unfortunately, we can’t check without disabling third-party plugins and switching to the parent theme. Perhaps you can create a test copy of your site where we can conduct problem tests without danger to users.
4) We found where you forgot to close the tag. http://prntscr.com/oyzczb
5) The problem is caused by your custom CSS try adding it only for the desktop http://prntscr.com/oyzdghKind Regards
XTemos StudioAugust 29, 2019 at 8:39 am #141054
nicksfikasParticipant5.is there a way to make it more rectangular?
August 29, 2019 at 9:30 am #141059
Eric WatsonParticipantСan you provide a screenshot of an example taken from another site so that we clearly understand what design you want?
Kind Regards
XTemos StudioAugust 31, 2019 at 1:54 pm #141401
nicksfikasParticipant5. I want it like this:
Attachments:
You must be logged in to view attached files.August 31, 2019 at 1:55 pm #141403
nicksfikasParticipantalso, I change the logo to SVG and now my logo is not alway showing…
August 31, 2019 at 1:57 pm #141404
nicksfikasParticipantI want to create mega menus with HTML blocks but when I create a new menu, it doesn’t show me “Custom fields [for theme]” so I can add it.
what should I do?August 31, 2019 at 2:16 pm #141405
nicksfikasParticipantI also want to change the “the product was successfully added to your cart” message.
Attachments:
You must be logged in to view attached files.August 31, 2019 at 2:17 pm #141407
nicksfikasParticipantand make it like this:
Attachments:
You must be logged in to view attached files.August 31, 2019 at 7:15 pm #141439
Elise NoromitMemberHello,
1. Mega menu:
First of all, It is necessary to create an HTML block separately for each menu item. Dashboard > HTML blocks > Add new. HTML block is a WordPress custom post type with WP Bakery page builder option allowing create any template.Megamenu block is created by means of the Extra Menu list element. At the same time, Megamenu block can contain any other static content element such as Product Grid, Images, Texts blocks.
As soon as Megamenu blocks are ready, they may be added to menu items in Appearance > Menu > Select menu > enter menu item > HTML Block dropdown in the Custom fields [for theme] which appear as soon as the menu item has been saved.
You need to set “Full-width” or “Set size” in the Design filed in order to get the option of HTML blocks drop-down.
2. Change the wording
You can rewrite all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
3. Shopping cart in the sidebar
Navigate to the Theme Settings > Shop > Action after add to cart > Display Widget
Best Regards
September 1, 2019 at 3:42 pm #141541
nicksfikasParticipantno, you did not understand me, 2 and 3 were the same.
I want the green line after add to cart to be like the new image that I sent you. (check the attachment).
and 1, yeah I did that, but it does not show the custom fields…Attachments:
You must be logged in to view attached files.September 1, 2019 at 4:23 pm #141548
nicksfikasParticipantI changed the logo to SVG and now my logo is not alway showing…
September 1, 2019 at 4:24 pm #141550
nicksfikasParticipantI also want my cookies message to be more rectangular (see attachment)
Attachments:
You must be logged in to view attached files.September 1, 2019 at 4:25 pm #141552
nicksfikasParticipantand what about “you missed it badge” … it showing to a lot of my in-stock products.
how can I fix it?September 2, 2019 at 8:35 am #141619
Elise NoromitMemberHello,
1. I also want my cookies message to be more rectangular (see attachment)
Please find this code in the Theme Settings > Custom CSS > Global:body .woodmart-cookies-popup { max-width: 50%; }
Replace it with this one:
body .woodmart-cookies-popup { max-width: 50%; margin: 0 auto; border-radius: 30px; }
2. and what about “you missed it badge” … it showing to a lot of my in-stock products.
how can I fix it?Please deactivate all the plugins not related to the theme and check the issue.
3. I changed the logo to SVG and now my logo is not alway showing…
Make sure the page uses the Header builder which has the proper logo https://xtemos.com/docs/woodmart/header-builder/set-different-header-specific-page/
4. yeah I did that, but it does not show the custom fields… Check and you will find the custom fields https://gyazo.com/cabc5c5b6de39cea7b038b2fa167ac31
5. I want the green line after add to cart to be like
What message is it? What steps should I take to see it?
Best Regards
September 2, 2019 at 8:40 am #141620
nicksfikasParticipant1. it works
2. ok, I will
3. please check the screenshot (it does not show my logo on iPhone)
4.yeah it works
5. you have to add a product in cart to see the messageAttachments:
You must be logged in to view attached files.September 2, 2019 at 9:15 am #141636
Elise NoromitMemberHello,
Take into consideration that there is also the mobile view of your header http://prntscr.com/iyd3v3 check logo there.
Please add this code to the Theme Settings > Custom CSS > Desktop:
body .woocommerce-message{ width:50%; border-radius:30px; }
Best Regards
September 2, 2019 at 9:22 am #141641
nicksfikasParticipantyes, I did change the logo in the mobile header but the problem still exists.
also, I want the cookies popup to be on the left and not in the middleSeptember 2, 2019 at 9:25 am #141642
nicksfikasParticipantI added the code in custom css desktop and it worked but it shows some grey color check the attachement:
September 2, 2019 at 9:25 am #141643
nicksfikasParticipantcheck:
Attachments:
You must be logged in to view attached files.September 2, 2019 at 12:08 pm #141676
Elise NoromitMemberHello,
yes, I did change the logo in the mobile header but the problem still exists. – clean your cache https://gyazo.com/bf6bf01643f16b653e581f32719ac504 the logo has been changed.
also, I want the cookies popup to be on the left and not in the middle
Delete this line from the code providedmargin: 0 auto;
I added the code in custom css desktop and it worked but it shows some grey color check the attachement:
Please add this code to the Theme Settings > Custom CSS > Global:body .woocommerce-info:after{ border-radius: 0 30px 30px 0; }
Best Regards
September 2, 2019 at 12:18 pm #141680
nicksfikasParticipantstill, the logo does not show up and sometimes it hides from the desktop as well.
the grey color still existsSeptember 2, 2019 at 12:33 pm #141688
Elise NoromitMemberHello,
Please provide the page URL and screen.
Best Regards
September 5, 2019 at 5:00 pm #142265
nicksfikasParticipant1. I spoke with my web developer and told me that the out of stock system has a mistake and the theme developers should fix it…
2. how can I make a popup appear on-click of a button (check to attachement)?
September 5, 2019 at 5:01 pm #142266
nicksfikasParticipantanother issue is the notification when my cart is empty, check the attachment:
Attachments:
You must be logged in to view attached files. -
AuthorPosts
- You must be logged in to create new topics. Login / Register