ok i solved !
if it’s still useful try this:
add_action('wp_footer', 'remove_top_from_link_menu');
function remove_top_from_link_menu(){
?>
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery(".av-main-nav-wrap").on("click", function(){
if (jQuery.avia_utilities.isMobile) {
var hrefTmp = jQuery("#av-burger-menu-ul .current_page_item a").attr("href");
jQuery("#av-burger-menu-ul .current_page_item a").attr("href", hrefTmp.substr(0, hrefTmp.length-4));
}
});
});
</script>
<?php
}
ok it works
thank you very much !
ok sent you!
the bin is empy too,
in /products i have an article. how is possible ?
hi I solved by reinstalling the child theme,
I didn’t understand what the problem was, is it important define the version in child style css ?