For reference, I am using Elementor Header & Footer so thought this would be the best place to post in.
Many thanks!
https://www.gifts.com/
]]>I want to make a drop down menu with rounded corners. But when I make all corners rounded, on the joint of level 1 drop down and level 2 becomes a space.
so HOW can I remain the corners on joint of two levels pointy, while make all others rounded?
here is a picture: https://drive.google.com/file/d/1uexja0mNGdmq48rP2rjauQE6cHqwXE5h/view?usp=drivesdk
on it circled corners should be pointy and all the rest rounded.
please help!!!
function make_parent_menu_clickable() {
?>
<script>
(function($) {
$(window).on('load', function() {
var $wrapper = $('.jeg-elementor-kit.jkit-nav-menu');
$wrapper.find('li.menu-item-has-children > a').each(function() {
$(this).unbind();
console.log($wrapper)
$(this).on('click', function(e) {
if (($wrapper.hasClass('break-point-tablet') && window.matchMedia('(max-width: 1024px)').matches) || ($wrapper.hasClass('break-point-mobile') && window.matchMedia('(max-width: 768px)').matches)) {
e.preventDefault()
const dropdown = jQuery(this).next()
if (dropdown.hasClass('dropdown-open')) {
dropdown.removeClass('dropdown-open')
} else {
dropdown.addClass('dropdown-open')
}
}
})
});
})
})(jQuery)
</script>
<?php
}
add_action( 'wp_footer', 'make_parent_menu_clickable' );
]]>The menu seems to be opened or completely drop down.. it’s showing the links of the categories but it seems that it’s affecting or breaking the CSS.. of the theme.. The OceanWP Extra plugin offer a second layer of customization for the so, it’s probably that the one affecting the behavior of your plugin is this plugin.
I would appreciate if you can share with me some CSS or script to make your plugin work properly, Thanks for your help!
Regards
]]>I hope someone can help with my recent menu issues. The drop down menu is hidden behind the content block on this page for example: https://permanentmakeupjadebrennan.co.uk/home/before-care/
I looked at the historical queries on here which relate to the same issue, and followed some of the advice on there, but nothing changed.
The new template (header and footer) that I have created across my website is having some issue on certain pages, but not on others. You can see I don’t have the same issues on the homepage: https://permanentmakeupjadebrennan.co.uk/
I am not great with the CSS and z index formatting, and not sure if it differs when using a template instead of pasting the same header across the pages. I would prefer to have a template so it keeps it up to date across them all.
In addition – how do I remove the social button section (above FAQs block) from this page? https://permanentmakeupjadebrennan.co.uk/home/after-care/
please help a sister out
thanks, Jade
]]>Good afternoon.
When LiteSpeed is activated the dropdown menus and product pagination stop working. The menus and home were created with Elementor and the template is Astra.
Thanks for the suggestions.
This is an example: https://www.theappliancerepairmen.com/
The “request service” form (just a form) open a modal (after clicking in BOOK ONLINE) with selection applied (or predefined) to Appliance Drop-Down menu
https://paste.pics/QOYGB
It is possible with your plugin? Too hard? (im not a php/ajax expert)
Many thanks in advance!!!
]]>