Paolo
Forum Replies Created
-
AuthorPosts
-
hi György,
I don’t see any error nor misconfiguration, but I can see that the autocompleter is not working on the HU add lsiting page.
I asked to 1 of the developers to check and report back to us with a solution.
They’ll let us know asap.
Thanks for your patience,
Hi,
I’ve seen it many times when users enter Lat and Long coordinates in the wrong format (degrees instead of decimals for example).
For Houston:
Wrong = 29°45′46″N 95°22′59″W
Correct = 29.7589382 / -95.3676973
Normally it is not needed to copy and paste the coordinates, all you need to do is enter the location name and click the “Set City on Map” button.
Now to fix it you could add 0 (zero) in both lat and long fields and save. then click the “Set City on Map” button to get the correct lat and long.
Otherwise you can copy and paste directly the correct coordinates that I provided here.
Let us know if that was it.
Thank you,
This reply has been marked as private.Hi,
there is no option to remove the header in a WordPress site. It is a fundamental component and it is called by all pages. The only way would be to hide it with css.
If you provide the link of the specific page we will provide the css.
Thanks
p.s. the AffiliateWP integration will not work if you don’t install AffiliateWP 1st. https://affiliatewp.com/
Thanks
Hi,
I see the map working and I’m not getting popup alerts on firefox. If you are using Chrome or Safari, that could be due to the fact that the website is unsecure. Either you install a SSL certificate, or you will have to disable GeoLocation.
Let me know if I missed something.
Thanks
You are welcome 🙂
thanks for letting us know 🙂
Hi,
looking at the printscreen, it doesn’t seem like it’s been translated.
The mo file should be in
/wp-content/languages/geodiradvancesearch/geodiradvancesearch-en_US.mo
Did you see the documentation about it?
https://wpgeodirectory.com/docs/translating-addons/
Let us know,
Thanks
Hi,
thanks for spotting that. We corrected it.
Thanks
Hi,
the best place to save your css to avoid losing it when updating is in GD > design > scripts > custom css.
It will be saved in the database and no update will ever delete it.
1) `.geodir_category_list_view li .geodir-post-img {
display: none;
}`2) Can we have a link where the categories are showing? I can’t find it, maybe you already solved?
3) I think I’ll need an example for this too. GeoDirectory shouldn’t override any style added to the content of listings.
Let us know,
Thanks
Hi,
GeoDirectory uses custom database tables, so that plugin will not work to switch entries from post to a GD CPT.
The best way to do this would be to find a plugin that allows to export posts in CSV format, then use the data from the CSV to fill a GD import sample CSV file and re-import them as GD CPT.
Hope this helps,
Thanks
Hi,
that is definitely not a widget. I don’t remember if it is something that we added programatically with a shortcode in functions.php or if they are linked custom post type.
Please provide a link and admin credentials and we will have a look.
Thanks
Hi Clarissa,
I tried to create a new Test Place and it worked just fine. I edited its title to test 2 and that worked fine too.
I believe the problem is caused by the duplicator plugin, which is unaware of GeoDirectory custom database tables and it’s failing to duplicate the listing as it should.
Hope this helps, let us know.
Thanks
Hi,
for the favorite link you will need some PHP. Example:
<?php $current_user = wp_get_current_user(); echo '<a href="http://whichweddingvenue.co.uk/author/' . $current_user->user_login . '/?geodir_dashbord=true&stype=gd_place&list=favourite">Favorites</a>';?>I flagged the topic for the developers to answer to your second question.
Thanks
-
AuthorPosts