Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
if you set the option:
Max sub-cat depth to 0 it will only show parent categories.
You can find all the paramenters in the shortcode builder.
Thanks
May 9, 2019 at 4:28 pm in reply to: How can we integrate the search form using both distance unit km and miles #485354Hi,
there is no way to assign Miles to certain countries and KM for others and if you think about it wouldn’t make a lot of sense.
There can be Europeans looking for directions in a US location and Vice Versa.
You should see what the majority of your users are accustomed too and go with 1 option.
If you wish to provide KM or Miles according to their IP that would require a customization.
Thanks
post_name should work. It is actually the best option.
Please provide a link and admin credentials in a private reply and we will have a look.
Thanks
hi,
with the show everywhere option.
Thanks
Hi,
the output location widget is the default sidebar that GDV1 offered.
Believe or not, it is good as it is for well over 50% of users.
It’s a quick ready-made solution.
For anyone wanting something different, they have full control, by removing the Output Location widget and rebuilding it with single widgets that give you more options. Basically what you assumed was correct.
For the map bubble a code snippet is required… I flagged your request for the developers who will get back to you asap.
Thanks
Hi,
no, that’s the regular WP comment form. If you explain what you are trying to do, we’ll try to point you in the right direction.
Thanks
The templqte it uses is page.php. Just duplicate it, call it my-page.php and change also the template name within the file content.
Go to the location page and assign my-page.php as new template for that page and modify it.
Stiofan will look at the code snippet we gave you as soon as possible.
Thanks
I would try:
global $geodirectory; if(geodir_is_page('location') && $geodirectory->location->city_slug == 'new-york' )
Let me know.
Hi,
I’m sorry, but that’s not possible, the variables in the URL are necessary for the search query to be executed.
Thank you
Hi,
currency is set through the Invoicing plugin > Settings > Currency Settings.
Custom Post Types cannot share a price.
You’ll need to create one for each custom post type.
Thanks
Hi,
did you go through the install wizard and installed UsersWP?
Without UsersWP, GeoDirectory uses the regular wp-login.php page for login and registration.
You can also allow users to register while adding the listing.
Let us know how it goes.
Thanks
Please provide admin credentials and we’ll have a look.
Thanks
Hi,
please try to test the same link here and let us know how it goes: https://developers.facebook.com/tools/debug/
Thanks
CSS or translate it to a blank string.
Thanks
Hi
Location page is very limited to styling
Not true, it’s a page like any other…
any way to add a featured slider for each city?
If using Gutenberg, you can do that with the block options plugin: https://wordpress.org/plugins/block-options/
You’ll basically add 1 block per location and with the block option plugin, you have an option to make it appear only when meeting a specific condition.
It works more or less like the Widget Logic plugin.
Or you could customize the PHP template.
The logic for single location is:
global $geodirectory; if(geodir_is_page('location') && $geodirectory->location->city_slug == 'new-york' ){ // stuff }
Any of the experts that you can hire here: https://geodirectoryexperts.com/, can help you achieve this.
It is a lot simpler than the path you are trying to take.
Thanks
-
AuthorPosts