First of all, thanks for using our plugin.
This is likely a theme conflict. Can you provide a url to your website, and let me know what theme you are currently using.
Yes, this is a theme conflict that we have encountered in the past. To resolve this please create a directory in your theme folder named lddlite_templates
Copy the following template file to the newly created directory:
plugins\ldd-directory-lite\templates\single.php
Remove the following code <?php get_sidebar(); ?> on line# 96
Thanks I’ll give this a go and report back..
It worked a treat!
Thank you very much
Excelent. Thanks again for using our plugin. Let us know if we can be of any further assistance.
Also, please consider giving us a rating/review: https://ww.wp.xz.cn/support/plugin/ldd-directory-lite/reviews/
I’m having a similar issue and I tried following the instructions above but I must be missing something.
does lddlite_templates go directory in /Themes folder or /Themes/MyTheme folder. Also should the plugin automatically recognize the new single.php page or do I have to select it somewhere?
@stanholtsclaw, you should create the lddlite_templates directory in the following folder on your site: /wp-content/themes/yourtheme, where “yourtheme” is the direcotry for your website’s theme or child theme.
Once you’ve copied the template file from our plugin to this directory any changes you make to it should override the plugin’s template file.