khatrijay18
@khatrijay18 on WordPress.org
- Member Since: May 6th, 2021
-
Created a topic, Thank you for connected till issue solved., on the site WordPress.org Forums:
Thank you so much, for connected till the issue solved… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
Thank you so much. -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
@yourownprogrammer , i was tried with updated code but still not working , and http://54.225.8.87/test_wp/wp-admin/admin-ajax.php?action=get_contact_form&form_id=1&_=xxxxxxx… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
@yourownprogrammer here is code. custom.js jQuery('.basic-vote-button').on('click', function(e){ var ele = jQuery(this); setTimeout(function(){ var getMsg =… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
@yourownprogrammer Please open link and refresh once, it will show popup after submit poll answer.… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
Hello @yourownprogrammer , Did you check the link? do you need anything else from my… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
Hello @yourownprogrammer , Sorry for delay, I was create demo link for you reference. Here… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
Hi @yourownprogrammer , I tried to pass static value on show_results but its doing same… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
This is my script which trigger popup first and then call YOP_POLL and whatever it… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
@yourownprogrammer Yes of course i should, but the thing is i am loading it on… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
For more Clearance (i am not able to upload screenshot so i am trying my… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
@yourownprogrammer Need one more minor help Your code id working fine now but when i… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
Thank you so much @yourownprogrammer, Here I want to add one more point, $yop_poll =… -
Posted a reply to How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
`add_action('wp_ajax_get_contact_form', 'get_contact_form'); function get_contact_form(){ if(isset($_GET['form_id'])): echo do_shortcode('[contact-form-7 id="152" title="Contact page"]'); echo do_shortcode('[popup_anything id="461"]'); echo do_shortcode('[yop_poll… -
Created a topic, How can i call do_shortcode [yop_poll id=”1″] from theme function.php, on the site WordPress.org Forums:
Hello Sir, Currently I am try to call shortcode of YO…