LDD Consulting, Inc.
Forum Replies Created
-
Forum: Plugins
In reply to: [LDD Directory Lite] Registration not working for new users or current usersDo you have any other mebrship plugins activated on this site?
Forum: Plugins
In reply to: [LDD Directory Lite] Page AlignmentTry something like this in your custom CSS:
.list-group-item { width: 47% !important; }
Forum: Plugins
In reply to: [LDD Directory Lite] How to disable plug in Header/Menu barThe directory navigation and search function allow your website visitors to easily brows the listings independent of your main website’s navigation.
If you wish to remove this navigation, the quickest way to do so would be to target the navigation bar with a bit of CSS:
.ldd-directory-navbar { display: none !important; }
But, again we do not recommend doing so for the sake of your visitors user experience.
Forum: Plugins
In reply to: [LDD Directory Lite] Compact view website link doesn’t open in new windowThis is a bug that should be fixed in the next update.
This looks like a conflict with your current theme. You can try a different theme or if you feel comfortable editing some code try removing the following from “single.php” in “plugins\ldd-directory-lite\templates\”
On line #96 remove:
<?php get_sidebar(); ?>
Forum: Plugins
In reply to: [LDD Directory Lite] Change LanguageThe plugin has two translation files available by default “en , it”.
You can add more languages by simply copying the default file “ldd-directory-lite-en_US.mo” and translate it as per their requirements inside “ldd-directory-lite/languages/”.File Format: ldd-directory-lite-{language ISO}.mo
File Format: ldd-directory-lite-{language ISO}.poWordPress Language Editor: https://poedit.net/wordpress
Forum: Plugins
In reply to: [LDD Directory Lite] Search Bar Adjustment & Category button option removalFix for button overlapping:
This button’s overlapping issue is due to the theme css. We can fix this by adding custom css:#directory-search { height: auto !important; width: 95% !important; }
Removing Category Link:
Search and remove this li code inside \ldd-directory-lite\templates\header.php:<li class="dropdown ldd-categories-dropdown"> ... </li>
Centering the header menu:
@media (min-width:800px) { ul.nav.navbar-nav { float: none !important; margin: 0 auto; width: 70%; } }
Forum: Plugins
In reply to: [LDD Directory Lite] On all Directory list page twoTry updating your permalinks settigns >> permalinks
Forum: Plugins
In reply to: [LDD Directory Lite] On all Directory list page twoCan you provide the URL for the site you’re using our plugin on? Pagination should be working. There may be a plugin or theme conflict.
Unfortunately our plugin currently only provides one default listing view (by category). We are developing alternate views for future releases that will allow you to choose what criteria to display your listings.
Forum: Plugins
In reply to: [LDD Directory Lite] Page location issueThanks for pointing this out. We’ll need to add this to our list of fixes for the next update. If we get it resolved soon we’ll let you know.
Forum: Plugins
In reply to: [LDD Directory Lite] Featured post in multiple categories problemThis issue should now be resolved in the latest update to the plugin.
Forum: Plugins
In reply to: [LDD Directory Lite] Logo pic does'nt uploadWe’ve just made some bug fixes and updated the functionality of the plugin. Try upgrading to the latest version to see if this resolves your issue.
Forum: Plugins
In reply to: [LDD Directory Lite] Cant activate pluginWe’ve just made some bug fixes and updates to the plugin. Try upgrading to the latest version to see if your issue is resolved.
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Custom links in menu builderAny chance of this being implemented in future updates?