Home Forums WordPress Plugins Hide My WP Minify Not Working… ?

This topic is: not resolved
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #884
    pthomson
    Post 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,
    Paul

    Attachments:
    You must be logged in to view attached files.
    #889
    Hassan
    Post count: 955

    If 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.

    #912
    pthomson
    Post count: 6
    This reply has been marked as private.
    #936
    pthomson
    Post count: 6

    Hello Hassan,

    Any update on this?

    Thanks,
    Paul

    #958
    Hassan
    Post count: 955

    Sorry 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;

    #985
    pthomson
    Post count: 6

    Hi 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,
    Paul

    #996
    Hassan
    Post count: 955

    Sorry, 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.

    #1124
    pthomson
    Post count: 6

    Hello 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,
    Paul

    #1154
    Hassan
    Post count: 955

    Sorry,

    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.

    #1192
    pthomson
    Post count: 6

    Hassan,

    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,
    Paul

    #1244
    Hassan
    Post count: 955

    It 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.

    #1255
    pthomson
    Post count: 6

    Hasan,

    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

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.