listing description not visible after saving

This topic contains 18 replies, has 3 voices, and was last updated by  Alex Rollin 6 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #420371

    canalfriends
    Expired Member
    Post count: 124
    This reply has been marked as private.
    #420413

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the info, the problem seems to be a conflict between GD and the AviaBuilder, i added the snippet below to fix it.

    
    
    add_action( 'add_meta_boxes', '_my_remove_actions',0 );
    function _my_remove_actions(){
      global $post;
      if(isset($post->post_type) && in_array($post->post_type, geodir_get_posttypes())){
    remove_action('dbx_post_sidebar', array( Avia_Builder(), 'handler_wp_dbx_post_sidebar'), 10);
      }
    }

    Stiofan

    #420438

    canalfriends
    Expired Member
    Post count: 124

    Hello Stiofan
    This had been driving us nuts as we knew there had to be some conflict. Your snippet seems to have resolved the issues. I will thoroughly test and let you know if the listings continue to be affected.
    Thanks again

    #425414

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    you can add snippets with the Code Snippets plugin:
    https://wpgeodirectory.com/docs/useful-plugins/#snippets

    Also see this link for more background about customizing your style:
    https://wpgeodirectory.com/docs/customizing-your-style/

Viewing 4 posts - 16 through 19 (of 19 total)

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

Open Support Ticket