LDD Web Design
Forum Replies Created
-
Forum: Plugins
In reply to: [LDD Directory Lite] Hide tags/categoriesHi. Did you remove the shortcode from the directory page? I didn’t see any categories or tags.
Forum: Plugins
In reply to: [LDD Directory Lite] Remove "sumit listing" and "manage listing"This sounds like it may be a plugin or theme conflict. Can you provide a URL to the site so we can check it out?
Forum: Plugins
In reply to: [LDD Directory Lite] Category Per Page viewGlad this worked for you. And yes, categories shortcode listings is one of the features we are looking at to add to the plugin in the future. Thanks for using our plugin!
Forum: Plugins
In reply to: [LDD Directory Lite] Category Per Page viewHi! Currently the plugin does not support shortcodes for displaying single categories. However, you can try using the url for the individual category archives as links on page or in your site’s navigation.
For instance: wwww.yourdomain.com/directory/category-slug/
Awesome. Glad it worked out for you. Thanks for using our plugin.
Forum: Plugins
In reply to: [LDD Directory Lite] Default View CategoriesUnfortunately 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.
Hey Paul. Thanks for using our plugin. Let us know if you need anything else.
Hey amr habib, It’s been a while since we’ve heard from you. Hope the suggested fix worked for you. I’m going to go ahead and mark this thread as resolved. Let us know if we can be of any further assistance.
You would need to edit the file located on your server here:
public_html/wordpress/wp-content/plugins/ldd-directory-lite/templates/single.php
On line #96 delete the following:
<?php get_sidebar(); ?>
Ok… We think there may be an issue with the PHP version on your host provider. We will be including a fix in our next update.
In the mean time you can try updating the code here: /plugins/ldd-directory-lite/includes/admin/register-settings.php
On line 421 replace:
if ( empty( $input[$key] ) ) {
with:
if ( isset($ldl_settings[$key]) and empty( $input[$key] ) ) {
THANKS!
Thanks for using our plugin. We are not able to recreate the issue. Couple of questions:
- Is this a live site or local production site?
- Can you provide a link to the site so we can check it out?
- What version of WordPress are you installed on?
Forum: Plugins
In reply to: [LDD Directory Lite] Google map doesn't work and mark on "add listing"Looks like the pagination is working now on your site. I’m going to go ahead and mark this issue as resolved. Let us know if you have any other problems. And Thanks for using our plugin!
This might be a theme conflict -or I’m not understanding what you are asking exactly. Can you provide a link to the directory on your site so we can take a look?
Forum: Plugins
In reply to: [LDD Directory Lite] Mobile Menu DisappearsAwesome! Glad to help.
Forum: Plugins
In reply to: [LDD Directory Lite] Mobile Menu DisappearsYes, add the above rules to your theme’s css. This should resolve your issue. Let us know if this is not the case.
-Thanks