Bilal TAS
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Optimize the order of styles and scripts issue???
Latest update also didn’t work. Don’t you test before release the update? You may try your new codes on our faulty pages.
Although it’s been updated.
As you can see on the link, it still keeps refreshing?
Forum: Plugins
In reply to: [W3 Total Cache] Optimize the order of styles and scripts issueIt is very easy to fix it for the creators of the plugin but I don’t understand why they don’t answer some tickets like this.
I have same issue, too. (as everybody has as well.). I was going to write a ticket about it. Then, I came across your this message.Minified Javascript should be next to all the CSS codes in the <HEAD> </HEAD> tags. If we don’t combine all the CSS files, that rest of the css files goes after minified javascript file. They need to adjust the file orders once again.
Plugin developers, please include that fix on a new update. Thank you in advance…
No answer ?
? ? ?
Thanks. When it is going to be released?
http://wordpress.org/plugins/wp-content-copy-protector/
This is one of these. I didn’t use it because it has a small javascript error that I don’t understand why and I don’t want to use additional plugins for it while AIO Security plugin has that feature.
When I use a different Copy Protection plugin, I do not have any error like this. I don’t want to setup a new plugin for it instead of AIO Security.
Could you please remove the [resolved] tag because it’s not a good solution. What we are going to do if we need to use copyright protection? This is a bug that needs to be fixed with an update.
Hi! I have same problem with Copy Protection. I need to use that feature but when I activated it, it keeps refresh the posts only which have a video short code. How can we fix it?
Forum: Plugins
In reply to: [EWWW Image Optimizer] Doesn't optimize all the thumbs?I’ve add this code in my theme function.php:
// THUMB IMAGE REGISTRATION if ( function_exists( 'add_image_size' ) ) { add_image_size( 'homepage-small-thumb', 59, 42, true ); }It works now. Thank you!
Forum: Plugins
In reply to: [EWWW Image Optimizer] Doesn't optimize all the thumbs?But, one more question, when we add new media, it won’t optimize it’s mentioned thumbs automatically. So, what is the solution for it? Please don’t say optimize the folder once a week or something like that. 🙂