Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
I tested and can’t recreate that, if you can let me know how then i will have a look.
This would be my suggested fix, add a new review and then delete it from the backend, the review count is recalculated on every comment action so this should work.
Let me know how u get on.
Thanks,
Stiofan
That part of the country is nice, i went to uni there.
The problem is a $_SESSIONS problem, and it’s a weird one.
My tests tell me that the sessions folder is not writeable but it seems to store sessions on the frontend but when submitting to the backend it’s just not saving the sessions.In any case it’s a hosting problem, ask your host to check all sessions settings and to try and write and read a session from the backend as when attempting to write a session from the backend it just would not stick.
Thanks,
Stiofan
Ah a fellow Scot by the looks of it?
I don’t see anything obvious, can u post FTP details and i’ll debug it.
Thanks,
Stiofan
ERROR: Incorrect username or password.
3 attempts remaining.
Hello,
Please post wp-admin details in a private reply (only staff can see private replies) and we will have a look.
It could be the payment option is not setup correct.
Thanks,
Stiofan
is the review in the trash or 100% deleted?
How exactly did u delete it?Stiofan
Hello,
Anything is possible but this is not possible by default, it could be done relatively simply with a few functions/hooks but we only support standard features, for customisation please post in the jobs section of the forums.
Thanks,
Stiofan
The Country/Region/City can be translated from the backend but not from the .po file, i have fixed this in location manager and this will be in the next ver also.
Thanks,
Stiofan
GD>place settings>address>
Hi PO,
The reason the ADDRESS_MSG can’t e translated is that for it to be translated the wp-admin setting text has to be exactly the same as it is originaly defined but the admin setting is stripping the
<b>tags so it will never be able to be translated from .po file.
I have changed this and it will be in the next ver, basically just change the line in language.php from:
define('ADDRESS_MSG', __('Please enter listing address. eg. : <b>230 Vine Street</b>', GEODIRECTORY_TEXTDOMAIN));to:
define('ADDRESS_MSG', __('Please enter listing address. eg. : 230 Vine Street', GEODIRECTORY_TEXTDOMAIN));Then rescan the .po file.
U can also try out bleeding edge GD which has the fixes but might have other bugs as it’s our dev ver. https://github.com/GeoDirectory/geodirectory
Thanks,
Stiofan
marked as resolved 🙂
Post status will be able to be changed from the CSV from the next version.
Stiofan
I have looked but you have a crazy amount of old rewrite rules and i’m not even sure i’m looking in the right place, i could end up wasting hours on something that can be fixed with a simple slug change. My advice would be to just change the slug, or if u really want then hire a 3rd party dev to track it down.
Thanks for your understanding,
Stiofan
Your virtual pages were missing, i have fixed it.
Stiofan
Hi Jaeeun,
U have had a footer.php file in your child theme, it was completely blank and was causing most of the problems, i ahve replaced it with the footer.php from the main parent theme, it looks like you are trying to use diffrent templates with the wrong parent theme?
Stiofan
-
AuthorPosts