Home Forums Total Navigation menu disappers on mobile

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #20805
    beaweddingDJ
    Participant

    My website (www.beaweddingdj.com) was working fine until recently. I haven’t touched it in months. But now I notice the navigation menu (the hamburger) is gone when I view the site on mobile. I can’t figure out how to fix this or what’s causing the problem. There was a WordPress update recently, so I wonder if that changed something, but I can’t figure out what.

    I may be wrong, but I also feel like my main slider image used to be smaller on mobile (in a good way). I think before you saw the whole image (shrunken) on mobile, while now you don’t (it’s much larger). So I wonder if something got messed up there too.

    There also is now a calendar icon on the top of each post I have. No idea how that got there either. Various CSS codes haven’t been successful at removing that.

    Note: I am using a child theme of Total. However, this was working just fine until recently. I certainly never set it up to not have the navigation menu.

    #20806
    Hash
    Keymaster

    Hi,

    We had made some changes in the code in the recent update of the theme. And since you are using the child theme, you will need to recheck the code in the child theme again and change it according to the change in parent theme again. Once you make these fixes, it will work.

    Thanks

    #20807
    beaweddingDJ
    Participant

    Thank you very much for your quick reply! Is there a place where you list what code changes you made or can provide some more information, so I can more easily assess what changes I should make to my child theme? I’m not the most knowledgeable web designer.

    #20830
    Hash
    Keymaster

    Yes, please download the theme and check the readme.txt file. There we have listed all the changes.

    What you need to do is check your child theme and then search for the files in the parent theme that you have copied into your child theme and then investigate the code.

    Thanks

    #20831
    beaweddingDJ
    Participant

    Thanks again for your help. Do you know how I can remove the calendar icon that now appears on the top of all my posts? Example – https://beaweddingdj.com/dj-prices-haggling/.

    This didn’t used to be there. When I inspect element on the page, it looks like that calendar is span.entry-date.published.updated::before, but I don’t know how to remove that or where you would even do that.

    #20859
    Hash
    Keymaster

    Add this CSS code

    .single-entry-meta{display:none}

    #20883
    beaweddingDJ
    Participant

    That worked perfectly. Thanks so much! That takes care of all my questions.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.