Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Thanks for the info, i am not sure if you are having network or hosting issues but your site and even your FTP are soooooooo slow, its taking me over 100 seconds to load your site, is it the same for you? I can’t work on it until it improves.
Stiofan
I can’t login with those details, it tells me user/pass authentication failed. Can you double check the details please.
Thanks,
Stiofan
How did u get on with this? Can i mark as resolved?
Stiofan
I think you missed the password in the past post 🙂
Stiofan
Is it just paypal ones this is happening for or stripe too? Do u know when the next payment is due?
I have set it to log any errors and also the results of any IPN attenpts so i can check whats happening on the next attempt.
Stiofan
Not being able to add a new location from backend add listing – FIXED
This has been fixed and will be in the next version, we have also fixed it on your site.Thanks,
Stiofan
There seems to be a JS error caused byt he event registration plugin but i don’t think that is the main cause of the problems, please provide FTP details and i’ll debug things.
Thanks,
Stiofan
I’ll go over this tomorrow.
Thanks,
Stiofan
Yes u can.
Stiofan
On what page are u trying to show this?
Stiofan
🙂
Hi Tim,
No problem, you can add it to your main theme functions file but it will be lost if you update the theme, this is why a child theme is usually best.
Thanks,
Stiofan
to add the number formatting to another field you just need the html var prefixed with ‘geodir_’ so in this case just add this one line below the other code.
add_filter('geodir_show_geodir_ca', 'gd_convert_my_numbers',10,2);for #2 we don’t do customization but if u let me know what you are trying to achieve i can point you in the right direction.
Thanks,
Stiofan
Sure,
#1 you add the code to your child theme functions.php file, you don’t include the<?phppart as the file should have that at the very top already, you just add it below that.
Then in the function you edit the ‘/my-custom-page/’ to whatever you want.
If you need anything else explained just let me know.
Thanks,
Stiofan
Sorry for the delay, here is a snippet that should work for both reg and login:
Thanks,
Stiofan
-
AuthorPosts