Forum Replies Created

Viewing 11 Topics - 1 through 11 (of 11 total)
Author Posts
April 24, 2013 at 11:35 am in reply to: Repeat Field Problem 2829
NudeWeb NudeWeb

Thank you. I have done as you said but the function does not add to the ingredients it only adds test to the end of post.

April 24, 2013 at 11:08 am in reply to: Repeat Field Problem 2821
NudeWeb NudeWeb

Please give a little more detail how to do this. I am lost how to do it.

April 24, 2013 at 10:46 am in reply to: Repeat Field Problem 2816
NudeWeb NudeWeb

Thank you. The contacts page is OK now. I added the code below to functions.php but I don’t see the custom field in edit forms.

function wpufe_insert_recipe( $post_id ) {
    if ( isset( $_POST['recipe'] ) ) {
        $items = get_post_meta( $post_id'recipe' );
        $ingredients array();
        if $items ) {
            foreach ($items as $key => $item) {
                $values explode'| '$item );
                $ingredients[] = array(
                    'quantity' => $values[0],
                    'notes' => $values[1]
                );
            }
        }
        update_post_meta( $post_id'_recipe_ingredient_value'$ingredients );
    }
}
add_action( 'wpuf_add_post_after_insert''wpufe_insert_recipe' );

 

 

April 24, 2013 at 7:49 am in reply to: Repeat Field Problem 2805
NudeWeb NudeWeb

Yes the page has reCaptcha. How can I solve this conflict. 

April 23, 2013 at 10:32 am in reply to: Repeat Field Problem 2769
NudeWeb NudeWeb

The page works fine when your plugin is deactivated. Your plugin appears to be causing a conflict.

April 23, 2013 at 9:43 am in reply to: Repeat Field Problem 2766
NudeWeb NudeWeb

Ok I understand, thank you anyway. I have one further problem. With the plugin enabled, it breaks the contact us page. I assume its a jQuery issue, could you tell me how to fix please.

April 23, 2013 at 8:50 am in reply to: Repeat Field Problem 2762
NudeWeb NudeWeb This reply has been marked as private.
April 22, 2013 at 12:57 pm in reply to: Repeat Field Problem 2701
NudeWeb NudeWeb

Sorry to be dense where did you add that code I’m not seeing it?

 

April 22, 2013 at 12:07 pm in reply to: Repeat Field Problem 2689
NudeWeb NudeWeb

Tareq

Thanks, could you give me an example please.

Marc

April 22, 2013 at 8:23 am in reply to: Repeat Field Problem 2663
NudeWeb NudeWeb This reply has been marked as private.
April 22, 2013 at 7:36 am in reply to: Repeat Field Problem 2661
NudeWeb NudeWeb

Hi

I’m not sure shall I send you admin login?

Viewing 11 Topics - 1 through 11 (of 11 total)