LMMartens
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress database error#1064Yes, that is one of the first things I did, but I’m realizing now why that didn’t work the first time. I’ve got it back up in the subdirectory and will have things back to normal for the public by the morning. I’m glad you are a fan of the show. We’re going to be making a lot of great changes in the upcoming weeks, so keep a look out ??
I’m still quite puzzled by this database error though as I want to be able to work out the site’s kinks on my localhost but can’t without the databases export/import happening properly. I’m going to contact our hosting support and see if there’s an issue there.
Forum: Themes and Templates
In reply to: [Arcade Basic] Logo instead of headlineI made my logo the header image in Appearance -> Customize. Since the theme is responsive, if you want the logo to be a specific size on the screen, you would need to save it in an image that is 1800×1200 pixels.
You could also try putting an image link in one of the ids or classes listed above instead of display:none. But I haven’t tested that, so it would be a bit of trial and error to see how/if it would work.
#example { background-image: url("https://www.yoursite.com/wp-content/uploads/2014/12/filename.gif"); }
Forum: Themes and Templates
In reply to: [Arcade Basic] Removing posts and default widget from homepageForum: Themes and Templates
In reply to: [Arcade Basic] Logo instead of headlineUse a CSS editor (Jetpack plugin has it built in) and add this. It gets rid of the headline and the “see more” button
#site-meta { display: none; } #site-title a { display: none; } #site-description { display: none; } .only-on-home #more-site { display: none; } .only-on-home #site-meta i, .only-on-home #site-description, .only-on-home #more-site { animation: 0 none; }
Forum: Plugins
In reply to: [FAQ Manager] Question Headers way too big. How to format?If you go to the FAQs Settings, you can select which header size to use.
OR if you want to get super specific and you have a way to edit CSS (I use JetPack) insert this:
.faq-list h2 { font-size: 30px; }
Just make sure that the h# matches your settings and change the number to the font size you want.
Forum: Plugins
In reply to: [Contact Form 7] Email messages not deliveredSame thing happening for me too.
I don’t quite know why WordPress works this way, but I just copied the plugin over so it’s in both directories and now it works. Guess I need to do that directory move I’ve been avoiding…
My directory started out elsewhere and I haven’t had the time to focus on migrating it yet.
https://www.saysyou.net/zencart/NewSiteBeginning/wp-content/plugins/contact-form-7-honeypot/readme.txtYes, I installed the plugin through my site’s admin section and activated it immediately after installing it. Double checked it just now.
Hello! I am having a similar problem with the honeypot shortcode being visible in the contact form. I have attempted to use span, div, etc as suggested here, but I’m having no luck. What should I do?
Thank you for the response! I am looking for something that will not take away the website link in addition. Also when clicking on a red pinpoint, it still shows up. If there is no fix, I understand, but it would be great to know if there is one. Thanks again!