Guust
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Do you have any featured listings?
Please post your URL and WP admin details in a private reply and we will have a look for you.
ThanksSeptember 23, 2019 at 6:34 pm in reply to: Show a single top-level category and its sub-categories on a page #509820Add this shortcode [or its equivalent block] to
GD > Settings > Pages sub-tab > GD Archive > Edit[gd_categories post_type="0" title_tag="h4" hide_empty="1" sort_by="count" max_level="1" max_count="all" max_count_child="all"]Adjust as required.
ThanksHi Manish, try sortie Featured as descending.
Let us know. ThanksSeptember 23, 2019 at 5:45 pm in reply to: Show a single top-level category and its sub-categories on a page #509813Do you want to show links to the subcategories, or you want to list the listings in the category?
Every category automatically has its own page, and if you add the GD > Categories element to the GD Archive page, you can filter that GD Categories element to only show subcategories.
Let us know how you went. ThanksSeptember 23, 2019 at 4:36 pm in reply to: Upgrade from 4 month to Upgrade 1 Year subscription? #509787There will be no problem. All you will need to do is to change the licenses.
Thanks
This reply has been marked as private.Yes, that looks correct.
ThanksThat is not default behavior, and I doubt that Elementor would even be responsible for that.
For that we would need to have look at your settings, and we will need the URL of that page too.Thanks
Earlier you wrote “Currently, i will be operating in one city” and now you write “I have 100 listings in my default city and 50 each in 2 other cities”, so I am a bit confused.
In that case you will need the Location Manager, and the first option is always “My location”, so if users only want to see what is near them, then they can use that.
There is no option to set any location as a default if you have listings in more than one location.Thanks
This reply has been marked as private.1. You only allowed one event to be linked to things-to-do. I changed that to unlimited.
Things-to-do > Custom fields > Link Posts: Things To Do > Show advanced > Max posts2. I adjusted the shortcode in the tab that shows the events:
Thanks
I now checked with the developers on your second question, and this is how to do it:
STEP 1:
WP Settings > Discussion > Enable threaded (nested) comments “2” levels deepSTEP 2:
Install Code Snippets plugin: https://wordpress.org/plugins/code-snippets/STEP 3:
Add this code snippet:function gd_snippet_comment_reply_link( $link, $args, $comment, $post ) { if ( !( ! empty( $post ) && geodir_listing_belong_to_current_user( $post->ID ) ) ) { $link = ''; // Remove link. } return $link; } add_filter( 'comment_reply_link', 'gd_snippet_comment_reply_link', 100, 4 );Thanks
September 23, 2019 at 7:44 am in reply to: New Listings for Places, Events and Custom Post Type #509687You will have to link it to the different custom post types, for example
…/add-listing/?listing_type=gd_place
…/add-listing/?listing_type=gd_eventThanks
Can you point me to some documentation on how to update the language files? I couldn’t find anything from GD v2.
https://wpgeodirectory.com/docs-v2/translation/overview/
But is there anyway to limit review replies to just the Author, the way Yelp does it? I don’t want someone replying to a review that isn’t the author.
As far as I know that is possible, I will check on the answer and get back to you.
Thanks
-
AuthorPosts