Plugin Author
Damian
(@timersys)
what rules are you using?
I added like this
remove_shortcode(‘contact_form_shortcode’);
add_action(‘init’, ‘add_contact_form_shortcode_shortcode’, 99);
function add_contact_form_shortcode_shortcode() {
add_shortcode(“contact_form”, “contact_form_shortcode”);
}
With this code it look like text http://prntscr.com/iniez2
Plugin Author
Damian
(@timersys)
Hey @ mohamedtah,
I’m not sure why you doing that . Why not using directly [contact_form_shortcode] ?
Anyway I was asking for the display rules you are using for the popup. The popup should display anyway when you turn off ajax mode unless you have some complex rules and caching
Hi Damian
I use that shortcode because I have Attributes
And I try this [contact_form_shortcode] it is same https://cl.ly/q35s
When I turn off the ajax mode the popup not show
https://extraproperty.com/?post_type=spucpt&p=4099&preview=true
there is cache but I clear that is it enough I don’t know
this is setting page https://cl.ly/q4pq now
Thanks for helping
is there any suggestions to clear complex rules and caching
Plugin Author
Damian
(@timersys)
I’m still waiting to see your popup display rules. I need to know what you using there.