Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
there is no such integration and this goes beyond support provided.
It would probably require few hours of work if not days to complete this task. At the moment it is not one of our priorities.
You will need to either do this by yourself, or hire a freelance developer to help you out.
Thank you
Hi,
not back dated nor assigning them to other users.
You can only enter them via regular comment form.
Or you could get a MySql expert and convert them from whatever format they are, into the format they need to be.
Thanks
HI Barbara,
there was 1 wrong setting. In GeoDirectory >> MultiLocations you enabled default Country, Region and City.
This was limiting your directory to 1 location, while you have 2 cities as locations. I enabled Multi City. You can also change that to selected cities.
Another thing wrong is that all your listings have no addresses. This is probably caused by importing them with the wrong setting previously mentioned.
What you could do fix this is to export existing listings, correct the missing fields and import back to update them.
Let us know how you went.
Thanks
Hi,
make the form check options work like separate taxonomies is not possible.
It would require few hours to develop all the custom queries needed to create your new widget.
This goes beyond support.
Thanks
September 29, 2015 at 6:12 pm in reply to: Weird Behaviour When user comes from Search Result #55049Hi,
that appears to be a bug that happens only when the category is also at the end of the URL. Stiofan is alerted.
We ar trying to understand what is better to do in this cases. To set the session or not…
We’ll keep you posted.
Thanks
So is this fixed or you still have problems? If it isn’t fixed, please provide URL and admin credentials so that we can check.
Thanks
Hi,
please provide a link and we will provide css to hide them.
Let us know,
Thanks
Hi,
this is something that I would never do by myself. I’d ask to someone expert in mysql to help.
Basically you will need to export data from wp_comments and wp_geodir_post_review tables of one database and reimport them making sure to correct all the post ids in the receiving database.
Otherwise the comments will not be associated with the correct listings or even to any listings.
Thanks
Hi,
1st you need to give a fix width to the element you want to center and than add margin:0 auto:
#propertyform { margin: 0 auto; width: 600px; }This will not work on mobile though.
Thanks
Hi,
no, there is no such tool in schedule.
the only way would be to import the entire database at the moment.
Thanks
Hi,
2) addons translation files (only the mo file is really necessary) should go into their own folders within the languages folder: https://wpgeodirectory.com/docs/translating-addons/
Example for the Advance Search Filtersthe path would be: /wp-content/languages/geodiradvancesearch/geodiradvancesearch-en_US.mo
For the compatiblity problem Stiofan is alerted and will soon fix every problem.
Thanks
I’m sorry, I totally forgot that bitbucket is private.
These are the changes made:
style.css line 32:
from: padding: 30px 40px; to: /*padding: 30px 40px;*/style.css line 54/55:
from: margin: 30px -40px; padding: 0 40px 30px; to: /*margin: 30px -40px; padding: 0 40px 30px;*/style.css line 353
from: margin: 0 -40px 30px; to: margin: 0 0px 30px;Style line 355
add: margin-left: -40px;Thanks
Hi Laura,
he never provided a link and admin credentials for us to check what the problem was, so I’m not sure if this got fixed.
If you provide a URL and admin credentials to your website in a private reply (only staff can read them) we will check this for you.
Let us know,
Thanks
Hi again,
I was looking at the wrong website. Now I double checked and I see what you mean.
The Option : Enable mouse scroll zoom. Enables/disables the zooming with mouse scroll, not dragging the map on mobile.
The option you need is: GeoDirectory >> Design >> Map >> Show button control on map to enable/disable dragging.
I’ve activated it for you, please have a look.
Thanks
Hi,
to do that you could hide the telephone number on top with css:
.gd-bubble-inside .geodir_contact {disaply:none;}and add it back using the same function used to add city and region:
add_filter('geodir_infowindow_meta_after','balloon_extra' ); function balloon_extra() { global $post; echo $post->post_city; echo "<br>".$post->post_country; echo "<br>".$post->geodir_contact; }Let us know how you went.
Thanks
-
AuthorPosts