Mahfuzul Alam
Forum Replies Created
-
Hello @walbadynamics
Thank you for contacting us.
Would you like to share some details with us about the image you are sharing here?
Without a proper explanation, it is really hard for us to understand and provide a solution.Kind Regards
Thank you for contacting us here.
It sounds like a site-specific issue to me and we cannot replicate this in our local and live test websites. Would you please contact our support channel with details and screenshots? We will try to help you and fix the issue on your website.
Thank you for your understanding and cooperation.
Kind Regards
Hi
Thank you for contacting us.
Sorry, we do not have any solution for this. But there is an unofficial extension, that can do the job for you. You can try this –
Directorist Custom Fields for Video Upload
After installing this plugin you will find this field on the directory builder page – https://prnt.sc/-mYXDROj3n11
I think this will work for you.Please let me know if you need further assistance.
Kind Regards
Hello
Thank you for reaching out.
Please check this topic – How to disable maps? | ww.wp.xz.cn
I believe you will get the answer you are looking for.Please let me know if you need further assistance.
Kind Regards
Hello,
Thank you for your response.
To change the background image on different pages, you can use the following CSS code:
/* About Page */ .page-id-1464 .banner { background: url(https://imageio.forbes.com/specials-images/imageserve/5d35eacaf1176b0008974b54/2020-Chevrolet-Corvette-Stingray/0x0.jpg) no-repeat scroll center center / cover; }For each page, make sure to change the page ID in the CSS rule to the correct page ID, and also update the image URL to the desired image for each specific page.
I have verified that this code is working correctly on your website.
If you need any further assistance, please don’t hesitate to let me know.
Kind Regards,
Hi
Thank you for reaching out.
In pro version you can fine options like following to change the header settings – https://prnt.sc/TSLkEt3g-ifaAs you are using the free version, the OneListing Free theme does not contain these settings. But you can use the child theme to override the templates or use CSS to change the image. https://prnt.sc/ut0XAPsRXnhq
If you need more information you can contact our support channel.
Thank you for your patience and cooperation.
Kind RegardsHello
Thank you for contacting us.
dDoctor is not a free theme. If you want to achieve something like this you can customize the single listing layout by following the template override method. You can learn more about template override here > directorist.com/documentation/directorist/developers-guide/template-override/You can try overrding the files under templates/single to get the desired results > https://prnt.sc/06Sq00xBTwrJ
Please let me know if you need further assistance.
Kind Regards
Hello
Thank you for your response.
This sounds like a site specific issue. As you are a paid user, would you please contact our support channel. They will help you to solve your problem.
Thank you for your patience and cooperation.Kind Regards
Hello,
Thank you for getting in touch.
I believe that the listing layout has not been set up correctly. Could you please review the documentation provided here: Form and Layout Builder (directorist.com), and ensure that the directorist layouts are configured accurately?
If you encounter any further difficulties, kindly reach out to our support channel. We will do our best to assist you with the problems you are experiencing.
We appreciate your patience and cooperation.
Kind Regards
Hi
Thank you for reaching out.
Please use the following code at the end of your functions.php file of the correctly activated Child theme.
If you do not have any child theme installed, please install one.
You can also use the Code Snippet plugin to implement this code.add_filter('atbdp_search_listing_category_argument', function ($args) { $args['hide_empty'] = true; // Empty Categories will be hidden if($args['parent']>0) $args['slug'] = 'donotshow'; // Only parent categories will show return $args; });Please let me know if you need further assistance.
Thank you for your cooperation.Best Regards
Hello
Thank you for asking.
You can use the parameter “listings_per_page” of the shortcode –
[directorist_all_listing listings_per_page=”200″]This will allow you to increase the number. If it does not work for your please contact our support channel.
Thank you for your cooperation.
Kind Regards
Hello
Thank you for asking.
This checkbox option is to enable the latitude and longitude fields, so users can enter the latitude and longitude manually. So each time you want to edit the values of the latitude and longitude fields you need to enable this checkbox. This is the purpose of the checkbox, this will not stay checked after updating the listing.
Please make sure the latitude and longitude values you are changing are working fine. Please inform us if you find any issues with this.Thank you for understanding.
Kind Regards
Hello
Thank you for reaching out.
You can achieve this by overriding templates and using custom code.
You can learn more on overriding templates here – Template Override (directorist.com)Please override the textarea.php ( https://prnt.sc/nDNId10otTL3 ) file with the following code using a child theme –
<?php /** * @author wpWax * @since 6.6 * @version 7.4.0 */ if (!defined('ABSPATH')) exit; $maxlength = $data['max'] ?? ''; ?> <div class="directorist-form-group directorist-form-description-field"> <?php $listing_form->field_label_template($data); wp_editor( wp_kses_post($data['value']), $data['field_key'], apply_filters( 'atbdp_add_listing_wp_editor_settings', array( 'media_buttons' => false, 'quicktags' => true, 'editor_height' => 200, ) ) ); $listing_form->field_description_template($data); ?> <div id="directorist_listing_description_indicator"></div> </div>This should be enable advance editor for all textarea fields. You can contact to our support channel if you need face any issue while implementing the code.
Kind Regards
Hi
Thank you for reaching out.
If listings are not showing on the map, then there must be some issues with the latitude and longitude. You need to check from the admin panel, if the latitude and longitude of the listings are set up correctly. You will find it here – https://prnt.sc/wcZG-gY9A0_ySame latitude and longitude issue can cause trouble for radius search. Please contact to our support channel for detailed investigation.
Kind Regards
Hello
Thank you for contacting us.
You can use the following shortcode to display the specific category on the homepage >[directorist_all_categories slug=”food”]
Please use the category slug to specify the category you want to show on the page.
Category is related to the directory type. You can create a category and assign it to multiple directories. https://prnt.sc/CjIK13oBghdT
Please let me know if you need more information.Kind Regards