correct gamburger
This commit is contained in:
@@ -52,7 +52,7 @@ else{
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="mobile_rubrics_menu">
|
<div id="mobile_rubrics_menu">
|
||||||
<div id='rubrics_back'><strong><</strong> <span class="rub_back_title">назад</span></div>
|
<div id='rubrics_back'><strong><</strong> <span class="rub_back_title"><?=vij_lang('back_btn_rubric_menu', LANG_VERSION)?></span></div>
|
||||||
<?php wp_nav_menu( array(
|
<?php wp_nav_menu( array(
|
||||||
'menu_class'=>'menu_left',
|
'menu_class'=>'menu_left',
|
||||||
'menu'=>$left_mob_menu
|
'menu'=>$left_mob_menu
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
<title><?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?></title>
|
||||||
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=125">
|
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=134">
|
||||||
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
|
||||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/jquery-3.6.0.min.js"></script>
|
||||||
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/golos.js"></script>
|
<script type='text/javascript' src="<?php echo get_stylesheet_directory_uri()?>/scripts/golos.js"></script>
|
||||||
|
|||||||
2
lang.php
2
lang.php
@@ -11,6 +11,7 @@ function vij_lang($name, $lan){
|
|||||||
'gamburger' => 23,
|
'gamburger' => 23,
|
||||||
'btn_lan' => 'EN',
|
'btn_lan' => 'EN',
|
||||||
'btn_lan_link' => '/en/',
|
'btn_lan_link' => '/en/',
|
||||||
|
'back_btn_rubric_menu' => 'назад',
|
||||||
'alt_logo' => 'Ветеринария и жизнь. Информационный портал и газета',
|
'alt_logo' => 'Ветеринария и жизнь. Информационный портал и газета',
|
||||||
'conf_politic' => 'Политика конфиденциальности',
|
'conf_politic' => 'Политика конфиденциальности',
|
||||||
'copyright' => 'Ветеринария и жизнь',
|
'copyright' => 'Ветеринария и жизнь',
|
||||||
@@ -36,6 +37,7 @@ function vij_lang($name, $lan){
|
|||||||
'gamburger' => 4838,
|
'gamburger' => 4838,
|
||||||
'btn_lan' => 'РУС',
|
'btn_lan' => 'РУС',
|
||||||
'btn_lan_link' => '/',
|
'btn_lan_link' => '/',
|
||||||
|
'back_btn_rubric_menu' => 'back',
|
||||||
'alt_logo' => 'Veterinary Medicine and Life. Online news outlet and newspaper',
|
'alt_logo' => 'Veterinary Medicine and Life. Online news outlet and newspaper',
|
||||||
'conf_politic' => 'Privacy Policy',
|
'conf_politic' => 'Privacy Policy',
|
||||||
'copyright' => 'Veterinary Medicine and Life',
|
'copyright' => 'Veterinary Medicine and Life',
|
||||||
|
|||||||
39
style.css
39
style.css
@@ -1866,22 +1866,8 @@ img-fluid{
|
|||||||
#mobile_main_menu{
|
#mobile_main_menu{
|
||||||
display: none;
|
display: none;
|
||||||
position:fixed;
|
position:fixed;
|
||||||
top:0px;
|
max-height: 1300px;
|
||||||
bottom:0px;
|
overflow-y: scroll;
|
||||||
left:0px;
|
|
||||||
right:0px;
|
|
||||||
z-index:100;
|
|
||||||
width: 100%;
|
|
||||||
background: #fff;
|
|
||||||
border-top: 1px solid #F5F5F5;
|
|
||||||
overflow-y: auto;
|
|
||||||
padding-top: 42px;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#mobile_rubrics_menu{
|
|
||||||
display: none;
|
|
||||||
position:fixed;
|
|
||||||
top:0px;
|
top:0px;
|
||||||
bottom:0px;
|
bottom:0px;
|
||||||
left:0px;
|
left:0px;
|
||||||
@@ -1892,6 +1878,25 @@ img-fluid{
|
|||||||
border-top: 1px solid #F5F5F5;
|
border-top: 1px solid #F5F5F5;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
padding-top: 42px;
|
padding-top: 42px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#mobile_rubrics_menu{
|
||||||
|
display: none;
|
||||||
|
position:fixed;
|
||||||
|
min-height: unset;
|
||||||
|
max-height: 1300px;
|
||||||
|
overflow-x: scroll;
|
||||||
|
overflow-y: scroll;
|
||||||
|
top:0px;
|
||||||
|
bottom:0px;
|
||||||
|
left:0px;
|
||||||
|
right:0px;
|
||||||
|
z-index:500;
|
||||||
|
width: 100%;
|
||||||
|
background: #fff;
|
||||||
|
border-top: 1px solid #F5F5F5;
|
||||||
|
padding-top: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@@ -1902,6 +1907,7 @@ img-fluid{
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
right: 5%;
|
right: 5%;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#closed_mobile_menu{
|
#closed_mobile_menu{
|
||||||
@@ -1927,6 +1933,7 @@ img-fluid{
|
|||||||
right: 5%;
|
right: 5%;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
|
background: no-repeat url(https://vetandlife.ru/wp-content/themes/vij/pub/menu/closed.svg) left center;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user