Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
This has been fixed, we have also fixed it on your site.
Thanks,
Stiofan
Hello, you did not have GD places or events set to be translatable, i changed this in WPML>Translation Management>Multilingual content setup.
Thanks,
Stiofan
#1 is fixed now, #2 there are no options it needs custome code.
Stiofan
Your server seems to have a 500 character url request value limit, i have changed the settings in GDB but it will be more efficient to change the server settings and then change the GDB setting to normal 2000 characters.
Thanks,
Stiofan
#3 i have added this code to your theme functions.php but u should have it in achild theme so u dont lose in on theme update.
function gd_convert_my_numbers($html,$arr) { if(isset($arr['value']) && $arr['value']){ $format_val = number_format($arr['value'],0,'.',"'"); $html = str_replace($arr['value'],$format_val,$html); } return $html; } add_filter('geodir_show_geodir_prix_vente', 'gd_convert_my_numbers',10,2);Thanks,
Stiofan
Hello Shari,
Firstly you would make a price package and set it to be featured.
Then change the popular places widget to sort by feature or tick the box “show featured only” (you can change the title of the widget too)Thanks,
Stiofan
can u give me an example on the conversion on our server and i’ll try and replicate
Stiofan
The only time they will be served from the server is while editing a listing.
Stiofan
Hello,
If you have tags with the same slug this can happen, is this the case?
Stiofan
Hi Paul,
It was never intended to be used like that, it is best if the images are on your server so they can be accessed when needed, i have changed it so they are pulled from the server on the add listings page as there could be a bug where it would change the url to the wrong month for the 1st image, i just released this but again it needs to be on the actual server.
We have plans for optimizing images in the near future and for this they would also need to be on the server.Thanks,
Stiofan
Hi David,
#2 There are probably 3+ million towns/cities around the world, it would make our product download 10x the size it is not, in short it’s just not practical to include it in the product.
Not being able to add a new location from backend add listing is a bug and i have added a task for this, i will update you when done.
You can import/export locations from GD>Import/export.
Let me know if you have any other questions.
Thanks,
Stiofan
We have added this as a task and it will be looked at on Monday.
Thanks,
Stiofan
🙂
Thanks for the info, the problems seems to be with “BuddyPress Docs” plugin, deactivating makes it work as normal.
Stiofan
Thanks for that, i only added that last ver as their new setting forces the post type so i had to force it back for our search page. I’ll add the extra conditions for our next version.
Thanks,
Stiofan
-
AuthorPosts