Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Adam,
I can’t recreate the first point on my dev site, can you provide wp-admin details in a private reply and the links of how to recreate?
Point 2 i guess you mean zoomed in too far? 0 zoom would be zoomed out all the way. If it’s got auto zoom to fit then that is what its supposed to do but maybe we can add a slight limit in this case.
Thanks,
Stiofan
You can get the latest versions from here: https://wpgeodirectory.com/support/topic/beta-testers-invoicing/#post-273263
I have them running on my live sites, the only reason they are not released is we are still building docs and info page.
Thanks,
Stiofan
Hi Richard,
Yes this is one to ask your host, the file exists at the location but PHP does not have access to it for some reason.
Stiofan
Categories are also a taxonomy, you would set them like tags but you would use this taxonomy
$cat_taxonomy = get_post_type( $post_id ) . 'category';(yes no underscore prefix like tags)
Thanks,
Stiofan
Thanks for letting us know.
Stiofan
Can you provide FTP info an i will debug this.
Thanks,
Stiofan
I have added a task for this to be looked t, we will let you know if it’s possible or not.
Do you have any test cases examples on how/where you would use this?Stiofan
There is currently no way to do this, we could add a filter to allow it to be filtered but you would need to hire someone to write a function to remove the location part.
Tags are intended to be location specific.Thanks,
Stiofan
Should be fixed now.
Stiofan
Yes this was indeed a test for a github updater…. Seems it is not working as expected, i’ll investigate.
Thanks,
Stiofan
If you can provide wp-admin i will apply this, i have added a new filter to be able to switch this on/off. (wp-admin above does not seem to work anymore)
Stiofan
This reply has been marked as private.cookies on but not only cookies, the locations page problem is because sessions are not working
Try:
php.session.use_cookies = On
php.session.use_only_cookies = OffStiofan
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts