nextpulse
Forum Replies Created
-
Any updates on fixing this issue?
(I see the issue is 4 months old and IMHO is is quite urgent)thanks.
BTW: A side effect of this known ‘hole’ are that spammers seems to use it as a potential DOS attack too.
- This reply was modified 9 years, 3 months ago by nextpulse.
Forum: Plugins
In reply to: [Scripts To Footer] Reasons of incompatibilitiesUpdate: I found a faster fix by modifying the theme as shown here:
http://www.kevinleary.net/move-javascript-bottom-wordpress/
(Of course, this only works if you can edit the theme)
Forum: Plugins
In reply to: [Scripts To Footer] Reasons of incompatibilitiesI am encountering this problem.
Can you give a bit more details on the fix?
Specifically “unhook the callback q2w3 plugin hooked to wp_footer, then re hook it using a much lower priority level,” ??
I changed the q2w3 ‘widget_display_callback hook priority:’ which did not fix it.
thanks.
Forum: Plugins
In reply to: [W3 Total Cache] wp-content/uploads to amazon cdnFYI:
http://ww.wp.xz.cn/plugins/amazon-s3-and-cloudfront/“There is an option to automatically remove the files from your server once they are copied to S3 however.”
Forum: Plugins
In reply to: [W3 Total Cache] wp-content/uploads to amazon cdn>>delete local files, keeps me running?
Have not looked at the code – but it is probably using the local store to keep the CDN in sync. So if it sees the local files is gone – it may delete the CDN copy.
[This is a theory – need to dig into code]One suggestion is to look for a plugin that manages attachments and bypass WTC.
Forum: Plugins
In reply to: [W3 Total Cache] wp-content/uploads to amazon cdnNot sure about deleting all the local files – as I keep mine as backup.
I use S3:
Admin->CDN->Host Attachment. Make sure that is checked and click on ‘Upload Attachment’. (Assuming you have the CDN credentials set in the settings)
And the site does not reference any local files – so in theory, if I delete my local files, it should work.
There is also ‘Importing attachments into the Media Library’ on the same page, if you are doing it for the first time.
Forum: Plugins
In reply to: [W3 Total Cache] Problem with gzip of minified css and js files+1
same here.