@dev
just browsing the #cv support forum i found this #5years function.php code(below) which is similarFix 2my problem, unfortunately its not working but i think it will work with a bit of changes, i’m unable to figure it out..
Hope #CV dev will help me out..
// CVPro - Fix menu problem
add_action( 'wp_footer', 'my_wp_footer_menu' );
function my_wp_footer_menu() {
?>
<script>
jQuery(document).ready(function($){
$('.navbar-toggle').removeAttr('data-toggle');
$('.navbar-toggle').off('click').on('click',function(){
var $menu = $('.menu_wrapper');
$menu.toggleClass('collapse');
$menu.toggle();
});
});
</script>
<?php
}
Hello,
Thank you for contacting us.
Might you please send me the URL/link of the page where I can see the problem?
If you don’t want to share it here, please contact us here then include your website url.
Best regards,
Hey!
Thanks for the reply, its been a bit late 🙂 , so fortunately i switched the THEME to a new one #news portal and it just worked fine as expected.
Any way Thanks again 4the reply..
Have A Good Year Ahead!
Thank you for your reply.
Glad that problem is solved.
Have A Good Year Ahead Too!