afem1010
Forum Replies Created
-
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Complex Coupon ScenarioSent you an email with the details.
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Complex Coupon ScenarioAny way you’d be able to help me set that up if I were to purchase the pro plugin – your help would be greatly appreciated. Been searching for a solution and its becoming a pain in the neck.
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Complex Coupon ScenarioDisabling that wouldn’t necessarily “exclude products using a discount coupon”. I am basically trying to do your exclude function in PRO version, but with an emphasis on any products with any kind of discount (rather than a specific product or category).
Forum: Plugins
In reply to: [Better WordPress Minify] Next ReleaseThing is, my CDN is applied to my site before I even need to put it in BWP Minify. As in, the CDN takes the minified URL automatically. Folks like WP Engine do this. If you are indeed releasing 1.3.0 soon, I’ll retest it and see if it works.
Forum: Plugins
In reply to: [Better WordPress Minify] Next ReleaseSorry, but I won’t be able to do that. I have tried everything and I get the same result.
Hopefully Im not the only person with this issue.
Forum: Plugins
In reply to: [Better WordPress Minify] Next ReleaseWhen I first went to enable the friendly URL, I got a warning label. It mentioned adding a piece of code to the .htaccess file.
The cache directory is writable. I’ve tried doing it with and without CDN options in the plugin.
My CDN is running in the background already and I believe does not require to be added to the plugin (seems to use minified files created by BWP).
Here is what it requested me to add:
# BEGIN BWP Minify Rules # BEGIN BWP Minify Headers <Files "*.js.gz"> ForceType application/x-javascript </Files> <Files "*.css.gz"> ForceType text/css </Files> <IfModule mod_mime.c> AddEncoding gzip .gz AddCharset utf-8 .js .css </IfModule> <IfModule mod_deflate.c> <IfModule mod_setenvif.c> SetEnvIfNoCase Request_URI "\.gz$" no-gzip </IfModule> </IfModule> <IfModule mod_headers.c> Header set Cache-Control "public, max-age=7200" Header set Vary "Accept-Encoding" Header unset ETag </IfModule> # END BWP Minify Headers <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP:Accept-Encoding} gzip RewriteRule .* - [E=ZIP_EXT:.gz] RewriteCond %{REQUEST_FILENAME}%{ENV:ZIP_EXT} -f RewriteRule (.*) $1%{ENV:ZIP_EXT} [L] RewriteRule ^minify-b(\d+)-([a-zA-Z0-9-_.]+)\.(css|js)$ /index.php?blog=$1&min_group=$2&min_type=$3 [L] </IfModule> # END BWP Minify RulesForum: Plugins
In reply to: [Better WordPress Minify] Next ReleaseI installed and it does indeed work.
However, the friendly URL function does not. I have activated it, adding the necessary changes to the .htaccess file. In addition, I have turned on CDN. My site looks completely broken (CSS wise)
Any suggestions?
Forum: Plugins
In reply to: [Better WordPress Minify] Next ReleaseParse error: syntax error, unexpected ‘)’, expecting T_PAAMAYIM_NEKUDOTAYIM in /nas/wp/www/cluster-1238/[site name]/wp-content/plugins/bwp-minify/includes/class-bwp-minify.php on line 448
Thats the error – Please note that [site name] is my install directory.
Forum: Plugins
In reply to: [Better WordPress Minify] Next ReleaseIm sorry, i should have copied it down but the site is running at peak hours so I can’t run something thats not working.
I did fresh install yes. I did notice it still said 1.2.3
Forum: Plugins
In reply to: [Better WordPress Minify] Google Preview BrokenGreat. Just for me to know, when do you expect to release 1.3 officially?
Forum: Plugins
In reply to: [Better WordPress Minify] Google Preview BrokenSorry if this is a rubbish question, but do I just upload 1.3 beta via the plugins upload tool as is? (zip file) Or should I extract and then transfer via ftp?
So you recommend not putting CSS files in the footer? Okay. I’ll give that a shot.