Text Missing on Listing Preview

This topic contains 11 replies, has 4 voices, and was last updated by  Guust 8 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #54760

    alex5252
    Buyer
    Post count: 49

    When I go to the listing preview page non of the text is showing.

    Here is a video showing exactly what is wrong: https://youtu.be/iXvTzgQbanI

    #54761

    alex5252
    Buyer
    Post count: 49
    This reply has been marked as private.
    #54797

    Guust
    Moderator
    Post count: 29970

    Your login does not work. Please check before posting again.

    #54801

    alex5252
    Buyer
    Post count: 49
    This reply has been marked as private.
    #54821

    Guust
    Moderator
    Post count: 29970

    Can you update your custom post addon first. It might be related.

    #54832

    alex5252
    Buyer
    Post count: 49

    I updated the custom post addon.It is still not working.

    #54893

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Alex,

    This was a problem with the “groups” plugin removing the content via a hook.
    I have added a snippet of code so it won’t do with on the preview page:
    (i am putting it below as reference only, i have already added it to your site)

    
    
    //code to stop group plugin removing content from preview page
    add_action( 'wp', 'gd_fix_groups_plugin_preview' );
    function gd_fix_groups_plugin_preview(){
    	if(geodir_is_page('preview')){
    		remove_all_actions( 'the_content', 1 );
    	}
    }

    Thanks,

    Stiofan

    #54894

    alex5252
    Buyer
    Post count: 49

    Perfect! Thanks so much. You guys have the best support!

    #54896

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    You are welcome, feel free to leave us a review to help us grow 🙂
    https://wordpress.org/support/view/plugin-reviews/geodirectory

    Thanks,

    Stiofan

    #56182

    effesite
    Buyer
    Post count: 16

    Hi Stiofan,
    I’m experiencing the exact same issue.
    Do you mind patching in that code or letting me know where it would go?
    Thanks a lot, I’ll put login details below.
    Peter

    #56183

    effesite
    Buyer
    Post count: 16
    This reply has been marked as private.
    #56191

    Guust
    Moderator
    Post count: 29970

    effesite, that is not your problem. I just added a listing on your site, and the text shows just fine on the preview page.
    You are not using that plugin either.

    Can you describe what your problem is in detail?

Viewing 12 posts - 1 through 12 (of 12 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket