Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
August 10, 2018 at 12:00 pm in reply to: When GD Booster Enabled, Cannot Reply in BBPress Comment Field #441951
I could not see the problem but i did see two JS errors on the page, which i excluded
underscore.min.js
backbone.min.js
The JS error s are gone, can u test it now.Thanks,
Stiofan
The slider set a session via ajax, it might not work if there are JS errors on the page or if sessions are not working on the server. If you provide wp-admin we can have a look.
Thanks,
Stiofan
Great, Is the translation from wp.org just not complete enough or are you just changing wording?
Stiofan
Is the translation from wp.org just not complete enough or are you just changing wording?
Try this snippet
add_action( 'upgrader_process_complete', function() { remove_action( 'upgrader_process_complete', array( 'Language_Pack_Upgrader', 'async_upgrade' ), 20 ); }, 1 );
Stiofan
its fixed and should be out tomorrow.
Thanks,
Stiofan
This is fixed and will likely be out tomorrow.
Thanks,
Stiofan
Yes as Alex mentions, its mostly about performance and scalability, for every image you add you add several entries to the post and post meta tables which you can imagine the problem if you have 1 million listings with 10 images each, thats why we use our own table so we can store all that info in one row. We may in future add our own gallery UI but we do plan to add compatibility with CDN’s and image optimization plugins.
Thanks,
Stiofan
I have never heard of this or seen this, are u sure the files in that location changes or are u just seeing ur translations change? (maybe not reading from that file)
Stiofan
August 6, 2018 at 4:21 pm in reply to: Problem with UsersWP and Custom Permalink Structure: cannot access My Favorites #441386I have not fully tested with UWP yet, i’ll get it tested this week.
Thanks,
Stiofan
This is something we intend to add in advanced search v2.
Thanks,
Stiofan
I’ll need to adjust how it works slightly but it should work like the rest of the meta, i’ll try and look at it on monday.
Stiofan
i see some issues with neighborhoods active and categories, i’ll fix this on monday.
Stiofan
Not auto changing was due to the Google timezone api not enabled for api key.
I have added code to account for daylight savings and this will be in the next release of core.Thanks,
Stiofan
Discussed and fixed on skype, issue was not accounting for permalink structure with no trailing slash.
Stiofan
Did the offset change when u changed the address?
Ping me on skype if you want.
Stiofan
-
AuthorPosts