clickbasics
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Saving Results to DatabaseAny news on this? I’m very interested.
Forum: Fixing WordPress
In reply to: Comments field too wideEasy enough. Thanks
Forum: Fixing WordPress
In reply to: Dashboard does not show manage page item.Aha! Thank you very much.
Forum: Fixing WordPress
In reply to: Dashboard does not show manage page item.I’m using the latest Word Press and K2 versions.
Forum: Fixing WordPress
In reply to: Dashboard does not show manage page item.I am using the K2 theme. I tried loading the default theme, and it made no difference.
Perhaps there’s something I don’t understand even in the default theme about how to make a page invisible to navigation as a child page.
Forum: Fixing WordPress
In reply to: Dashboard does not show manage page item.Actually, I see the “Pages” dashboard sub-menu, but I can find no way of setting a page so that it does not display anywhere on the site. I just want a “Thank you” page for my “Contact us” form, so I can give Google Analytics goal a url to register a goal completion.
Forum: Fixing WordPress
In reply to: Dashboard does not show manage page item.Yes
pageTracker._trackPageview(“/homepage/link1”);
and
You can use on_sent_ok action hook for that.
I have contact-form-7.2.0.zip
I do not understand how to modify the following code as above.
$on_sent_ok = $wpcf7_contact_form->additional_setting( 'on_sent_ok', false ); if ( ! empty( $on_sent_ok ) ) { $on_sent_ok = array_map( 'wpcf7_strip_quote', $on_sent_ok ); } else { $on_sent_ok = null; } $items['onSentOk'] = $on_sent_ok;If this is generic to any form on my site, how can a specific page file name be used effectively here?