Simone
Forum Replies Created
-
AuthorPosts
-
Ok, now it is more clear, and make sense. I’ll let the developers know about this
Hello, to check we need FTP login as well, thanks
This reply has been marked as private.Hello Sara, check now, it is working.
Also, you must set at least a category.
I’ve created a test category named “Provider” in the Product Provider CPTHello, since this is an event, it makes more sense to show the next in a chronological order of being “live” that on being published. What if you publish an event with tomorrow as due date, and then you’ll publish an event with a date december 2020? 🙂
Hello thanks for the suggestions.
For the start day, you can choose the start day of the week in the widget itself (either Monday or Sunday)Ok, after some tests, I can say that the issue is because of the translation.
“cerca mio” will result in an url with &snear=Cerca+mio& instead of “&snear=Near%3A+User+defined&” so it will loose the geolocation on the map, if you try to search using &snear=Near%3A+User+defined& in the url it will work.April 21, 2015 at 11:47 am in reply to: How would I trigger just the Advanced search to come up on a page #37733Hello, you can use the shortcode for the search page
[gd_advanced_search]
you can find the documentation for the shortcodes here
http://docs.wpgeodirectory.com/core-shortcodes/Hello, it wasn’t working because in the geodirectory settings /Design and Map tab, you had all the categories ticked, and if ticked, it will be hidden the map, now you’re good to go 🙂
Hello, are you trying to insert two instances of the search widget?
Could you please post your url and login details in a private reply?This reply has been marked as private.Hello, I see it working properly, see attached.
Could you re try deleting first the cache on your browser?Hello, what exactly do you mean?
Do you want people to be able to add the same category (CATEGORY A) for more than one time? :OHello,
did you read the documentation on how to get started?
http://docs.wpgeodirectory.com/basic-installation/Is the map widget in the GD Home?
Have you set the permalinks to Post name?
Are there listings?
Are the listing set to at least a category?If the issue still remain, please post login details in a private reply and we will help you out
hello, try with this for the ID
$id = $wp_query->post->ID;
and this for your custom field
$customfield= geodir_get_post_meta($id,'geodir_products_companyname',true);
-
AuthorPosts