andrewkropff
Forum Replies Created
-
So I had to do a full wipe of WP cache from my site, instructions were here: https://ww.wp.xz.cn/plugins/wp-super-cache/other_notes/
Even this alone didn’t fix it, so I reinstalled the plugin and it seemed to fix whatever issue it was having. Although I wish I didn’t need to have WP Super Cache installed, but if it fixes the forms, then thats that.
The confirmation message now works.
I have tried disabling all other plugins and going to stock wordpress theme and the problem persists.
Forum: Plugins
In reply to: [Contact Form 7] the TO field has syntax errorThe To field needs an email address, not a name.
Thanks for the response,
I don’t currently have Super Cache installed on my site.
Any tips on this?
Forum: Themes and Templates
In reply to: Hide Sub-Menu Items on MobileI put this in after I psoted my last message.
#navigation ul ul a, #navigation ul ul a:link, #navigation ul ul a:visited { margin-left: 20px; }I think this is a good compromise, as it still lists a few children items but makes it clear they are children.
Thanks for your help Erik!
Forum: Themes and Templates
In reply to: Hide Sub-Menu Items on MobileThat worked great! It is now hiding the third-level sub menu items.
What if I wanted even the second level items hidden? With this theme it isn’t very well communicated what is a parent item and what is a child.
Should I hide the children items or should I work on the design of #navigation ul ul li a to make the children more prominent?
Thanks for the help!