• Resolved jmao1992

    (@jmao1992)


    We have installed a plugin, Business Directory. We are having an issue when displaying content from the plugin. On it’s main page which is a page with a shortcode that calls the plugin, and any of it’s “sub” pages like Category pages of the directory, it displays a page title above the normal plugin content.

    On the link provided, for example, this is a listing of the category for Accommodations. You can see that on the top of the content, it says “Atlantic Ark Inn” which is the name of the first listing among the hotels. If you go to any of the categories, shopping, activities, etc. the same thing happens.

    According to the developer of the plugin, they do not render any content above the search box. If I try the default Twenty Twenty theme, this behavior goes away. Is there a way to create a different page template to accommodate the page used by the plugin? If so, what file would I use as the starting place, and how would I edit it? Or, is there something else we can do?

    The plugin developer says it’s a theme issue since Twenty Twenty doesn’t have a problem…I don’t mean to point fingers, but I’m hoping you can help us! Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @jmao1992,

    That’s an odd one. Hemingway uses a pretty standard posts loop and output of the post title, so I don’t see why it should cause any conflict with the plugin. What you can do is to hide the top title on those pages using the following CSS:

    .tax-wpbdp_category .entry-title { display: none; }

    — Anders

    Thread Starter jmao1992

    (@jmao1992)

    I added this to the page that has the plugin’s shortcode. It is a directory plugin. If it displays a category of listings that has only entry, it works. But if there are multiple listings in the category, then the title of the first listing still appears at the top of the page. Any ideas?

    Thread Starter jmao1992

    (@jmao1992)

    I think it’s working now. Put the css in a different place

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Conflict with a plugin’ is closed to new replies.