Rafiz Sejim
Forum Replies Created
-
Greetings,
Thank you for reaching us.
1. The issue is related to a paid extension and as per the WordPress rules, we are not allowed to provide support for paid products, please contact us through the form here https://directorist.com/contact (The issue has been resolved and an update will roll out soon)
2. We were unable to replicate the issue locally, please share the URL to the page so we could take a closer look.
3. There is a minor issue with the reset button that will be fixed in the next update which is due in a few days. If the update doesn’t resolve the issue then do let us know.
Regards,
- This reply was modified 3 years, 5 months ago by Rafiz Sejim.
Hello @phpdocs
Thank you for your patience. The next update is due tomorrow but we need more time to test the fix for the grid display issue. Hopefully, the fix will be available in September’s big release which is due on the last week of September.
For now, you can use the following CSS to display 5 items in a row
.directorist-archive-contents .directorist-row .directorist-col-2, .atbd_all_categories .directorist-col-2 { width: 20% !important; }
Regards,
Hello @swissspaceboy
Thank you for reaching us. We are sorry for the delayed response, due to the weekend we were unable to respond to you in time.
Would you mind sharing the URL of your site? It will help us to debug the issue.
Regards,
- This reply was modified 3 years, 6 months ago by Rafiz Sejim.
Greetings,
After a thorough test, the issue was found in some environments. We are working on it and will be fixed in the next update.
We are sorry for the trouble and thank you for your report.
Regards
- This reply was modified 3 years, 6 months ago by Rafiz Sejim.
Hello @baldrich64
Thank you for reaching us and sorry for the delayed response.
I am afraid the map doesn’t automatically trigger the address. We have it in our roadmap and hopefully, we will instigate it soon.
This shouldn’t be happening. Would you mind mentioning the name of the listing you the issue in and reach out to us here https://directorist.com/contact
Regards,
Hello @guyincognit0
Thank you for reaching us.
You can use the new custom content element in Directory Listings > Directory Builder > Single Page Layout > Contents > Custom Content https://prnt.sc/1qjduos
This element lets you add custom HTML or shortcode within the single listings page.
Regards,
Hello @sbeat
Thank you for the update. It could possibly be a plugin/theme conflict or could also relate to the paid extension issues. To rectify it we will require further debugging.
Would you mind reaching us at https://directorist.com/contact ?
Thank you.
Greetings,
Thank you for reaching us.
Yes, I am glad to let you know that the multi-directory feature is now available. You can use the following shortcode to showcase listings of the directory types separately.
[directorist_all_listing directory_type="example"]
For more information check out the documentation here:
https://directorist.com/documentation/directorist/form-and-layout-builder/multiple-directories/
Regards,
Hello @democle
Thank you for reaching us.
You are right multiple taxonomies are not yet supported during import/export. We have it scheduled for v7.0.6.1 which is due after a couple of releases.
I am sorry but I would have to request you to wait a little longer for the feature. Hopefully, it will be added by next month.
Regards,
Hello @sbeat
Thank you for reaching us.
We are sorry for the trouble that we may have caused. May I know the name of the pages you are having trouble with? Also, which theme are you using?
We tested initially but failed to replicate the issue. So, please help us with some more information.
Regards,
Hello,
Thank you for reaching us.
I am sorry, claim listing is a paid extension and according to the WordPress forum guidelines we are not allowed to provide support for paid extensions via the forum.
Please reach out to us using the form here https://directorist.com/contact
Regards,
Greetings,
Thank you for reaching us.
I am sorry, by default you are unable to show all the categories on the listings card.
However, you can add the following snippet to your theme’s functions.php to display all the categories.
function directorist_categ_show() { wp_enqueue_script( 'jquery' ); ?> <script> jQuery(document).ready(function($){ $('.directorist-listing-single__meta--left .directorist-listing-category').each(function(){ $('.directorist-listing-category__popup div').removeClass('directorist-listing-category__popup__content').addClass('categ-show'); $('.directorist-listing-category__extran-count').css('display', 'none'); }) }) </script> <?php } add_action( 'wp_footer', 'directorist_categ_show');
You will also need additional CSS to tweak the style.
Regards,
Hello @nickvernitsky
Thank you for reaching us.
Q: Could you be so kind to remove the wp_kses_post function from the post_content filtering
A: You can easily override the template and remove the unwanted function or modify it. Please follow the guidelines here https://directorist.com/documentation/directorist/developers-guide/template-override/
Q: In Settings: Default View = Grid, Number of Columns = 2. But if the screen width is about 690-780px 3 columns appear on archive and search pages, not 2. These 3 columns are too narrow.
A: Thank you for bringing this to our attention. The issue will be resolved in the next update.
Regards,
Hello,
It is not possible at the moment but the feature has been added to our upcoming features list and will be available very soon.
Regards,
Hello @rasmoodi
Thank you for reaching us.
The referred functionality is the default behavior of the search listing form. You can make the search bar “required” to prevent users from submitting an empty search bar.
Regards,