Rafiz Sejim
Forum Replies Created
-
Hello @alexzaragoza21
The height of the content area is relative to the content. It will adjust the height based on the texts, so the height for the cards with content and without will not be the same.
However, you can usee CSS to give the cards a fixed height so it shares the same height.
.atbd_listing_card .atbd_content_upper { height: 257px; }
Please adjust the height according to your need.
Regards,
Hello @alexzaragoza21
Thank you for reaching us.
I am sorry you are unable to reorder the listing form fields at the moment. However, Directorist 6.6.0 will include the “directory builder” feature which allows you to reorder the form however you want. We have released the beta version of Directorist 6.6 and expecting to release the stable version by the first week of February.
Regards,
Hello @gbmav
Thank you for reaching us.
I am sorry but dlist is a paid theme and we are not allowed to provide support for anything related to paid functionalities. Please reach us through our website here https://directorist.com/support
Regards,
Hello @freedx
You can use the following shortcode
[directorist_all_listing featured_only="yes"]
All other parameters can be found here https://directorist.com/documentation/directorist/shortcodes/all-listing-page/
Let us know if we can assist you with something else.
Regards,
- This reply was modified 4 years, 1 month ago by Rafiz Sejim.
Hello @travelplugcolombia
Thank you for reaching us.
Make sure to hit both “save” and “sync” after translating the strings, otherwise, the changes will not reflect on the frontend.
Secondly, make sure the WordPress locale code is set appropriately.
I would recommend you to go through the guidelines here https://directorist.com/documentation/directorist/advanced-settings/translating-directorist/
Regards,
Hello @cpavaan
Thank you for reaching us.
The following placeholders are located in Settings > Search Settings > Search Form Settings > https://prnt.sc/x0ozmz. You do not need to translate with the loco translate plugin as you can directly put the text in your language.
Regards,
Hello @lewebhamster
Thank you for reaching us.
Showing the toolbar for subscribers is not a standard behavior of a directory site since there is not much of a use of the toolbar. Moreover, it is not recommended if you use WooCommerce. WooCommerce prevents displaying the toolbar for subscriber role.
Nonetheless, if it is required for you then you can use the following filter in functions.php
add_filter('show_admin_bar', '__return_true', 1000);
If you use WooCommerce then add this too –
add_filter('woocommerce_disable_admin_bar', '_wc_disable_admin_bar', 10, 1); function _wc_disable_admin_bar($prevent_admin_access) { return false; }
I hope that helps.
Regards,
Hello @alexzaragoza21
Thank you for reaching us.
If you enable the option “Only for the admin use”(https://prnt.sc/wz24n6) it will disable the “Long description” on the add listing form and only the admin will be able to use it from the back end.
I hope that helps.
Regards,
Marked as resolved due to no response from the author.
Hello @todga
Thank you for reaching us.
I am sorry, the following feature is not available at the moment. I will log this as a feature request and will scope it in with other initiatives if we get more requests.
Regards,
Hello @soniczoomedia
Thank you for reaching us.
To add HTML tags you need to click on the “text” in the editor. Please check the screenshot for a better understanding https://prnt.sc/wyyg39. (Frontend result: https://prnt.sc/wyyhc7)
Let me know if there is anything else I can assist you with.
Regards,
Hello @davidm83 ,
1)
a. Make sure you have the monetization features enabled along with the featured listing feature in Settings > Monetization.
b. Secondly, check if you have the checkout page with [directorist_checkout] shortcode assigned in Settings > Pages, Links, and Views > https://prnt.sc/wme8fz
2) I am sorry but I never mentioned that we are working on it. Here is the reference to my previous reply https://www.ads-software.com/support/topic/the-user-cannot-renew-listings-is-it-possible-to-renew-listings/ The feature will not be available in the free version anytime soon. If you want to discuss the paid feature then please reach us out through our site here https://directorist.com/contact
Regards,
Hello,
We are sorry for the trouble that Directorist may have caused.
Please add the following CSS in Appearance > Customize > Additional CSS and let us know if that doesn’t work.
.atbd_director_social_wrap .fa { font: normal normal 900 14px/1 "Font Awesome 5 Brands" !important; } .atbd_director_social_wrap .fa-youtube-play { font: normal normal normal 14px/1 FontAwesome !important; }
Also sharing your site link would also help us to provide you a precise solution.
Regards,
Hello @svjetlanap ,
We are sorry for the trouble.
500 internal server error often transpires due to the PHP Memory Limit. Increasing the limit usually resolves the issue. Please increase the PHP Memory Limit, you can also reach out to your hosting provider and request them to increase.
It can also be a plugin conflict. You can use “Health Check Plugin”, the Health Check plugin can aid you in the conflict test without impacting any site visitors. Download and install the plugin. Activate it and navigate to Tools > Site Health and do the following
If you see errors on the ‘Status’ or ‘Info’ tabs, please resolve the issues before continuing. Click on the ‘Troubleshooting’ tab, check the warning information, and hit ‘Enter Troubleshooting Mode’. Troubleshooting mode will automatically deactivate the plugins and activate the default theme (This won’t affect users).
Leave only the “Directorist” active and check if the issue persists.
Activate plugins one by one to detect which plugin is causing the 500 error
Let us know the test results, we will be happy to assist.You may also read the conflict test blog post here >https://directorist.com/documentation/directorist/articles/how-to-perform-a-plugin-conflict-test/
Regards,
Hello Irene,
Thank you for reaching us.
1) You already met the requirements –
Web Server: Apache or Nginx
Database: MySQL version 5.6+ or MariaDB version 10.1+
RAM: 512MB+
PHP: Version 7.3 or greater.
Processor: 1.0GHz+2) There is no known issue with W3TC and Cloudflare but we are unsure about Ezoic partner since we haven’t tested.
3) If you are operating the subdomain as an independent site then there shouldn’t be an issue. Network mode is what we are concern about! Directorist core will work with the network but its extensions are not compatible in network mode.
4) There is a non-free solution for the add listing form and to learn more about it please checkout Directorist Google reCaptcha on our website.
5) The plugin code will render based on the page you load. For example, when you load the all categories page, all location page codes will have no effect on your site.
I hope that helps.
Regards,