Ross Wintle
Forum Replies Created
-
I’m seeing this too. Files are greyed out. I can’t tick them individually. I can do the bulk-checkbox and bulk action to mark as fixed but this has no effect.
Forum: Plugins
In reply to: [Image Widget] WordPress 4.3 compatibility warningWeird. They’ve actually fixed this in v4.1.1, but, for some reason it’s not offering that as a download.
Non-technical version: They haven’t published the update properly.
Technical version: Looks like they’ve tagged it, updated the stable tag in the readme.txt, but the main .php file still have
Version: 4.1in the header.Forum: Fixing WordPress
In reply to: Trying to understand more about "minor" auto-updatesHey @guimos, glad this helped!
Yeah, other solutions are to set alternate cron, use a regular cron job (as @alexandre suggested) to trigger wp-cron, or use a remote service like easycron, or possibly something like uptimemonitor to set up a regular call to your site to trigger it remotely using the http://your-site.com/wp-cron.php?doing_wp_cron URL.
Forum: Fixing WordPress
In reply to: Trying to understand more about "minor" auto-updates@ntd: If you think it should be, go and update it! 🙂
Forum: Fixing WordPress
In reply to: Trying to understand more about "minor" auto-updatesFirst thing to check is, are you SURE you’re triggering cron? If there’s something up with your web server’s configuration then just visitng the site might not be enough.
Can you try visiting http://your-site.com/wp-cron.php?doing_wp_cron
For cron to work the server needs to be able to send an HTTP request to itself. I’ve known some hosts block this “HTTP Loopback” request, but it could be that your server has some other mis-configuration that’s causing the loopback request to fail.
Forum: Plugins
In reply to: [Select 2 Post Selector] How to change show search post order by date descHi again,
OK, update to version 1.0.3 and this should be resolved. Sorry for the problem and thanks so much for reporting it.
I’ll set this to resolved but feel free to drop me a line if you’re still having issues.
Thanks
Ross
Forum: Plugins
In reply to: [Select 2 Post Selector] How to change show search post order by date descHi Quang,
Sorry for the delay – I had some deadlines to meet.
I’ve found a couple of hours to look into this. It turns out the query is absolutely fine, but the browser is unexpectedly sorting results for me. I wasn’t expecting that!
I’ve fixed the bug in a local environment and will prepare an update for you soon.
Thanks for your patience.
Forum: Plugins
In reply to: [Select 2 Post Selector] How to change show search post order by date descI’m not on holiday any more. Don’t worry. I’d only reply if I was working on things!
The only thing I can see with that query is that ‘Date’ has an upper-case ‘D’ at the start and it’s probably case sensitive.
Having said that, I have been seeing other people have similar problems with date queries lately.
Can you confirm which version of WordPress you’re using?
The other thing I might suggest is installing the excellent Query Monitor plugin to see what query is being generated. That may help you work it out too.
Ross
Forum: Plugins
In reply to: [Select 2 Post Selector] How to change show search post order by date descHi Quang,
Sorry for the delay in getting back to you. I’ve been on holiday.
Can you post the code that you’re using to create the meta boxes and I’ll take a look.
Also, did you try to contact me on Facebook too? Just wanted to check it was the same person.
Thanks
Ross
Forum: Plugins
In reply to: [WP Quick Image] Be interested to see what this could evolve intoHi David
Thanks for trying this out (I assume you did!) and thanks for feeding back your suggestion too.
Having an option to insert the image into the content is definitely something I will add. I just need to think it through and code it up.
I don’t really want to be delving into the realm of image formats and meta-data though. I’d rather leave this to another plugin (such as this).
Also, WordPress should import certain exif and IPTC data automatically (I believe) so as long as the image’s meta data is saved in the correct format, this can happen without a plugin.
I hope that’s OK. I’ll set this to resolved as I don’t think there’s anything to fix, but feel free to post again if you want to follow up.
Thanks again for your interest and feedback.
Forum: Plugins
In reply to: [WP Quick Image] Interesting conceptThank Li-An. I hope it’s useful to you. I mainly built it because it was something I needed, but if it’s useful to others then that’s brilliant. Let me know if there’s anything you think it should do. The FAQ page says a bit about what I want to do with it, but I’m happy to take suggestions as well.
Enjoy!
Forum: Themes and Templates
In reply to: [Make] Customization Page Doesn't LoadAs this is resolved, I’ll make a new thread for the ACTUAL problem in order to report it properly.
Forum: Themes and Templates
In reply to: [Make] Customization Page Doesn't LoadCurrent theory is that the POST data submitted when loading the homepage preview is triggering a mod_security rule on the server (it’s shared hosting). I’ve contacted the host to investigate further. Will let you know what comes back.
Forum: Themes and Templates
In reply to: [Make] Customization Page Doesn't LoadNote: the customiser works if I switch themes to, say, Twenty Fourteen, so this doesn’t seem to be a general WordPress issue, it seems specific to the theme.
Forum: Themes and Templates
In reply to: [Make] Customization Page Doesn't LoadI get this issue (customizer loads, but the preview is blank) on a relatively clean install of WordPress with no plugins enabled. The only general theme customizer issues I can find when searching are when you’re admin is on HTTPS or on a different URL for some reason, which this isn’t.
This is on WordPress 3.9.2 with version 1.1.1 of the theme.
Chrome’s inspector is giving a 403 Forbidden when trying to load the preview of the homepage.
Any thoughts?
Here’s a screencast: http://quick.as/dvah7Vo