Home Forums WoodMart support forum 💚feature request 💚……🙏🏻

💚feature request 💚……🙏🏻

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #157499

    sourov
    Participant

    1.(Huge Huge Huge request) I cannot go to the place by diagonal direction in the mega menu on woodmart but it’s possible in Basel.So,Could you plz add this Little feature on Woodmart?
    plz watch this video then you understand what exactly I mean.
    https://youtu.be/PCLrjmHlc_g

    2. https://prnt.sc/pyfu8m
    https://prnt.sc/pyfomt (mobile view.)
    In this design, the “add to cart” not comes in the mobile device. Could you People add the “add to cart” button for the mobile device? Plz.

    3. PLZ UPDATE FONT AWESOME TO NEW VERSION.
    4. Could you please add — https://prnt.sc/pyge0m
    this image changing hover effect on Woodmart.???

    #157521

    Artem Temos
    Keymaster

    Hello,

    You can use the following custom CSS to make a vertical dropdown accessible after mouse cursor leaves general menu item, but since Woodmart has a different animation transition, you have less time to reach the dropdown.

    body .vertical-navigation .sub-menu-dropdown{
    pointer-events: unset;
    }

    Other points we will consider as feature requests, thank you.

    Kind Regards

    #157523

    Artem Temos
    Keymaster

    Here is a code to increase the delay as well

    body .vertical-navigation .sub-menu-dropdown{
            pointer-events: unset;
    	transition: all .25s ease .1s;
    }
    #157563

    sourov
    Participant

    ❤️💛💚💙💜❣💕thanks a lot,appreciate you from bottom of my heart.💓💞💗💖💝💟

    #157573

    sourov
    Participant
    #157586

    Artem Temos
    Keymaster

    We can’t guarantee that some features will be added very soon. Please, post all these requests in this topic that we review constantly https://xtemos.com/forums/topic/features-requests-2/

Viewing 6 posts - 1 through 6 (of 6 total)