Okay
  Public Ticket #2489182
Product label on Home and Category pages
Closed

Comments

  • Dheeraj Gupta started the conversation

    Hi,

    Can you pl help to get me product label on Home and Category pages (on product images)? Currently i am able to see this on single product page only.

    Regards.

  •  1,558
    Laborator replied

    Hi Dheeraj,

    Can you let us know for which label you're talking about, if possible include a screenshot.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Dheeraj Gupta replied

    E.g. as it is labelled ''Bestseller" and "Best Value". We should be able to add it at any place on the product image on our product catalog page. 

    Also one more question, Currently with your theme we do not find how we can have ''Wishlist'' icon on page header near to mini cart icon. can you pl help on this?

    We also do not have option to add Instagram in "Share this Item:"  section on product page, like facebook. 

  • Dheeraj Gupta replied

    Adding as attachment. Seems it did not take the screenshot in the text editor.

  •  1,558
    Laborator replied

    Hi Dheeraj,

    1. These badges will show on all the shop page "Sale, Out of Stock & Featured":

    medium
    (view large version)

    I wanted to check your site live but I don't see any link in this ticket.

    2. Once you install "YITH WooCommerce Wishlist" plugin, go to Appearance > Menus > Top Links and see if there is the the wishlist:

    medium
    (view large version)

    and then go to Laborator > Theme Options > Header:

    medium
    (view large version)


    3. This is not something Instagram allows like sharing from other sites, please read this article from a sharing plugin.


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Dheeraj Gupta replied

    Thanks for your quick reply.

    1. - Can we configure the badge text via admin console? 

    - Where can i find the logic to show respective badges?

    - Can i create any new badge (with new text, image and with custom logic) via admin console?

    2. - I was able to get the wishlist icon on top header. But how can i have this alongside cart icon?

    3.   But in Theme Options we can set Instagram icon to show on Footer. Then it should also allow this to show on product detail page. Doesn't it allow to share the page url?

    4. One more query: Is there any way i can show a side bar filter for specific category(s) only? What i mean is that it should show if i am on a particular category page (product catalog page) The filter is an attribute of this category products only. Else for other categories it should not appear in the side bar list of filters.

    PS: We have not published the site on public domain yet. So you would not be able to access it as of now. 

    Regards,

    Dheeraj 

  •  1,558
    Laborator replied

    Hi Dheeraj,

    1. If you want to change their text you can use Loco Translate to change theme strings.

    -  That's not a feature WooCommerce has from the options of the plugin but I found this helpful article regarding adding new badges.

    2. Unfortunately you can't add icons or links next to the cart icon, you can only add it in the Main menu if you want. 

    3.  Yes, you can set it on footer but it is not a sharing option. It is only an icon which redirects you to the Instagram which you want to redirect. The sharing is a different thing and you can verify what I am saying by doing a Google search, Instagram does not allow sharing from other sites.

    4. This is not possible by default in WooCommerce, you can only custom code it:

    https://wordpress.org/support/topic/show-sidebar-wdget-only-on-shop-page-not-category-archives/

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Dheeraj Gupta replied

    Thanks for the clarification, Art.

  •  1,558
    Laborator replied

    You're welcome Dheeraj, have a great daysmile.png

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Dheeraj Gupta replied

    Hi,

    Can we configure Mega Menu in ubermenu style. Having sub-menus in multiple column under a main menu, instead of simple nested level menu structure?

    Regards,

    Dheeraj

  •  1,558
    Laborator replied

    Hi Dheeraj,

    The mega menu used in the theme demo is UberMenu so you completely set it up like UberMenu examples as it is completely supported but not included within the theme. So if you want to use it you will have to get a license of that plugin.

    medium
    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Dheeraj Gupta replied

    Hi,

    Quick query: On Mobile view on product catalog, the Sort and filters appear to be all the way down at the end of the catalog, which is weird. It is common for it to be as sticky bar at the bottom/top of the view-port and visible upfront. Can you pl clarify on this pl how it can be configured? We checked but did not find this anywhere.

    Regards,

    Dheeraj

     

  •  1,558
    Laborator replied

    Hi Dheeraj,

    Can you try adding this CSS to Custom CSS:

    @media screen and (max-width: 992px) {
        .woocommerce .products-archive--has-sidebar .products-archive--products {
            order: 2;
        }
        .woocommerce .products-archive--has-sidebar .products-archive--sidebar {
            order: 1;
        }
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group