• Resolved dk9

    (@dk9)


    Hello, thanks Devs for this plugin.

    I have noticed that the title of the listing, is not displaying in “single listing” view.

    I made sure to check the checkbox saying: “Show this value in listing view?”.

    Also, I have another field, that for some reason, shows on the top of the page, unformatted. In the HTML it shows like:

    <div class="page-header-excerpt">
    			<p>sample field text</p>
    </div>

    It shows on both category page and listing view. On the top of the page, below the main menu.

    For testing I set it as meta (not excerpt) and I’ve removed all the checkboxes so basically it shouldn’t show at all. But it still does!

    Any ideas?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Garret L

    (@garret1996)

    Hi @dk9

    Thanks for reaching out to us.


    This may be an interaction between your theme and Business Directory Plugin. Let’s try this and see if it helps. Go to Directory > Settings > General > Advanced then turn on this option: Disable Advanced CPT Integration?:

    Save your changes and see if that works. You may need to clear your cache if you don’t see a change right away. Try that and let me know if you run into more issues.

    Best,

    Thread Starter dk9

    (@dk9)

    Hi! Thanks for the prompt reply.

    This solved and removed that weird div. However the title, which shows on category view, still doesn’t show in listing view.

    We use Flatsome theme, I think it is #1 sold WC theme

    • This reply was modified 7 months, 1 week ago by dk9.
    Plugin Support Garret L

    (@garret1996)

    Hi @dk9

    Thanks for trying that. Can you please try adding the following code as the first line in your theme’s functions.php file?

    add_filter('wpbdp_heading_type', '__return_true');

    There is a plugin called WPCode that will do this automatically for you. Just download/install/activate that plugin and add the new snippet. Be sure to name the snippet and activate it!

    This is a PHP snippet for reference, so you’ll need to select that snippet type.

    Please try that and let me know if that helps!

    Thread Starter dk9

    (@dk9)

    Hi guys, this worked! Thanks.

    Any idea why this doesn’t work out of the box?

    Greetings

    Daniel

    Plugin Support Garret L

    (@garret1996)

    Hi @dk9

    You’re very welcome!

    From what the developer explained, this is an issue with some themes not being fully compatible with our custom post type.

    I’m glad to know that this helped!

    Regards,

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Title is not showing in “Single listing” page’ is closed to new replies.