Home Forums WoodMart support forum issue with "you missed it" badge and compare

issue with "you missed it" badge and compare

Viewing 30 posts - 1 through 30 (of 37 total)
  • Author
    Posts
  • #139652

    nicksfikas
    Participant

    Please 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 325

    and 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.

    #139725

    Artem Temos
    Keymaster

    Hello,

    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/470ec09715b583708b541fa5233a51cf

    3. 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

    #140811

    nicksfikas
    Participant

    1. 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 {

    #140857

    nicksfikas
    Participant

    these are the products with the “out of stock badge issue”

    #140899

    Eric Watson
    Participant

    Hello,

    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 Studio

    #140990

    nicksfikas
    Participant

    1. check private content
    4. can you fix it?
    5. please see the screenshot

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

    Eric Watson
    Participant

    Hello,

    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/oyzdgh

    Kind Regards
    XTemos Studio

    #141054

    nicksfikas
    Participant

    5.is there a way to make it more rectangular?

    #141059

    Eric Watson
    Participant

    Сan you provide a screenshot of an example taken from another site so that we clearly understand what design you want?

    Kind Regards
    XTemos Studio

    #141401

    nicksfikas
    Participant

    5. I want it like this:

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

    nicksfikas
    Participant

    also, I change the logo to SVG and now my logo is not alway showing…

    #141404

    nicksfikas
    Participant

    I 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?

    #141405

    nicksfikas
    Participant

    I also want to change the “the product was successfully added to your cart” message.

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

    nicksfikas
    Participant

    and make it like this:

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

    Hello,

    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

    #141541

    nicksfikas
    Participant

    no, 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.
    #141548

    nicksfikas
    Participant

    I changed the logo to SVG and now my logo is not alway showing…

    #141550

    nicksfikas
    Participant

    I also want my cookies message to be more rectangular (see attachment)

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

    nicksfikas
    Participant

    and what about “you missed it badge” … it showing to a lot of my in-stock products.
    how can I fix it?

    #141619

    Hello,

    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

    #141620

    nicksfikas
    Participant

    1. 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 message

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

    Hello,

    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

    #141641

    nicksfikas
    Participant

    yes, 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 middle

    #141642

    nicksfikas
    Participant

    I added the code in custom css desktop and it worked but it shows some grey color check the attachement:

    #141643

    nicksfikas
    Participant

    check:

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

    Hello,

    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 provided margin: 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

    #141680

    nicksfikas
    Participant

    still, the logo does not show up and sometimes it hides from the desktop as well.
    the grey color still exists

    #141688

    Hello,

    Please provide the page URL and screen.

    Best Regards

    #142265

    nicksfikas
    Participant

    1. 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)?

    #142266

    nicksfikas
    Participant

    another issue is the notification when my cart is empty, check the attachment:

    Attachments:
    You must be logged in to view attached files.
Viewing 30 posts - 1 through 30 (of 37 total)