vfranz
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] ContactForm 7 not working – issue with senderI am also now having issues with my contact 7 form. I get this error message when a user tries to submit a form “There was an error trying to send your message. Please try again later.”. I have checked my WP SMTP settings and DNS and everything looks fine.
Forum: Fixing WordPress
In reply to: Missing Context Boxes on homepage and poor quality images in sliderHow do I go about seeing if this is the issue?
Forum: Fixing WordPress
In reply to: Missing Context Boxes on homepage and poor quality images in sliderNo, but what’s weird is that when I go to Appearance->Customize I can see the content boxes in the preview there :/
Forum: Fixing WordPress
In reply to: Missing Context Boxes on homepage and poor quality images in sliderNo I haven’t made any changed to the theme.
Forum: Fixing WordPress
In reply to: Missing Context Boxes on homepage and poor quality images in sliderThe boxes went missing when i updated the theme about 9 months ago ??
Forum: Fixing WordPress
In reply to: Struggling with a couple css customizations on my blogOr if someone could tell me how to make this menu mobile friendly? Either at this point would work.
Forum: Fixing WordPress
In reply to: Struggling with a couple css customizations on my blogThanks for the answers! However I have added the css:
.site-menu {
position: relative;
border-top: 2px dotted #ababab;
border-bottom: 2px dotted #ababab;
width: 1110px;
padding: 13px;
text-align: center;
display: none;
}
.site-main:before {
display: none;
}@media only screen and (min-width: 769px) {
.site-main:before {
display: block;
content: “”;
border: 2px dotted #ababab;
position: absolute;
left: 100px;
right: 100px;
z-index: 9999;
}
}And my menu is gone from both the desktop and mobile device. The menu I’m trying to copy is from the companies main site (www.littlecitizens.com) and we need it on desktops only. I’m happy with the mobile main menu I have on mobile device view. Am I missing something? Have I forgotten anything?