Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hello,
Can you confirm is a private reply the email that you wish these emails to go to please and i will set it 🙂
Thanks,
Stiofan
Yes please provide FTP also.
Thanks,
Stiofan
Thanks for letting us know!
Stiofan
Resolved via email, i have also now delete d all your past pending orders.
Thanks,
Stiofan
Hi Jason,
You will find we are always happy to help with things like this 🙂
I had a quick look into it and it seems it would all work perfect apart from the homepage if we just changed the listing-listview.php to h2, but that would not work perfect for all, so i think the best solution is to make listing-listview.php h2 and set the other one to h3 but give an option in the widget/shortcode to force use h2.
If you have any suggestions or inputs before i start work on this please let me know.
Thanks,
Stiofan
Hi Henry,
When in the wp-admin places view simply click “Screen options” at the top right and then set the “Number of items per page”.
Thanks,
Stiofan
Hi Jason,
Your other posts were marked as spam by our system, since you also posted here i’ll just trash them and reply here, once i have cleared the other posts in the queue.
Thanks,
Stiofan
Thanks for the feedback!
Stiofan
No need for details i seen the issue in the code and fixed it, thanks 🙂
Stiofan
Hi Cheryl,
The different times are different products so they will give you new keys unless you use the same time frame. Your best bet is to just buy a new 12 month package.
Thanks,
Stiofan
I am considering adding this in GDv2 🙂
OK, i see that it might fail once every 24 hours, i have fixed this and it will be in the next release.
Thanks,
Stiofan
Hi Dirk,
That was already fixed in GDv1 also, its just not pushed to git yet.
GDv1 will still be supported and maintained for a long time after v2 is out, new features will not be added after GDv2 is released but GDv1 will still be supported and maintained to give people a good amount of time to plan and execute any migrations.Thanks,
Stiofan
HI Lars,
You can find most translations here: https://wpgeodirectory.com/translate/projects/geodirectory/nl/default/
Your file should be named: geodirectory-nl_NL.po
Thanks,
Stiofan
Hi Ulrike,
This is a new “feature” in WP, it seems to be conflicting if we start a session.
This has been fixed and will be in GDv2, for now u can edit
geodirectory/functions/geodir-class-session.php at the bottom of the file
find:public function maybe_start_session() { if ( !session_id() && !headers_sent()) { session_start(); } }
Replace with:
public function maybe_start_session() { if ( !session_id() && !headers_sent() && !isset($_POST['newcontent'])) { session_start(); } }
Thanks,
Stiofan
-
AuthorPosts