aazztech
Forum Replies Created
-
Hi,
Put this code in your child theme’s functions.php file. You have to replace ‘field_id’ with your custom field’s id.function atbdp_custom_listings_info() { $email = get_post_meta(get_the_ID(), '_email', true); $field1 = get_post_meta(get_the_ID(), '140', true); $field2 = get_post_meta(get_the_ID(), 'field_id', true); if (!empty($email)): echo '<li><p><span class="'. atbdp_icon_type() .'-envelope"></span><a target="_top" href="mailto:'.$email.'">'.$email.'</a></p></li>'; endif; if (!empty($field1)): echo '<li><p><span class="'. atbdp_icon_type() .'-info"></span>'.__($field1, 'directorist').'</p></li>'; endif; if (!empty($field2)): echo '<li><p><span class="'. atbdp_icon_type() .'-info"></span>'.__($field2, 'directorist').'</p></li>'; endif; } add_action('atbdp_listings_after_post_date', 'atbdp_custom_listings_info');Hi,
Thank you very much for letting us know about it, we tested creating multiple checkboxes thats why we missed it. Will be fixed in the next update.We couldn’t able to reproduce the issue on our end. Can you please share the URL of the website?
Hi,
Thanks for letting us know about it. We have noted it down in our feature list and you will be able to see them in the upcoming updates.Hello,
Thank you very much for your kind words.
Its not possible with the current version, but its already in our future development list. So, you will be able to see them in the upcoming updates.Hi,
Web Link, Phone Number and other contact information are shown from this [directorist_listing_contact_information] shortcode, please make sure that you added this shortcode in single listing page.Hello Kamran,
Thanks for letting us know about it. We have noted it down in our feature list and you will be able to see it in the upcoming update.Hi,
Sorry, its not possible with the current version. We have a plan to add the feature in future.Hi,
Thanks for letting us know about it. We have noted it down in our feature list and you will be able to see it in the upcoming updates.Hi,
We are sorry for the long wait on this reply! We investigated your issue and found that the width problem is coming from the theme’s stylesheet. You can fix this by adding the following CSS to Appearence >> Customize >> Additional CSS box..at_biz_dir .vlog-content { width: 100%; }Hi,
We are sorry for the long wait on this reply! We investigated your issue and found that the width problem is coming from the theme’s stylesheet. You can fix this by adding the following CSS to Appearence >> Customize >> Additional CSS box..at_biz_dir .vlog-content { width: 100%; }Hello Robert,
Thanks for letting us know about it. We have noted it down in our feature list and you will be able to see them in the upcoming updates.Hello Robert,
Are you using the current version(5.9.1) of the plugin? We already fixed it.Hi,
We don’t have the feature to search for two location type separately but it is possible to do that in other way. First you have to set state and city names with parent-child relationship in “Directory Locations”.All the location that are set according to parent-child relationship will be shown as same hierarchy as their relationship in Location dropdown option in Search and Filter. From this Location field user can select state or city to search to a specific location.
Hello Bili,
Its not possible with the current version. We have added it to the list for consideration on future development sprints.Hi,
We have tested Location Widget settings on our site, it is working fine on our end, please share us some screenshot for our better understanding.