Paolo
Forum Replies Created
-
AuthorPosts
-
de nada! 🙂
Hi Tomi and Carolina,
1 Year Addons Bundle subscription added for both.
Thank you and enjoy GeoDirectory!
Hi Adele,
we would need FTP credentials to fix this.
Let us know,
Thanks
You are very welcome!
I’ll set this as resolved.
Thanks
Hi,
we can’t really fix problems created by 3rd party developers while customizing your website as part of support. If you want I can move this to the Jobs section of the forum so that you can hire someone for it.
Let us know,
Thanks
Hi,
I’ve seen several problems with Kleo Theme recently. I know they advertise their theme as fully compatible with GeoDirectory, but I’m not 100% sure they have updated compatibility in a long time.
Looking forward to see it on a live server so that we can test.
Thanks
Hi,
that field uses an autompleter, but not GeoLocation. Adding GeoLocation would require a fairly complex code customization.
Thanks
Thank for letting us know 🙂
You are welcome 🙂
Hi,
this is what Kira replied:
Hi,
This can be possible via translation. You can find following text in .po file and can add extra information in the pre bank transfer patment details.Thank you, your request received successfully.
To publish the property please transfer the amount of [#order_amt#] at our bank with the following information :
Account Name : [#bank_name#]
Account Sort Code : [#account_sortcode#]
Account Number : [#account_number#]
Please include the ID as reference : [#orderId#]
Thank you for visit at [#site_name#].
For ex: If you want add “Reference Number” with your number “1234566789” then you can add “
Reference Number : 1234566789
” just after “
Account Number : [#account_number#]
” in the translation.
Please check i had added “
Reference Number : 1234566789
” to add extra Reference Number. (check screenshot for result)
Thank you, your request received successfully.
To publish the property please transfer the amount of [#order_amt#] at our bank with the following information :
Account Name : [#bank_name#]
Account Sort Code : [#account_sortcode#]
Account Number : [#account_number#]
Reference Number : 1234566789
Please include the ID as reference : [#orderId#]
Thank you for visit at [#site_name#].
Please check and let me know.
Thanks
Hi,
most probably your server contains a limit on how many variables can be used on each page and it is simply terminating the save process before GD can finish it’s job.
The most common solution is to increase your max_vars setting. This is a PHP setting which determines how many variables can be used in one page load. By increasing this limit, you will allow GD to complete it’s job.
php.ini
You can increase this setting by creating a php.ini file. This file may already exist on your server, but it is most likely you will need to create this yourself. Please note that your web host will be happy to help you create this file, so please contact them if you run into any difficulties.
In the php.ini file, you can add this to bump up your limit to 3000
max_input_vars = 3000 suhosin.get.max_vars = 3000 suhosin.post.max_vars = 3000 suhosin.request.max_vars = 3000htaccess
If you do not wish to create a php.ini file, it is also possible to update these settings via the .htaccess file in the root of your website folder. This method is easier, however it may not work on all servers. Please contact them if you run into any difficulties.
php_value max_input_vars 3000 php_value suhosin.get.max_vars 3000 php_value suhosin.post.max_vars 3000 php_value suhosin.request.max_vars 3000Let us know how you went.
Thanks
Hi,
no that is not possible.
Thanks
Hi,
the blue dot could always be dragged to search around custom locations…
Let me know if I misunderstood the problem.
Thanks
Hi,
sometimes users delete GD pages not knowing it will create problems.
In any case I’m glad the problem is solved. 🙂
Thanks
June 29, 2015 at 3:12 pm in reply to: Buddypress Profile – The page isn't redirecting properly #44006Hi,
I’m not able to recreate this. Have you solved with Stiofan’s suggestion?
Let us know,
Thanks
-
AuthorPosts