Quantcast
Channel: Topic Tag: contact-form | WordPress.org
Browsing all 5993 articles
Browse latest View live
↧

atreyu6 on "[Plugin: Contact Form 7] Shortcode not working in custom page...

Hi, I have a custom made WP theme and I'm trying to insert a contact form on a page with a custom page template ("template-page.php"). However, it's not displaying the form - it just displays the...

View Article


esmi on "[Plugin: Contact Form 7] Shortcode not working in custom page template"

Your page template is not using the_content(). This function uses a number of filters - one of which parses shortcodes.

View Article


atreyu6 on "[Plugin: Contact Form 7] Shortcode not working in custom page...

Alright, thanks. Could I post <?php the_content(); ?> in there somewhere then? Or would it break the page template?

View Article

alchymyth on "[Plugin: Contact Form 7] Shortcode not working in custom page...

try and apply a filter to this line: echo $curpage->post_content; example: echo apply_filters( 'the_content', $curpage->post_content ); http://codex.wordpress.org/Function_Reference/apply_filters

View Article

atreyu6 on "[Plugin: Contact Form 7] Shortcode not working in custom page...

Thanks, that did the trick!

View Article


Sam94 on "[Plugin: Contact Form 7] Shortcodes are ignored"

Hello. I have a problem with this plugin. It is simply ignored by my site/theme. I asked the designer of the theme if there was any issue with his theme and he checked that, but normally the shortcodes...

View Article

Takayuki Miyoshi on "[Plugin: Contact Form 7] Shortcodes are ignored"

Is Contact Form 7 active now?

View Article

Sam94 on "[Plugin: Contact Form 7] Shortcodes are ignored"

Yes it is. I already deactivated and reactivated it, but there was no change :/

View Article


Takayuki Miyoshi on "[Plugin: Contact Form 7] Shortcodes are ignored"

OK. But, Contact Form 7's script and stylesheet are not loaded. Are you sure it is "Contact Form 7" plugin? It seems that you have a contact page that its form is not Contact Form 7's.

View Article


Sam94 on "[Plugin: Contact Form 7] Shortcodes are ignored"

It's for sure your plugin but it's right that the form on the contact page is not from Contact Form 7. Visit http://www.dj-thisa.com/booking-3 that's the page on which I pasted the shortcode of your...

View Article

Takayuki Miyoshi on "[Plugin: Contact Form 7] Shortcodes are ignored"

Can you see Contact Form 7's admin page?

View Article

Sam94 on "[Plugin: Contact Form 7] Shortcodes are ignored"

Which page is that? The one where I can change the form according to my needs?

View Article

Takayuki Miyoshi on "[Plugin: Contact Form 7] Shortcodes are ignored"

This page I mean. http://contactform7.com/admin-screen/

View Article


Sam94 on "[Plugin: Contact Form 7] Shortcodes are ignored"

Yes! Thats the page I meant :)

View Article

kevleitch on "[Plugin: Contact Form 7] Mutiple authors with a contact form each"

Hi, I'm using CF7 to try and create a form that will be submitted to an author on their author page. I have multiple authors, each with their own profile page and was hoping to would be possible to...

View Article


Takayuki Miyoshi on "[Plugin: Contact Form 7] Shortcodes are ignored"

So you can see it now, right? OK then, try deactivating all other plugins. If some of them are interfering in Contact Form 7, deactivating them all should fix this issue.

View Article

jellesn on "Contact Form 7 - jQuery checkbox"

$(document).ready(function() { //Hide the field initially $("#hide3").hide(); //Show the text field only when the third option is chosen - this doesn't $('#nieuwsbrief').change(function() { if...

View Article


Sam94 on "[Plugin: Contact Form 7] Shortcodes are ignored"

Hey. This really solved the issue! Thanks for that. (For those who are interested. I deactivated all my plugins, and then reactivated them, now the Contact Form 7 is working just fine!) One last...

View Article

buzztone on "[Plugin: Contact Form 7] Shortcodes are ignored"

@Sam94 - it really helps people answering questions here if you can ask different questions in a new post. If your original question is resolved, you should flag your post as [resolved]

View Article

chiccliche on "Theme Virtue- Contact form not working"

Hi i am using the Virtue theme for my blog. The Contact form that comes with the theme is not working. Im not receiving any messages to my email. So, then, i tried downloading Contact form 7 and it...

View Article
Browsing all 5993 articles
Browse latest View live