Home › Forums › WordPress Plugins › Hide My WP › Minify Not Working… ?
- This topic has 11 replies, 2 voices, and was last updated 10 years, 4 months ago by pthomson.
-
AuthorPosts
-
July 15, 2014 at 2:15 pm #884pthomsonPost count: 6
Hello,
I cannot seem to get the minify and compress page options to work on any of my sites. Can you please assist?
I’ve tried using the default TwentyFourteen theme, disabling all other plugins, clearing server side caches etc, nothing seems to work regardless of what options are set.
Find attached the debug report along with my nginx conf files.
I can provide a sample login for my site if required but no modifications have been made, it’s a fresh installation of the latest WordPress release.
Thanks,
PaulAttachments:
You must be logged in to view attached files.July 16, 2014 at 8:20 am #889HassanPost count: 955If you mean Minify options provided by HMWP. It should work without configuring Nginx. If you use a cache mechanism try again and disable or clean cache (both in your browser and server)
If it doesn’t help, provide login details as a private reply and I’ll take a look.
July 18, 2014 at 1:53 pm #912pthomsonPost count: 6This reply has been marked as private.July 24, 2014 at 4:57 pm #936pthomsonPost count: 6Hello Hassan,
Any update on this?
Thanks,
PaulJuly 27, 2014 at 12:01 pm #958HassanPost count: 955Sorry Paul, I totally forgot you.
I just chosen safe minify and it seems it works. In case of stylesheet I found the problem. Please remove below line from Nginx config file and let me know the result:
rewrite ^/template/main\.css /wp-content/themes/prestige/style.css last;
July 28, 2014 at 3:34 pm #985pthomsonPost count: 6Hi Hassan,
The safe minify is not working, also when I remove the below line from the nginx config file then it returns a 404 as expected.
I don’t know how you managed to see it work??
Thanks,
PaulAugust 5, 2014 at 5:05 pm #996HassanPost count: 955Sorry, it thinks WP changed something in latest version.
I added a line to Replace in HTML and it solved CSS issue but there’s a better method:
Add this line to the top of Nginx config file:
rewrite ^/template/main\.css /?style_wrapper=1 last;
Take a back up from Replace in HTML and delete it.
Let me know the result.
August 19, 2014 at 9:09 am #1124pthomsonPost count: 6Hello Hassan,
I’ve added the rewrite rule to Nginx but it’s not correctly rewriting the file, it’s still being displayed as /?style_wrapper=1
Could you please clarify what you mean by ‘Take a back up from Replace in HTML and delete it’
Also, can you please let me know what file/lines you have edited and what the exact changes were?
Thanks,
PaulAugust 30, 2014 at 6:31 am #1154HassanPost count: 955Sorry,
Using style_wrraper URL is a temporary change until I find the exact problem. and hopefully it will be fixed HMWP v3.5 or v4.
I just mean save the content of Replace in HTML in a text file and then go to plugin settings page and leave its box blank.
September 1, 2014 at 1:35 pm #1192pthomsonPost count: 6Hassan,
Thanks for the reply. Is there anything I can do to help speed up the process of ‘finding the issue’?
Also, when do you expect v.3.5 or v.4 to be coming out. At the moment the plugin is useless to me without these features working and if there is no fix anytime soon then I’ll have to get a refund from envato market. It was advertised as being compatible with NGINX but it doesn’t seem to be.
Hope to hear from you again soon,
Thanks,
PaulSeptember 9, 2014 at 6:55 pm #1244HassanPost count: 955It should be released in September,
Once again I tried to fix it but your hosting is terrible. I receives timeout connection errors time to time in recent 2 days.
September 12, 2014 at 8:26 pm #1255pthomsonPost count: 6Hasan,
Thanks for your reply, but I think you’ll find my hosting is fine. I have my own VPS on a very reliable host, I remotely test my uptime every minute and can confirm there have been no errors on this development site or any of the others hosted on the server.
Are you able to be more specific on the release in september?
Regards,
Paul -
AuthorPosts
You must be logged in to reply to this topic.