• Resolved divyanshjain89

    (@divyanshjain89)


    I am creating a menu using your addon with elementor. All menu work fine but the responsive one which is hamburger menu not working fine as i click on hamburger icon menu show but any button is not showing to go back.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Liton Arefin

    (@litonice13)

    Hello @divyanshjain89,
    You’ve created a great website.
    Cross button is there, seems like it’s conflicting css issues.
    Please email us with FTP access:
    We will fix your problem, it will help us to improve our plugin also.
    Again, thanks for using Master Addons.

    • This reply was modified 4 years, 11 months ago by James Huff.
    • This reply was modified 4 years, 11 months ago by James Huff. Reason: removed request for credentials
    Moderator James Huff

    (@macmanx)

    Hi there @litonice13 please do not ask for credentials here: https://www.ads-software.com/support/guidelines/#the-bad-stuff

    You can direct folks to your own support site and do whatever you’d like there, but do not ask for that here.

    Plugin Author Liton Arefin

    (@litonice13)

    Hello @macmanx,
    Extremely sorry for asking credentials. We’re working on Support Forums, that’s why I’ve shared email address.
    I will not do this in future.

    Thread Starter divyanshjain89

    (@divyanshjain89)

    Please tell me the solution here I know CSS and HTML so I can fix my own. Just tell me the solution and I will do it.

    Plugin Author Liton Arefin

    (@litonice13)

    Hello @divyanshjain89,
    Please use this code below-

    
    @media (max-width: 992px){
         .jltma-close {
            display: block;
            position: absolute;
            color: red;
            background: transparent;
            font-size: 25px;
            z-index: 10001;
            cursor: pointer;
        }
        .jltma-close {
            top: 20%;
            right: 0%;
        }    
    }
    

    We’ll push update about Navigation Menu by tomorrow with more fixes and stable version.

    Thread Starter divyanshjain89

    (@divyanshjain89)

    I am waiting for your official update for the same queries let me know when you make an update.

    Plugin Author Liton Arefin

    (@litonice13)

    We will push update tomorrow.

    Thread Starter divyanshjain89

    (@divyanshjain89)

    But where do I put this css code

    Plugin Author Liton Arefin

    (@litonice13)

    Simply, Appearance>Customise>Custom CSS

    Thread Starter divyanshjain89

    (@divyanshjain89)

    After putting this code in css button showing no hamburger button. Please check the website.
    https://highonbrands.com/
    On mobile device

    Thread Starter divyanshjain89

    (@divyanshjain89)

    when will you push the update as it is been a day you said.

    Plugin Author Liton Arefin

    (@litonice13)

    We’re working on website upgrade. We couldn’t finish it yesterday. Trying to finish it today.
    After upgrading, plugin update will be pushed. You’ll get update notification.

    Thread Starter divyanshjain89

    (@divyanshjain89)

    Hii there my website getting issue with mobile menu please push the update ASAP. Thanks so we can go live.

    Thread Starter divyanshjain89

    (@divyanshjain89)

    Hey there, noticed that you updated the plugin with some corrections but the new problem appears it looks like you particular playground extension overlap everything and the content in not clickable and selectable behind that please check the same. Also I have disabled the menu as it looks out modern.

    Hi there,

    Thanks for a plugin that really makes Elementor even better to work with!!

    This issue however still seems to be a problem.

    The above CSS does work, however it keeps the close button there permanently.

    The problem is, that when you click the hamburger to open the mobile menu, there is nothing telling the close button to show. It just stays at ‘display:none;’
    The close button is also outside of the offcanvas element (it’s right next to the open button), and the javascript is not adding a class to that parent element so that you can adjust for it in CSS.

    Can you possibly either move the close button to inside the offcanvas panel, or perhaps some javascript which can add a class to the close button so that it only shows when the offcanvas element is open.

    Thanks!

    • This reply was modified 4 years, 6 months ago by whereverpanda.
Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘cross button not available in mobile hamburger menu’ is closed to new replies.