Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter elina61

    (@elina61)

    Apologies, it doesn’t work on the tableT

    Thank you

    Hi,

    Thanks for contacting us. I have checked your site and the dropdown menu is showing perfectly on my end. Here is the screenshot(Link). Could you please check it again? and let us know with some screenshots of the errors if the issues are still exists.

    Thanks

    Thread Starter elina61

    (@elina61)

    Hi, yes it lookes like it works in Chrome, but it doesn’t work on the ipad.

    Please see my screenshots here:

    https://www.halvorsenclub.in-development.com.au/dropdown-menu/

    The menu even looks different on ipad and I was going to ask you how can I change properties for different screen sizes as the usual @media only screen etc doesn’t work.

    Also another issue – one of the pages isn’t actually an active page, so it needs to be disabled in the menu. I always used OceanWp theme where I could control disabling links in the menu. This time I’m trying Hello theme and it doesn’t give that option.

    Is there a setting in your widget that can do this?

    Thank youQ

    Hi @elina61 ,

    1) I have checked your site on chrome, safari and firefox browser. It seems your menu/submenu is working fine but you have used custom css and that is why the menu/submenu is not showing as desktop. Please add this below CSS code in Appearance → Customize → Additional CSS to solve the issue

    
    // for apple device
    @media only screen and (max-width: 1024px) {
    	@media not all and (min-resolution: .001dpcm) {
    		@media {
    			.ekit-menu-nav-link.ekit-menu-dropdown-toggle {
    				padding: 15px !important;
    			}
    			.elementor-50 .elementor-element.elementor-element-c977a54 .elementskit-navbar-nav .elementskit-submenu-panel>li>a {
    				padding: 15px !important;
    			}
    		}
    	}
    }
    
    // for other browser
    @media (max-width: 1024px) {
    	.elementor-50 .elementor-element.elementor-element-c977a54 .elementskit-navbar-nav>li>a {
    		padding: 10px 20px !important;
    	}
    	.elementor-50 .elementor-element.elementor-element-c977a54 .elementskit-navbar-nav .elementskit-submenu-panel>li>a {
    		padding: 15px !important;
    	}
    }

    Let us know the update if its fix the issue.

    2) Currently we don’t have disabled menu item links feature in our plugin.

    Regards

    • This reply was modified 5 years, 7 months ago by benjirahmed.
    • This reply was modified 5 years, 7 months ago by benjirahmed.
    Thread Starter elina61

    (@elina61)

    Hi Benjir

    Thank you for sending the CSS.

    However… the drop down menu on the ipad and android tablets are not working

    In my previous message I sent the screenshot showing what’s hapenning when I’m trying to use the menu on the actual ipad

    Regards

    Elina

    Enamul Mohon

    (@enamulhoquemohon)

    Hi elina61,

    Have you tried clicking on the menu items, the dropdown menu’s are working perfectly from my end. (https://prnt.sc/v9bvxt)

    If it’s caching issue, you can open that page on incognito window to check.

    Best Regards,
    Mohon

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

The topic ‘Drop Down menu doesn’t work on the table’ is closed to new replies.