Paolo
Forum Replies Created
-
AuthorPosts
-
You are welcome 🙂
This reply has been marked as private.In each custom fields settings you will find an option “add to filter” (down at the bottom). If you enable and then click on the Advance Search Tab of place settings, you will find the new filter available to set up.
Let us know if that was the missing info.
This reply has been marked as private.Let us know if this helped.
<?php global $post; echo $post->post_neighbourhood; ?>Thanks
Hi,
author=”current” doesn’t mean “currently logged in user”. Instead it uses the author ID of the post or page where it is added to show the author’s listings.
The only way to do what you want would be to use the shortcode in a custom template with the do_shortcode() function and get the current user ID via php.
Let su know if this is enough info to point you in the right direction.
Thanks
Hi,
I just checked and could find the css I gave you gd > design > scripts > custom css.
I added it and it seems to be working now.
Let us know,
Thanks
For the advance search please see:
https://wpgeodirectory.com/docs/search-filters-overview/
and an example:
https://wpgeodirectory.com/docs/advanced-search-filters-addon-search-by-distance/
I buzzed Stiofan for the search problem on FF.
Thanks
hi,
please try:
add_action('geodir_details_main_content', 'practice_name', 25); function practice_name() {global $post; echo $post->geodir_practicename;}Let us know if that is what you wanted.
Thanks
This is the answer of our developers:
1)
I checked on customer’s site, and seems GeoDirectory core addon not updated correctly or modified after update.
Because at here https://www.worldcheckin.com/wp-admin/plugins.php it shows GD 1.6.0, but when checked file geodirectorygeodirectory-adminadmin_functions.php, it shows older code.
Please check screenshots attached
– backend-worldcheckin.com-admin_functions.php.png – This shows older code at customer’s site
– current-geodirectory-git.png – This shows our recent code(since 1.6.0)Since v1.6 the columns cat_language and cat_id_original are placed in the position 7th and 8th, but on customer’s site it still cat_language positioned as the last column.
So Please confirm that file has modified or not.2)
After WPML translation the ID of category is separate for each language translation, whether it is category or a listing. The image and icons are stored and managed using ID. So the translated category needs to upload new images/icons.
Let me know.Thanks
To get the customize my search button you must install and configure the advance search add-on. Using Supreme, that button will never appear in the home page. Just FYI.
Thanks
May 8, 2016 at 3:54 pm in reply to: Using Franchise to display Burgers of a Venue instead of place #186802Hi,
it won’t be an extra plugin, we will extend the original custom post type add-on.
The task has been assigned to the developers.
Thank you for your feedback.
Did you update all the add-ons too?
hi,
you can only link events with 1 custom post type. Musician or Business, not both.
I’m sorry if we made you think that it was possible to link 1 event with 2 listings.
Thanks
Hi,
it works fine in all our demos. Please provide a link and admin credentials in a private reply and we will have a look.
Thanks
-
AuthorPosts