no menu on mobile

Support Area Forums Responsive Visual no menu on mobile

Viewing 9 posts - 1 through 9 (of 9 total)
URL to the page in question: http://italiandesignglobalservice.ch
  • Author
    Posts
  • #22912
    Avatar photopatrizia broggi
    Participant

    good morning,
    i’m using elite, and when i check for mobile version, my menu doesn’t appear, there is only logo, and some text doesn’t appear in right dimension for mobile.
    thank you very much
    best regards
    Patrizia

    #22923
    Bill Robbins
    Moderator

    Good Morning Patrizia,

    Sorry for the trouble there. It looks like there is a coming soon plugin active on the site. Is there a way past it so that I can take a closer look for you?

    Thanks,
    Bill

    #22928
    Avatar photopatrizia broggi
    Participant

    hello Bill,
    yes i have to keep it inactive, but i have understand that the child theme created by plug in child on click is the problem, in fact if i active the original theme, the menu on mobile appear. But i’m trying to create on myself the child theme, but there is something that i forget…
    /*
    Theme Name: elite_chil
    Description: italiandesignglobalservice
    Author: idgs_admin
    Template: elite
    */

    @import url(“../elite/style.css”);

    do i have to put some php file with stile.css?

    thanks, best regards

    #22929
    Bill Robbins
    Moderator

    Gotcha. That snippet should be at the top of the child theme’s style.css file. That lets WordPress know that this theme is a child theme of the “elite” theme. It also imports the Elite theme’s style.css file.

    Once you’ve activated the child theme. Go to the Theme Options page and save your options again. That may help out the menu.

    Let me know if you have trouble,
    Bill

    #22930
    Avatar photopatrizia broggi
    Participant

    i’m sorry
    it doesn’t function with child theme 🙁
    see the attachment please
    thanks
    Patrizia

    #22936
    Bill Robbins
    Moderator

    The mobile menu is made with javascript. So typically when it’s not working, it’s because of a javascript conflict.

    I’d be happy to help you troubleshoot the child theme, but I do have to see the site in order to do that. I’ll have to be able to interact with the code.

    Thanks,
    Bill

    #22983
    Avatar photopatrizia broggi
    Participant

    Dear Bill, ok, now the site is online for you 🙂
    http://italiandesignglobalservice.ch/

    best regards 🙂
    Patrizia

    #22984
    Bill Robbins
    Moderator

    Perfect. Thanks.

    I took a look and it appears that one of the styles in the child theme was causing the mobile menu to be positioned off of the screen. Try using this:

    
    #logo h1,
    #logo p,
    #text-logo h1,
    #text-logo p {
    	margin: 10;
    	padding: 15;
    	line-height: 1;
    }
    
    nav#top-menu {
    	float: right;
    	margin: 39px 0 10px;
    }
    
    .home-product-block li {
    	float: left;
    	display: inline-block;
    	overflow: hidden;
    	margin: 15px 0;
    	width: 270px;
    	position: relative;
    	padding-bottom: 15px;
    	background-color: rgba(0, 0, 0, 0.04);
    }
    
    @media only screen and (min-width: 1201px) {
    
    	#header-content {
    		position: relative;
    		width: 1140px;
    		margin: 0 auto;
    		height: 85px;
    	}
    
    }
    

    Let me know if that doesn’t do the trick for you.

    Have a great day,
    Bill

    #22985
    Avatar photopatrizia broggi
    Participant

    wOw, fantastic, perfect!
    thank you really very much!
    have a great day you too!!!
    Patrizia

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘no menu on mobile’ is closed to new replies.