Hi!
It works just fine! ?? I want to buy PRO version (hover submenus option) but first i need to apply another feature witch is very important to me.
I need Your help with it…
On my site I have theme mobile menu button in header. After clicking this button, I would like to list the shiftnav menu instead of the standard theme menu. I’m trying to do it myself… but it does not work.
1. This is code for this button:
<a href="#" class="mobile_small_menu open"></a>
2. This is css code for this button (style.css)
/* Small Menu Responsive */
.mobile_small_menu{display:none; width:45px; height:45px; float:right;}
.mobile_small_menu.open{background:url('img/res_m_open.png') no-repeat;}
.mobile_small_menu.close{background:url('img/res_m_close.png') no-repeat;}
.dark_version .mobile_small_menu.open{background:url('img/res_m_open_dark.png') no-repeat;}
.dark_version .mobile_small_menu.close{background:url('img/res_m_close_dark.png') no-repeat;}
/* End Responsive Menu */
css file that image can be viewed by a browser plug-in
3. This is css code for this button (bootstrap_responsive.css)
.mobile_small_menu{display:block;}
I do not know 100% if there are any other css class defining it.
I know that my request relates more of my template than your plugin, but I would be very grateful for your help!