Hi
this was the post :
Ascker
Member
Posted 3 months ago #
Hello all,
AzRalL really thank…..as you mentioned before go to class-sticky-popup.php line 575 comment or remove these two lines
$this->popup_content = apply_filters(‘the_content’, $this->popup_content );
$this->popup_content = str_replace( ‘]]>’, ‘]]>’, $this->popup_content );
then add this line this in there place:
$this->popup_content = do_shortcode($this->popup_content);3
For me I am using contact form and this worked perfectly.
———————————————————–
I changed the row it said to add to : $this->popup_content = do_shortcode($this->popup_content);
and it worked – not sure why the 3 was there
hope you’ve got it sorted