- This topic has 20 replies, 2 voices, and was last updated 8 years, 1 month ago by Andrew Misplon.
- AuthorPosts
- September 12, 2016 at 3:21 pm #4871
AnonymousInactiveFixed that, sorry!
September 12, 2016 at 3:28 pm #4872
AnonymousInactiveThis reply has been marked as private.September 12, 2016 at 3:42 pm #4874
Andrew MisplonKeymasterThanks. Hotfixed. All will be resolved in the next version. Apologies.
I need to find a better way of resolving the UberMenu bug. The way we’re doing it right now makes updates quite hard. We’re removing the entire parent main JS file and adding our own, minus the conflicting part. I’m out of time right now but will come back to this for you ASAP.
September 12, 2016 at 3:43 pm #4875
Andrew MisplonKeymasterThis reply has been marked as private.September 12, 2016 at 4:10 pm #4878
Andrew MisplonKeymasterWhat’s happening is in the beginning the menu is too wide so it goes to two lines, then the Custom CSS kicks in. But, the sticky header has already taken a width and height measurement of the menu. I added to the bottom of Custom CSS:
/* Header */ .site-header .site-branding-container { max-width: 17%; } .main-navigation { max-width: 83%; }
Please, try now.
September 12, 2016 at 6:43 pm #4879
Andrew MisplonKeymasterHi Dan
I’ve sorted the issue out for the next update with a check for Max Mega Menu.
Your child theme is now no longer using it’s own JS, it’s using the parent JS. Please, check everything is ok. After the next update is released, please, send me a reminder and we’ll clean up your child themes. Thanks for the help.
- AuthorPosts
You must be logged in to reply to this topic.