• Resolved marties

    (@marties)


    hi,
    thanks a lot for your cool menu.
    i noticed something weird, i can’t deploy the menu while clicking on the 3 bars, i have to click on the text menu (at first i wanted only 3 bars but you’ll have to click on the padding area between the 3 bars and the edge).

    Hope you’ll understand my approximate english.

    website test https://mjc.imango.fr/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author neilgee

    (@neilgee)

    You have some HTML mark up obscuring the icon

    
    <div id="full-screen-search">
    			<button type="button" class="close" id="full-screen-search-close"><font><font>X</font></font></button>
    			<form role="search" method="get" action="https://mjc.imango.fr/" id="full-screen-search-form">
    				<div id="full-screen-search-container">
    					<input type="text" name="s" placeholder="Entrez votre recherche" id="full-screen-search-input">
    				</div>
    
    			</form>
    		</div>
    

    If you remove that you will see the icon works fine.

    • This reply was modified 7 years, 9 months ago by neilgee.
    • This reply was modified 7 years, 9 months ago by neilgee.
    • This reply was modified 7 years, 9 months ago by neilgee.
    Thread Starter marties

    (@marties)

    hey, thanks a lot
    now i’ll just have to move a little bit the closing button search form using css.

    Sorry for the inconvenient

    Keep going your good stuff!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hamburger menu not clickable’ is closed to new replies.