Okay
  Public Ticket #677829
Broken Navigation in Responsive
Closed

Comments

  •  1
    Denise started the conversation

    The navigation for this site in responsive is broken. I'm not sure if your developers can duplicate the issue in their simulators... but I've been waiting 2 weeks for a response on this issue. It's the only thing preventing me from launching this website for my client... and getting paid!

    Please see the private ticket "iphone view" for website credentials. And PLEASE respond as soon as possible.

  •  8,992
    Tahir replied

    Hey ,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        #slide-out-widget-area .mobile-only {
            display: block !important;
        }
    }

    The issue seems to be coming from a child theme that you are using from Theme version 6.x.x . Please use a child theme from Salient 7.0.6 package which has this issue of loading theme styles fixed.

    Bes.t


    ThemeNectar Support Team 

  •  1
    Denise replied

    Thank you, thank you, thank you!!!! What a relief. :)

    Next, what about the footer being missing in responsive? PS - I don\'t need to look on my mobile to see these issues. I can just narrow my browser (FF) and duplicate the issues. Scroll to the bottom and notice that the footer is not there.

    LMK what you figure out.

  •  8,992
    Tahir replied

    Hey Again,

    Please switch to the Parent Theme and turn off Footer Reveal Option and that should fix it.

    Best.


    ThemeNectar Support Team 

  •  1