msummers
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Before Send action hookSo, you are saying that instead of this –
$WPCF7_ContactForm->mail[‘recipient’] = “ccc@example.com”;
I should now use this –
$mail=$contact_form->prop(‘mail’);
$mail[‘recipient’]=”ccc@example.com”;
$contact_form->set_properties(array(‘mail’ = $mail));?
Looks reasonable to me…
Forum: Plugins
In reply to: [Connections Business Directory] Add field to Slim display?Thanks – OK, I will take further discussion of LINK and FORM over to your support forum.
Forum: Installing WordPress
In reply to: Upgrade WP3.6 to 3.9.1Bingo. It was a plugin that was blocking the upgrade.
Thank you so much for sticking with me on this!
You can mark this resolved.
Forum: Installing WordPress
In reply to: Upgrade WP3.6 to 3.9.1What I don’t understand is why I can see the wordpress.org home page in an iframe on a page in the site in question, but I cannot resolve wordpress.org when trying to upgrade to WP3.91!
Forum: Installing WordPress
In reply to: Upgrade WP3.6 to 3.9.1Hmm – I am getting the same error when I try to upgrade a plugin, too!
Downloading update from http://downloads.wordpress.org/plugin/add-link-to-facebook.1.209.zip…
Download failed. Couldn’t resolve host ‘downloads.wordpress.org’
Return to Plugins page
Thank you for creating with WordPress.
Get Version 3.9.1
Forum: Installing WordPress
In reply to: Upgrade WP3.6 to 3.9.1It’s an existing site that has been working properly for several years – wouldn’t that argue for correct DNS settings?
In my conversation with the web host (I use them on many domains, some are on this same server), I confirmed that there is no local caching.
Might I just install the upgrade manually?
Forum: Installing WordPress
In reply to: Upgrade WP3.6 to 3.9.1Thanks, Tara! Somehow, this doesn’t sound right to me. For example, I can source an iframe from the domain in question to wordpress.org and it comes up without error.
A brief conversation with the host also reveals that if the wordpress.org domain has been blocked, then he doesn’t know about it.
Can you think of any other reason why this might be happening?
Forum: Everything else WordPress
In reply to: Hacking WordPress?Oh, gosh. How silly of me! So would it make sense to create a different author name than used to login?
Thanks for the enlightenment.
Forum: Plugins
In reply to: [Contact Form 7] Contact form has disappearedOK – switching themes (even without deactivating any plugins) allows me to see the CF7 form on the contact page! I guess I’ll go to the theme author next.
Forum: Plugins
In reply to: [Contact Form 7] Contact form has disappearedSheesh – dev dot bradconnor dot com! 🙁
Forum: Plugins
In reply to: [Contact Form 7] Contact form has disappearedOh, I’m so sorry (and embarrassed too) – the correct URL is dev dot bradconnon dot com!
When I initially tested CF7, I already had some plugins loaded. CF7 worked at that point, so I assumed that that configuration would be my baseline plugin state. After that point, I loaded and activated HMS Testimonials, and The Events Calendar. Then I noticed that CF7 was no longer writing the form to the page. So, I deactivated those two plugins and tested again, but still no form. I didn’t try the suggestion you made about changing themes. I will post this and then try that – I will post back with the results.
Forum: Plugins
In reply to: [SiteTree] SiteTree use on the page?OK – got it. You select the page it is to be shown on in the plugin’s SETTINGS.
Forum: Plugins
In reply to: [IP Blacklist Cloud] Colleague blacklisted despite whitelistingYep – that works. Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Passing information from Contact Form after sending emailGreat! Thank you! Works fine.
Forum: Plugins
In reply to: [Contact Form 7] Passing information from Contact Form after sending emailPerhaps I should clarify – what I am asking is how to get the redirection from the Contact form to my existing process page after the form’s data has been successfully emailed.