Quantcast
Channel: Topic Tag: error | WordPress.org
Viewing all articles
Browse latest Browse all 31591

Roikumar on "[Plugin: Responsive Select Menu] Plugin working on inner pages but not on home page"

$
0
0

http://mission101media.com/websitesample

maximum menu width I'm using 767px
on above website plugin in working fine with inner pages when I use it in small screen.

but when I move to home and then select any page from drop down then it doesn't redirect. I don't know why.

I think here is the problem

jQuery(document).ready( function(){
$( '.responsiveMenuSelect' ).change(function() {
var loc = $(this).find( 'option:selected' ).val();
if( loc != '' && loc != '#' ) window.location = loc;
});
//$( '.responsiveMenuSelect' ).val('');
});

but I don't know what is it. can any one help me. It's urgent

https://wordpress.org/plugins/responsive-select-menu/


Viewing all articles
Browse latest Browse all 31591

Trending Articles