Guust
Forum Replies Created
-
AuthorPosts
-
Are there listings in that location?
When entering a location, GD will calculate the center of that location, and then return all listings within your set radius.
For example, if you search in Canada, it will calculate where the centre is of Canada, and then return all listings within a 40 km radius.
Somif you only have listings in the west and the East, you will have no results.
Give us a URL and examples so we can understand better what you mean.Ok, I did misunderstand.
Jan, if I understand correctly, you want to show the marker for Parks rather than the marker for Sights for Vondelpark for example.
The way to do that, is to edit the listing and choose Parks as the default category. That prioritises Parks over Sights, and the Park marker will be shown.Have you added the dashboard widget to the author page?
Then you will have more links.Also, a new profile page is in development:
https://wpgeodirectory.com/support/topic/author-pages-just-show-either-events-or-places/#post-26402It was not enabled before, and enabling it has not changed anything.
Can you post admin details, then I’ll get Stiofan to look at this.GD will not display third level category.
The maps etc will only display CPT – category – subcategory.MULTILOCATIONS
I changed your settings to NOT use neighborhoods (because you did not have any neighborhood entered anywhere).
I also changed the setting to use default country, instead of selected countries with one country only.
It all seemed to work fine for me now, until …CATEGORIES
I think you have might have renamed your category “Restaurant” to “Ristorante” at one stages, and for those listings, you get the error that the category is missing (not the address).
Just delete the category and re-add and it works.GD BOOSTER
My test listing had no problem with the address from the frontend, but when I wanted to see the published result I got this error:
Fatal error: Invalid opcode 153/1/8. in /home/baltazar/public_html/geodirectory/wp-content/plugins/geodir_gd_booster/includes/share.php on line 420
So I disabled the booster until Stiofan can look at that.We will need your database details, we need to delete a table in the database.
This is a once-off upgrade that makes changes to the database.
Can you send your cpanel or phpmyadmin details?This reply has been marked as private.Can you send us your admin details please, then we can have a look.
When was the last time you updated?
Did you follow the steps here? https://wpgeodirectory.com/support/topic/release-of-gd-core-1-3-1-and-4-addons/This reply has been marked as private.1. Do you only want to remove “All Places in” but you want to leave the rest of the heading, or do you want to remove the total heading?
2. Can you explain this better? Give us a URL (you can do that in a private message if you like).
Does it change if you enable registration?
1. Add this to your CSS:
#geodir_wrapper .entry-title {display: none;}That will maybe also hide some other headings on other GD pages though.
2. I am not sure what you mean,, but if you want to replace the link text from “Website” to the name of the listing, add this to your functions.php:
add_filter( 'geodir_custom_field_website_name', 'geodir_change_website_field_display_name', 10, 3 ); function geodir_change_website_field_display_name($name,$website,$post_id){ if($name=='Website'){return get_the_title( $post_id ); } else{return $name;} }Let us know how you went.
Sure do.
GD > general > general tab > Allow user to choose own password > Yes -
AuthorPosts