Guust
Forum Replies Created
-
AuthorPosts
-
You’re welcome.
July 31, 2019 at 5:36 am in reply to: Single website addon multi times installed on one website #500522Have you added any events? If there are no events then there’s nothing to show.
Try adding a few dummy events.
Have you added any events related links to the menu?
ThanksTry changing the line that details the parameters like this:
function gd_snippet_170519_map_params( $params, $map_args ) { if ( $params['map_type'] == 'post' ) { $params['zoom'] = '1'; } return $params; } add_filter( 'geodir_map_params', 'gd_snippet_170519_map_params', 10, 2 );Thanks
Sorry, but there is no such option.
ThanksYou will need to ask Genesis about that.
Or you can use one of our 3 Genesis child themes: https://wpgeodirectory.com/downloads/category/themes/Thanks
You will need to ask Genesis about that.
Or you can use one of our 3 Genesis child themes: https://wpgeodirectory.com/downloads/category/themes/Thanks
Yes, that is correct.
It looks like you have set to only allow listings in your default region.
Check your settings at GD > Settings > Locations.
Let us know. ThanksClicking on “compare” adds the listing to the compare list.
Once finished adding to the list, click on “Added” and the modal will pop up.
This shortcode on the GD Archive Item page will clarify it:[gd_compare_button badge='Compare' badge_after='Added to compare, add another one or click to compare']Removing one from the list is done in the modal.
Thanks
Same principle in V2 as V1.
Street address field cannot be empty, but you do not have to show it anywhere on the site, and you can add any text to the street address field you like after placing the marker on the map.Thanks
Everything you want to do will work with themes other than Thesis.
Build a duplicate site using any other theme.
Then try to do exactly the same things in your site that uses Thesis.
If the behavior is different, ask the Thesis developer why that is.
We only support GD themes and plugins, but in your case, the issues come from the Thesis theme.I had a look at your current settings, and cannot find the Thesis theme.
It looks like you are somehow forcing the Genesis mobile version even on desktop now.Thanks
You can add “cities” with a different name than what the API suggests.
Just add the city at GD > Settings > Locations tab > Cities sub-tab > Add New.
Rename the slug and name to suit.You can change “city” and “cities” to “location” using the language file, or the address custom field.
Thanks
Is the field set to active?
Is the field allowed for the price package?Thanks
Add this to the archive map shortcode:
all_posts="1"Or find the setting “show all posts” if using blocks or widgets.
Thanks
And the timezone in your WordPress settings is UTC -8.
I’ll get Kiran to comment further. -
AuthorPosts