Al-Amin
Forum Replies Created
-
Hi @rimaz10,
Thank you for your wonderful feedback!
We’re delighted to hear that you find our plugin great for listing and directory websites. Your kind words about our support team are much appreciated and encourage us to keep delivering excellent service.
Best regards,
Al-Amin Khan
Directorist Support TeamHello @todga,
To add locations and sub-locations, go to “Directory Listings > Locations”. Enter the location name, slug, parent location, and select the appropriate directory.
Once the location is added, you can display all locations of Directorist listings on any page or post using the following shortcode:
[directorist_all_locations]
For more information please refer to the documentation available here: https://directorist.com/documentation/directorist/shortcodes/locations-page/.
If you have any further questions, feel free to ask.
Best regards,
Al-Amin KhanHi Zarul,
Thank you for your kind words.
- Implementing two text areas, one without HTML escaping and one with HTML escaping, is possible but requires custom development.
- Modifying the code to be placed within templates to avoid reapplying changes after updates is also possible.
I would recommend you to contact with Directorist technical support channel for appropriate guidelines in this regard.
Best regards,
Al-Amin KhanDear Stefano,
Thank you for your kind words!
We are thrilled to hear that you are enjoying Directorist with the dCar theme. It’s great to know that our support team has been able to assist you promptly and clearly. We strive to provide top-level products and support, so your appreciation means a lot to us.
If you have any more questions or need further assistance, please don’t hesitate to reach out.
Best regards,
Al-Amin Khan
Directorist Support TeamHi Farisz,
Thank you for your kind words! We’re thrilled to hear that you had a great experience with our technical support team. If you have any more questions or need further assistance, please don’t hesitate to reach out.
Best regards,
Al-Amin Khan
Directorist Support TeamDear @cjmicro,
Thank you so much for your recommendation.
We are delighted to hear that you are pleased with the plugin’s directory setup and customization options. Your kind words about our support team motivate us to continue delivering excellent work.
Feel free to reach out to us anytime with any questions or concerns. We are always here to help.
Best regards,
Al-Amin Khan
Directorist Support TeamDear @charlymayr,
Thank you for your kind words!
We’re delighted to hear that our team was able to support you promptly and professionally to make your project successful. Your satisfaction is our top priority, and we’re always here to help you make the most out of Directorist. If you need any further assistance, please don’t hesitate to reach out.
Best regards,
Al-Amin Khan
Directorist Support TeamHello @nickvernitsky,
Thank you for your kind words about our directory plugin!
I would like to inform you that the review elements are translatable. If you wish to change the section title “Review,” you can do so from the Directory Builder. Here is a screenshot for your reference: Screenshot Link.
If you have any additional questions or need further assistance, please let us know.
Best regards,
Al-Amin Khan
Directorist Support TeamHi Jennifer,
Thank you so much for your kind words! We’re thrilled to hear that you’re enjoying the Directorist plugin and that it was recommended to you. It’s fantastic to know that it’s meeting your needs and that our team could help you with your customization. Your satisfaction is our top priority, and we look forward to supporting you in your future projects. If you have any questions or need further assistance, don’t hesitate to reach out.
Best regards,
Al-Amin Khan
Directorist Support TeamHello @todga,
Thank you for reaching out. Here’s a guide to achieving your requirements:
(1) Creating a Schools Listing Directory:
To create a school listing directory with the mentioned features, you can follow these steps:- Name of School: This will be the title of each school listing.
- Images Slide and Video: You can add images and videos to each school listing using the media upload feature.
- Apply for Admission, Make Enquiry, Check Scholarship: For admission-related features, you can utilize the “Directorist – Job Manager” plugin. It provides functionalities for job postings, which can be repurposed for admissions. Users can directly contact listed schools via email or live chat options.
- Academic Year, Curriculum, School Type, Category, Admission Fee: These details can be added as custom fields to each school listing using the custom field feature of the Directorist plugin.
(2) Adding Horizontal Clickable Tabs:
For each school page, you can include sections for Overview, Admissions, Programs, Video Gallery, Contact, and more. These sections will be part of a single, scrollable page rather than clickable tabs.Feel free to reach out if you need further assistance or clarification on any of the steps.
Best regards,
Al-Amin Khan
Directorist Support TeamHello @fariszarif,
Thank you for the update and sorry for any confusion caused.
To escape the HTML for the textarea field, go to
plugins/directorist/templates/single/custom-fields/textarea.php
and removenl2br()
andesc_textarea()
on line 18 before echoing the value. Here’s a screenshot for reference: Screenshot.Please let me know if this works for you.
Regards,
Hi @sumydesigns,
Thank you so much for your wonderful feedback! We’re thrilled to hear that Directorist met all of your client’s directory needs and that you found it easy to use. Our team is dedicated to providing top-notch support, and it’s great to know that you had a positive experience with us.
Your satisfaction is our priority, and your kind words inspire us to keep improving. If you ever have any questions or need further assistance, please don’t hesitate to reach out. We’re here to help!
Best regards,
Al-Amin Khan
Directorist Support TeamHello @fariszarif,
Thank you for reaching out.
You can create a custom function that outputs the links without escaping the HTML. Here is a basic example of how you might generate the links with a custom shortcode function. Add the following code to your theme’s
functions.php
file or a custom code snippet plugin:function directorist_listings_shortcode() { $args = array( 'post_type' => 'at_biz_dir', 'posts_per_page' => -1, ); $query = new WP_Query($args); $output = ''; if ($query->have_posts()) { $output .= '<ul>'; while ($query->have_posts()) { $query->the_post(); $post_title = get_the_title(); $post_link = get_permalink(); $output .= '<li><a href="' . esc_url($post_link) . '">' . esc_html($post_title) . '</a></li>'; } $output .= '</ul>'; } else { $output .= 'No posts found.'; } wp_reset_postdata(); return $output; } add_shortcode('directorist_listings_link_with_title', 'directorist_listings_shortcode');
Then, you can use
[directorist_listings_link_with_title]
shortcode in any post or page to display the list of links.Feel free to let us know if you have any questions or require additional assistance.
Regards,
Al-Amin Khan
Directorist Support Team.Hello @stea1978,
Thank you for contacting us.
- To update the recipient email address for the contact listings owner form, go to “Directory Listings > Settings > Listings > Single Listings” and adjust the “Email send to” option to “Listing email”. You can refer to this screenshot for guidance: Screenshot Link.
- When a user submits a listing, email notifications will be sent to the listing owner and the administrator. However, sending notifications to all listed emails is not possible.
Regards,
Al-Amin KhanHello @ezd123,
Thank you for sharing your experience with Directorist! We’re delighted to hear that our plugin has met your needs for an SEO-friendly and user-friendly directory. It’s fantastic to know that our features and our support team could assist you effectively.
Wishing AltaStreet the best and a happy journey with Directorist!
Best Regards,
Al-Amin Khan
Directorist Support Team.