tsturgell
Forum Replies Created
-
Forum: Plugins
In reply to: [Analyticator] Fatal error: Class ‘Google_ServiceResource’ not foundSame issue!
Using YooThemes Balance, Widgetkit
All updated.- This reply was modified 7 years, 8 months ago by tsturgell.
Final update. The host updated their server. When the did, they duplicated the site, but two wordfence files didn’t copy over and (this time) the old version wasn’t deleted. Server update caused the issue.
One more thing to check. I just found that there was en entire copy of my whole site on the server. When I accessed via FTP there was a copy of the site created on the same day that wordfence went down. The copy was called mysitename.com.old – only I didn’t do it. The extra wordfence files were in the “old” folder but were not copied onto the “new” site folder. I have no idea why this would happen. I’ve contacted my host about it.
Same issue. Updated wordpress and the plug-in is gone. Most of the files were still there when I look with FTP. I added a copy of the old index.php and wordfence.php files from the backup. It then would allow me to update through the wordpress dashboard. Doesn’t solve the ‘why’ though.
Forum: Themes and Templates
In reply to: [Discovery] Extra space below slider? Bug?OK, I think I figured it out. Or, at least, my solution worked.
I used firebug to compare my site and the live demo.In the style.css there’s a margin on installed site that isn’t on the demo.
#featuretext_container{
margin: 5em 0;
}I didn’t see anywhere in the customization to adjust it, so in my child theme style.css, I added this:
#featuretext_container{
margin: 0em 0;
}Seems to work. Unless someone tells me this is a bad idea, I’ll marked resolved in just a bit.
Forum: Plugins
In reply to: [TPG Redirect] TPG redirect error breaks back-end siteOK, I had to go into code to fix it.
‘tpg_gp_factory’ shows up in the file class-tpg-rd-admin.php and again in class-tpg-lic-validation.phpI changed the ‘tpg_gp_factory’
to ‘tpg_rd_factory’
in both files. Everthing seems to be working. If the plugin author can let me know if this will break anything, let me know!Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7- Not receiving emailsI started having the same issue in the last couple of days. Here’s how I found my solution:
After an online chat with my host where they had me test the form in real time, this is what I discovered. The problem was that the “From: [your-name] <[your-email]>” made the sending email come from some other domain (the form submitter’s email). So in addition to adding the additional headers “Sender: [email protected]
Reply-To: [your-name] <[your-email]>”I needed to change the from to “[email protected]” as well. Problem solved.
Forum: Plugins
In reply to: [Contact Form 7] Contact form success (green box) but no emailOK, I got a chat with my hosting co. (Dreamhost) after seeing a longer form page about mail problems that I didn’t see on the FAQ.
https://contactform7.com/setting-up-mail/#Contact_Form_7_Email_Issues
I asked the host if they supported php mail() functionality and the said that they did. They had me test the form while they were monitoring.
The problem was that the “From: [your-name] <[your-email]>” made the sending email come from some other domain (the form submitter’s email). So in addition to adding the additional headers “Sender: [email protected]
Reply-To: [your-name] <[your-email]>”I needed to change the from to “[email protected]” as well. Problem solved.
Forum: Plugins
In reply to: [Contact Form 7] Contact form success (green box) but no emailYes, I did that. I checked my Dreamhost (the host I use) quarantine and it’s not showing up in there. That’s why I changed the form’s TO field to a few different options. I was trying to see if it was just my email server causing the issue.
FYI, I installed FLAMINGO and tested the form. This may or may not be related, but in Flamingo’s “inbound message” folder, the form’s subject reverts to [your-subject] instrad of the custom subject I added: Ecoleed Industrial résumé submission
My particular form doesn’t have a field for the visitor to enter a subject.
Forum: Plugins
In reply to: [Easy Contact Forms] Scroll up to Submission Success textConflict with another plugin, resolved! Just turn off your other plugins if you have the same issue.
Forum: Fixing WordPress
In reply to: Child theme style edits – whole element or part?Thanks!
Forum: Plugins
In reply to: [One-Click Child Theme] plugin crashed site as well – FTP fixWorked perfectly for one site. Trashed another and it took quite a bit of finessing to get it back. Thanks for posting the help!
Forum: Themes and Templates
In reply to: [Interface] Insert image in lieu of Site TitleGo to the WP dashboard. Under APPEARANCE, click THEME OPTIONS and you’ll get a menu. Click DESIGN OPTIONS and then click CUSTOM HEADER.
You can upload the logo to go in place of the site title text. I wanted to keep the site subhead description, but you can’t have everything! It automatically makes the logo link back to the home page.
Forum: Themes and Templates
In reply to: [Interface] Insert image in lieu of Site TitleIt would be great to be able to add a logo in lieu of the title.
Hope they fix this soon, I’d like the peace of mind to know the heartbleed portion of the scan is working.