Answer the question
In order to leave comments, you need to log in
The button is not pressed in mobile versions, how to fix it?
В общем проблема такова,
имеется сайт avtoklondaik.ru на joomla 3.5
Справа имеется меню, он хорошо работает в обычной версии сайта, но когда заходишь с мобильного, не нажимается кнопка "меню", либо нажимается и не реагирует...
Причем когда просто меняешь размер экрана в браузере - работает, не хочет только с мобильных устройства
В чем может быть проблема?
Ведь тут адаптация просто с помощью media quires
PS
код вывода меню
<script type="text/rocketscript" data-rocketoptimized="true">jQuery(document).ready(function($){$("#btn-menu, #close-on").click(function(){if($('#wrap-mainmenu').hasClass('selected')){$('#wrap-mainmenu').removeClass('selected');}else{$('#wrap-mainmenu').addClass('selected');}});$(function(){$('ul.nav li.deeper').hover(function(){$submenuHeight=$(this).find('ul.nav-child').height();$('#wrap-mainmenu').css('padding-bottom',$submenuHeight+50);},function(){$('#wrap-mainmenu').css('padding-bottom',0);});});});</script>
<div id="btn-menu" class="visible-lg-block visible-md-block visible-sm-block visible-xs-block col-lg-2 col-lg-reset col-md-3 col-md-reset col-sm-3 col-sm-reset col-xs-3 col-xs-reset"><div class="custom"><p>Меню</p></div></div>
Answer the question
In order to leave comments, you need to log in
She, as it were, is not pressed from the PC either ... At least for me.
the menu does not work
and the compressed javascript is very convenient for us to read, thanks for respecting the answerers
Tried the link, also does not want to work
<script type="text/rocketscript" data-rocketoptimized="true">
jQuery(document).ready(function($)
{
$("#btn-menu, #close-on").click(function()
{if($('#wrap-mainmenu').hasClass('selected'))
{$('#wrap-mainmenu').removeClass('selected');}
else
{
$('#wrap-mainmenu').addClass('selected');}
}
);
$(function(){
$('ul.nav li.deeper').hover(function(){
$submenuHeight=$(this).find('ul.nav-child').height();
$('#wrap-mainmenu').css('padding-bottom',$submenuHeight+50);},
function(){$('#wrap-mainmenu').css('padding-bottom',0)
;})
;});}
);</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question