Forum Replies Created

Viewing 4 Topics - 1 through 4 (of 4 total)
Author Posts
September 20, 2014 at 8:23 am in reply to: Categories loading issue with ajax 27078
Alejandro Alejandro

Thanks Shaikat. It’s working now.

@Brk: Please add it in wpuf-functions.php in plugin root folder.

September 13, 2014 at 11:12 pm in reply to: Categories loading issue with ajax 26752
Alejandro Alejandro

Its been 3 days and no reply from support.

September 11, 2014 at 3:56 pm in reply to: Categories loading issue with ajax 26659
Alejandro Alejandro

Any help?

September 10, 2014 at 6:41 pm in reply to: Output author email in Shortcode 26597
Alejandro Alejandro

Problem is solved. Here is solution if someone else need it.

<?php $contact_email = get_post_meta( $post->ID, 'contact_email', true );
echo do_shortcode('[contact email_to="'.$contact_email.'"]'); ?>
Viewing 4 Topics - 1 through 4 (of 4 total)