Viewing 12 replies - 1 through 12 (of 12 total)
  • I am also having the issue. Did you have any luck solving it?

    Thanks

    Thread Starter Mikael

    (@obh-gruppen)

    No, I did not solve it. I had to remove Sticky Popup.

    same here!:)

    Any Information on resolving the home page displaying instead of the contact form would be greatly appreciated. its a great plugin i just need it to work.

    Any Information on resolving the home page displaying instead of the contact form would be greatly appreciated. its a great plugin i just need it to work.

    still looking for a solution, i be happy to pay to find a fix for this.

    I had the same problem. I cleared my cache and that solved the problem!

    Thanks for the info , how did u clear u cache ? i dont use wp super cashe etc

    I’ve been having the same problem and I came up with this solution:

    Find the file “class-sticky-popup.php” withing the “\wp-content\plugins\sticky-popup\” directory and replace the following portion of code:

    if( $this->popup_content != '') {
    	$this->popup_content = apply_filters('the_content', $this->popup_content );
    	$this->popup_content = str_replace( ']]>', ']]>', $this->popup_content );
    	$popup_html .= $this->popup_content;
    }

    For this:

    if( $this->popup_content != '') {
    	$popup_html .= do_shortcode($this->popup_content);
    }

    And that should be it (at least it works for me).

    To be honest I’ve been using WordPress for just a week now so I’m not a expert or anything but, I managed to find out that the problem was related with the function “apply_filters()”.

    Any ideas of why this could be happening will be appreciated.

    See ya!

    thank you so much Neezurft, you solution worked ??

    Woohh !!! Its works !!!

    i used the built in form, got a tone of spam,i suggest using formidable. it works great with reCAPTCH, all tho u need to use short code to insert it

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Shows home page instead of content’ is closed to new replies.