sidralsideral
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] How to: Redirect after submitGreat, brilliant, superb. Seriously, that was awesome! A million thanks. I’ve been all night looking for a hack like this.
I’m using Contact Form 7 on a jQuery Nyromodal popup and I wasn’t able to redirect to an specific page after clicking send. The problem was that when I clicked send I was always being redirect to the .php page (which incluedes de CF7) that I loaded with Nyromodal.
By the moment this hack -targeting a desired page- is a good way to solve that problem. But…
Does anyone know how to make Contact Form 7 working in a jQuery pop up window without any kind of redirection?
Thanks
Thank you so much for the answer. I’ve managed to solve the problem.
Thank you so much for your answer. I’ll wait for an answer and if I manage to solve it I’ll let you know.
I’ve created a new custom Page template.
I just want to show the Title and a single custom form field in that page. (In example, let’s say is an actor list: I just want to show the name and the age with different css styles).
That’s what I got:
<?php $args=array('post_type' => 'wpbdp_listing', 'posts_per_page' => 10); $loop = new WP_Query( $args ); while ($loop->have_posts()) : $loop->the_post(); ?> <?php the_title();?> <?php echo get_post_meta($post->ID, 'my form field', true);?> <!-- This is the line that does not work --> <?php endwhile;?>Thanks
Hello Phillip,
Where did you find the “custom field” answer?
Greetings
By the way, I bet Old JQuery is loaded by my theme named “futwol” but I’m struggling to find where. I downloaded last jquery version and called it from the <head> but I guess that’s not helping…
Thank you very much for your response. I’m having a hard time finding what loads jquery 1.4.1, though. Any suggestion to solve this situation?
Sorry, here’s the link again:
Hello, I was trying to update the jquery but it didn’t work.
Here’s a link:
http://www.futwol.es/posicion/izquierda/adriano-estoy-al-mejor-nivel-de-mi-carrera/USERNAME: [ Please don’t post user id and passwords here. ]
Forum: Fixing WordPress
In reply to: image/media uploader sticky not helping, please help me!The error happens when resizing the image (the process), not when uploading it. There’s is not an space problem. To resize a big image it takes a “lot” of memory. That’s the problem. I’m trying to fix it.