Changelog:
- Hid mobile menu placeholder when menu visibility disabled on Presentation Page
- Fixed social icons URL double sanitization (breaking special cases)
- Fixed automatically generated menu dropdowns inaccessible on mobile devices with WordPress 4.7+
- Added plugin interference failsafe for color codes in the theme settings
- Improved menu styling to fix double arrow and extra padding when menu-related plugins are used
- Added ‘tempera_pp_nosticky’ filter for sticky posts inclusion in Presentation Page posts list
Not sure what happened but I lost all my navigation with the latest update. Is there a place to view the source code of older versions so I can compare and see what’s going on?
My website is http://cgfp.pinupgirl76.com/ , a testing site before I take it public.
Is there a way to install an older version without breaking everything?
Zed, thank you so much!! It was a stats plugin. I forget about checking those ;\ I really appreciate you getting back to me so quickly! Thanks again.
Zed, I’ve been trying to figure out this issue for a month and no luck. Please help!!! I set up a child theme for my client and it was working well for about 3 months. Towards the end of December, the mobile mode menu refused to cooperate—it bounces closed without allowing a person to choose a menu item. I’ve done and checked everything possible. Do you have an idea? Thanks.
Did you test if temporarily disabling all plugins has any effect?
Would it be possible to add a ‘mobile’ custom CSS field ? it would help a lot.
Also one of my clients wanted more that 5 slides so we had to use a different theme, any chance of adding a “add another slide” feature ?
You normally make CSS ‘mobile’ by targeting a specific screen size with media queries. CSS has no specific rules for mobile devices, so there is no other way to write custom styling just for those.
Thanks!