adevandry
Forum Replies Created
-
Thanks, I was shocked that there was no email field. Eagerly anticipating an update.
I’m finding that ALL of my sites lose their settings after the latest update. System Tweaks, WordPress Tweaks both have all of the checkboxes unchecked, including the one to allow XMLRPC.
Not cool.
Forum: Plugins
In reply to: [AMP] Featured image not showing on AMPThat’s kind of the point.
Forum: Themes and Templates
In reply to: [Lavish] Issues with responsive designOkay, that fixed it.
I also added this CSS to it. Can you tell me why the default setting for the responsive navbar had overflow x and y scrolling and a 500px!important height?
My code:
@media screen and (max-width: 1030px) { ul.mobilemenu { width: 100%; margin: 0px!important; padding: 0px!important; z-index: 99999!important; height: auto; /* overflow-y: scroll; */ overflow: hidden!important; } }
Forum: Themes and Templates
In reply to: [Lavish] Issues with responsive designHi StyledThemes. I tried your solution and it still is not working.
When clicking the navigation button on mobile, nothing happens.
Forum: Plugins
In reply to: [Event Calendar] Pop up on mobile devicesTry width:96vw instead. That’s your viewport width.
Forum: Plugins
In reply to: [Event Calendar] Pop up on mobile devicesAdd this to the plugin’s custom.css file (and be careful when updating the plugin to avoid overwriting it)
#aec-modal-container { max-width: 600px!important; width: 96%!important; }
Forum: Plugins
In reply to: [Branded Login Screen] now setting optionEdit the plugin itself.
https://brandedlogin.kerrywebster.com/branded-login-screen/faq-how-to/Forum: Plugins
In reply to: [Age Verify] transparent backgroundI’m not going to teach you basic WordPress stuff. Google can do that.
Forum: Plugins
In reply to: [Age Verify] transparent backgroundAre you using a child theme (hopefully)?
Forum: Plugins
In reply to: [Age Verify] transparent backgroundPut this code into your custom css:
#av-overlay-wrap {background: rgba(255, 255, 255, 0.5);}
By chance is your site hosted on a Windows server rather than a Linux-based server? That would cause the issue. WordPress sites need to be hosted on Linux servers.
Forum: Fixing WordPress
In reply to: WordPress 4.0 update – now I can't loginMost likely you need to upgrade your PHP version on the server.
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] No visits recordedSure, I’ll send you the log in info.
Forum: Plugins
In reply to: [P3 (Plugin Performance Profiler)] No visits recordedyes I tried that.