DGPartners15
Forum Replies Created
-
Forum: Plugins
In reply to: [Sticky Popup] Plug-in working on all pages except homepageI had this issue too using same theme
used what this forum said : but removed the 3 at the end of the css snippet to add in
https://wordpress.org/support/topic/sticky-popup-showing-page-builder-content?replies=8
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);3For 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
I’m having the same issue, I followed the php code advised on this forum :
https://wordpress.org/support/topic/sticky-popup-showing-page-builder-content?replies=8
but it just gives me a 500 error and I have to change the file name in the ftp or the website doesn’t work – it may work for you, but hasn’t for me.