Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
@fabiankrenzler thanks! We are still working on our addon translation system.
Stiofan
@Bkbai,
For the success message i have added this to the transaltions so should be abel to be translated from next version, as of now you just edit the option in notifications.
for the “Curaçao” don’t worry about this, it’s just a place name we added.
I’ll ask Paolo to do some checks on the translation and deal with any rewards.
Thanks,
Stiofan
🙂
@jrodriguezneira
The near field has two functions, if you search a city and click the dropdown it sets your location to that city but if you dont select the dropdown then it tries to find that location via the google api but if you are not specific enough then it might not know what country and might find that city name somwhere unrelated, try searching the location and then add the country also so maybe “Berlin, Germany” or “Berlin, DE”@mencos1
Is he using the new WordPress API? What help does he need? It might be better to start your own post on this.Thanks,
Stiofan
Hello,
This was a problem with the related listing widget not resetting the post value properly when in the left sidebar, i have fixed this and it will be in the next version, i have fixed this on your site already.
Thanks for spotting this 🙂
Stiofan
Thanks, this is because whoop uses a old search template and this functionality was not added yet, i have added it as a task for our developers, i will update you once fixed.
Thanks,
Stiofan
Hello,
That should happen by default, can you post a link to your site and i will see if i can see a reason for it not to work?
Thanks,
Stiofan
Hi Pete,
The credentials supplied don’t seem to work, please check and let me know.
Thanks,
Stiofan
🙂
Hi Josh,
Something in your theme is double url encoding the script, i have added the below code snippet to your theme functions to remove our url encoding and thus fix the problem.
//fix for GD maps add_filter('geodir_googlemap_script_extra', 'rosa_geodir_googlemap_script_extra',210,1); function rosa_geodir_googlemap_script_extra($extra){ $extra = str_replace('&','&',$extra); return $extra; }Feel free to turn stuff back on 🙂
Thanks,
Stiofan
This reply has been marked as private.October 17, 2015 at 9:56 am in reply to: How I can display only one record for events lasting several days?? #57290Hello,
I have added this as a change to events and it will be in the next release, i have made the change to your site already.
Thanks,
Stiofan
Hi Josh,
The problem is in the call to the google maps api, something is misforming the url
If you pass me FTP info i will debug it and see what the problem is.
Thanks,
Stiofan
No problem 🙂
Yes on ur site. I click business owner and get redirected to login page. Then login and get redirected to the correct same page I left. Am I missing something?
Thanks,
Stiofan
-
AuthorPosts