LDD Web Design
Forum Replies Created
-
Forum: Plugins
In reply to: [LDD Directory Lite] Sorting search resultsThis may be a bug. We’ll look into this and get back to you.
Forum: Plugins
In reply to: [LDD Directory Lite] LDD Shortcode ConflictLooks like a conflict with your theme. We’ll take a look and do some testing.
Forum: Plugins
In reply to: [LDD Directory Lite] Update ProblemWe think this may be caused by an older version of PHP on your server. Can you check what version your site is using?
Forum: Plugins
In reply to: [LDD Directory Lite] How to include intro before [directory_submit]I’ve confirmed we’ve addressed the issue for the submissions page. You can use the file here: https://github.com/lddweb/ldd-directory-lite/blob/master/includes/shortcodes/_submit.php, until we get the new update released.
Forum: Plugins
In reply to: [LDD Directory Lite] Google Maps do not displayIt looks like we were able to resolve the SSL issue in the latest update. However currently our plugin still does not work on multi-site.
Forum: Plugins
In reply to: [LDD Directory Lite] How to include intro before [directory_submit]I apologize. We actually have a new programmer and it took some time to get everyone up to date. This issue with the content added above or below our shortcode has been on our list of bugs to resolve. We hope to have the fix in the next update.
Forum: Plugins
In reply to: [LDD Directory Lite] Payment Method for LDD Directory Lite pluginCurrently our plugin does not support this. Alternatively you can use a Membership plugin that restricts access to those directory pages.
@shesmustard: we’ve added this feature to our latest update.
Now under: Dashboard >> Directory >> Settings >> Submit
- This reply was modified 8 years, 9 months ago by LDD Web Design.
Forum: Plugins
In reply to: [LDD Directory Lite] Export and import listings@webjoy: I appologize for the delay in getting back to you. I am not sure if you were the user who we replied to directly via email or not.
I am sorry to hear you are having trouble with our export add-on. The Export addon was created to allow users to generate various types of reports. If you intend to export your current directly listings into a different website site, the best way to do this is to use the built-in WordPress export and importer.
To do this go to your Dashboard and navigate to:
Dashboard >> Tools >> Export
Next select “Directory Listings” under the “Choose what to export” list.
After this you should be able to just import the generated xml file to your new site.
Forum: Plugins
In reply to: [LDD Directory Lite] Categories returning error 500It looks like your site is throwing internal server errors on random category requests. You may need to notify your host. I’ll try to have our programmer take a closer look next week.
Forum: Plugins
In reply to: [LDD Directory Lite] CSV Import DuplicatingCan you please check that you have the latest version of our import plugin (v1.0). If you did not receive an upgrade notification on your site please
Also please keep in mind that the plugin currently uses the Title of the directory listing to determine which listings to update.
Forum: Plugins
In reply to: [LDD Directory Lite] Contact form in listing not working1. The form can take some time to process depending on your host server.
2. Some emails will be rejected by some email service providers (like Google, AOL or MS/Yahoo) due to the FROM email address not matching your server’s mail exchange domain. We suggest using an smtp mail plugin to resolve this issue.
Forum: Plugins
In reply to: [LDD Directory Lite] Remove display of categories above individual listing?You can resolve this in one of two ways:
1. CSS:
Add this to your child-theme style sheet:
.bc-ldd.breadcrumb { display: none; }2. Template File:
Copy the file located here: /wp-content/plugins/ldd-directory-lite/templates/single.php to your child theme directory in a folder named “lddlite_templates”Next remove the following code starting on line 22:
<ol class="breadcrumb bc-ldd"> <li><a href="<?php echo ldl_get_directory_link(); ?>">Home</a></li> <li><a href="#"><?php echo get_the_term_list(get_the_id(),LDDLITE_TAX_CAT,"",", "); ?></a></li> <li class="active"><?php the_title(); ?></li> </ol>- This reply was modified 8 years, 9 months ago by LDD Web Design.
Forum: Plugins
In reply to: [LDD Directory Lite] Filtering – Tags and CategoriesIn order to keep any modifications to files of our plugin you will need to copy the file to a directory in your child theme.
All the template files found in /ldd-directory-lite/templates can be copied to a directory in your theme called lddlite_templates.
For example, if you need to edit /wp-content/plugins/ldd-directory-lite/templates/category.php, you can copy it to /wp-content/themes/your-theme-directory/lddlite_templates/category.php. While you can copy the entire directory verbatim, it is recommended that you only copy the files you need.
We’ve also upgraded the way our plugin handles tags in our latest updates, so you might want to test that out as well.
Forum: Plugins
In reply to: [LDD Directory Lite] Google Maps do not displayI’m sorry you’re having trouble with this. I’ll have to get our programmer to check into the issues with multi-site and ssl/https.
I’ll try to get back to you on this shortly.