aazztech
Forum Replies Created
-
Hello,
Did you setup your single listing page properly? Please follow the documentation for detailed explanation: https://directorist.com/docs/shortcodes/shortcodes/single-listing/Hi,
Showing email and website along with the phone number is not possible yet, but good news is that we have started working on this.That’s something we can consider for future development. Thanks for your suggestion.
Hi,
You can hide posted time from Directory Settings page.Steps:
1. Go to “Directory listings > Directory Settings > Listing Settings > General Listings”.
2. Scroll to bottom, find “Hide Publish Date” option and set it to Yes.
3. Save Changes.Showing email and website along with the phone number is not possible yet, but we have started working this.
Hi,
Thank you for using our plugin and we are very happy and inspired knowing that you liked our plugin. Thanks for sharing your problems and suggestions.1: You can set duration for premium listing from Pricing Plan settings. Please do the following steps:
1. Go to pricing plan page.
2. Click on Edit link of the premium plan.
3. Set the duration in “Duration (in days)” text field.
4. Click on Update.After the time expiration the listing will be set to privet. Then you can update the list status as you want.
2: In order to troubleshoot this, please provide us some screenshot of your site health page (Tools > Site Health).
3: Please provide us the phrases that you are not able to translate.
4: We didn’t keep publish date in single listing page. “Hide Publish Date” only affects on archive page (such as All Listing, All Location, All Category etc).
5: As of now this feature is not available in the current version of Directorist. However, we have noted it down in our feature list and you will be able to see it in the upcoming versions.
6: You can limit categories by excluding them from pricing plan settings.
Steps:
1. Go to pricing plan page.
2. Click on Edit link of the plan.
3. Scroll down to Exclude Categories option.
4. Check mark on the categories that you want to exclude
5. Click on Update.Limiting tags in pricing plan settings:
Steps:
1. Go to pricing plan page.
2. Click on Edit link of the plan.
3. Allow Tag and set Limit
4. Click on Update.7: Its not possible to control the menu items as they are added by the administrator. We checked your website and found out the id of the login menu item and then wrote the code below which would hide it for logged in user. Please put the following code in Appearence >> Customize >> Additional CSS box and save it.
.logged-in #menu-item-768 { display: none; }Hello Robert,
Thanks for your feature request. We have noted it down in our feature list and you will be able to see them in the upcoming updates.Hi Peter,
Thanks for the feature request, we’ve added it to the list for consideration on future development sprints.Hi,
Thank you for using the plugin. The style for the headings is coming from your theme, plugin is not responsible for the design. You can customize the display of you theme by adding custom CSS.Hi Peter,
You may find this article useful https://kinsta.com/knowledgebase/wordpress-not-sending-emails/.Hello,
The issue we have found is that a script doesn’t load on the listing adding form of your website. It could be because of conflicting with the theme or a plugin.Please put the following code in the child theme’s functions.php file which should fix the issue.
function load_media_files() { wp_enqueue_media(); } add_action( 'wp_enqueue_scripts', 'load_media_files' );Thanks for the feature request. We have noted it down in our feature list and you will be able to see them in the upcoming updates.
Hello,
There is an option called “Display Quick View Icon” under “General Settings” using which you can disable it.Please remove your browser/website caches. We can see it now on our end.
Screenshot: https://prnt.sc/p6l5u0Hi,
As of now this feature is not available. But, we have been working on it and you will be able to see it soon.Its working fine on our end. Please temporary deactivate other plugins and then test to find out if there is a conflict with another plugin.