- This topic has 6 replies, 2 voices, and was last updated 3 years, 8 months ago by beaweddingDJ.
- AuthorPosts
- May 11, 2020 at 11:43 pm #20805beaweddingDJParticipant
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.
May 11, 2020 at 11:59 pm #20806HashKeymasterHi,
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
May 12, 2020 at 12:10 am #20807beaweddingDJParticipantThank 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.
May 12, 2020 at 10:11 pm #20830HashKeymasterYes, 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
May 12, 2020 at 10:29 pm #20831beaweddingDJParticipantThanks 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.
May 13, 2020 at 12:20 pm #20859HashKeymasterAdd this CSS code
.single-entry-meta{display:none}
May 14, 2020 at 1:58 am #20883beaweddingDJParticipantThat worked perfectly. Thanks so much! That takes care of all my questions.
- AuthorPosts
- You must be logged in to reply to this topic.