Tagged: businessdirectory plugin
- This topic has 5 replies, 2 voices, and was last updated 3 years, 4 months ago by Theme Horse Support Team.
-
AuthorPosts
-
June 16, 2021 at 2:17 pm #89530pepsiParticipant
We have a issue with Interface Pro and the businessdirectory plugin (businessdirectoryplugin.com).
On our page https://vorschau10.pepsite.de/branchenverzeichnis/?wpbdp_view=all_listingsIf you click on a business title, the entry should show up. But when using interface pro this page is emty.
When switched our page to a other theme (WP 2020 and WP 2021) – then it is working.Businessdirectory support was able to reproduce the issue on there testing site using the Interface theme.
Working correctly with Theme WP2020 how it supposed to:
https://www.loom.com/share/44f96a8c6b3348e381063fdc0cdc4e6f?sharedAppSource=personal_library
Issue with Interface Pro (all plugins turend off) – if you click on a company entry is not shown:
https://www.loom.com/share/f60b8a6a54324ce38faa2b378910faf1?sharedAppSource=personal_library
Support Team of Businessdirectory says:
We can’t see any issues from our plugin causing these issues. I would recommend you contact support for your theme if you haven’t already and share this information with them. If there is something we need to change on our end let us know.Korinna
June 16, 2021 at 2:19 pm #89603Theme Horse Support TeamKeymasterHi Pepsi,
Did you customize any theme main code or add extra code in the theme to work businessdirectory plugin.
We have investigate the issue and found that the<div class="entry-content">
tag which is the container wrap of the main content is inside<header>
tag and<header>
tag is madedisplay: none
by the plugin.<div class="entry-content">
tag should be outside of<header>
tag.
What you need to do is just paste below custom CSS code inAppearance > Customize > Design Options > Custom CSS
.page .wpbdp-listing .listing-title a { pointer-events: inherit !important; } .single .wpbdp-view-content-wrapper header.entry-header { display: block !important; }
If you have any problem please let us know.
Also do not share any password here in this forum as this forum is public and visible to all.Thank you!
June 17, 2021 at 10:37 am #89633pepsiParticipantThank you, but unfortuanly it is still not working after paste the css code in.
We did not customize the theme main code.
June 25, 2021 at 6:17 pm #89908Theme Horse Support TeamKeymasterHi there,
We have edited the above CSS code can you please paste above CSS code again and check once.
Also consult with the plugin developer and find out that why the content sections are displaying in<header class="entry-header">
tag,Thank you!
June 28, 2021 at 11:48 am #89962pepsiParticipantThank you so much, it works out well now!
June 30, 2021 at 11:31 am #89986Theme Horse Support TeamKeymasterWelcome anytime @info134
-
AuthorPosts
- You must be logged in to reply to this topic.