cdn
6 years ago
buttons.html
11 years ago
cloudflare_warning.html
6 years ago
disable_wp_cron.php
6 years ago
download.html
6 years ago
exclude.php
6 years ago
htaccess.html
6 years ago
lazy_load.php
6 years ago
newpost.php
6 years ago
nginx_gzip.php
6 years ago
permission_error.html
6 years ago
preload.php
6 years ago
sample_img_list.html
6 years ago
timeout.php
6 years ago
update_error.html
6 years ago
update_now.php
6 years ago
update_success.html
6 years ago
update_success.php
6 years ago
updatepost.php
6 years ago
nginx_gzip.php
55 lines
| 1 | <div template-id="wpfc-modal-nginxgzip" style="top: 10.5px; left: 226px; position: absolute; padding: 6px; height: auto; width: 360px; z-index: 10001;display:none;"> |
| 2 | <div style="height: 100%; width: 100%; background: none repeat scroll 0% 0% rgb(0, 0, 0); position: absolute; top: 0px; left: 0px; z-index: -1; opacity: 0.5; border-radius: 8px;"> |
| 3 | </div> |
| 4 | <div style="z-index: 600; border-radius: 3px;"> |
| 5 | <div style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;font-size:12px;background: none repeat scroll 0px 0px rgb(255, 161, 0); z-index: 1000; position: relative; padding: 2px; border-bottom: 1px solid rgb(194, 122, 0); height: 35px; border-radius: 3px 3px 0px 0px;"> |
| 6 | <table width="100%" height="100%"> |
| 7 | <tbody> |
| 8 | <tr> |
| 9 | <td valign="middle" style="vertical-align: middle; font-weight: bold; color: rgb(255, 255, 255); text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); padding-left: 10px; font-size: 13px; cursor: move;"><?php _e("Enable Gzip", "wp-fastest-cache"); ?></td> |
| 10 | <td width="20" align="center" style="vertical-align: middle;"></td> |
| 11 | <td width="20" align="center" style="vertical-align: middle; font-family: Arial,Helvetica,sans-serif; color: rgb(170, 170, 170); cursor: default;"> |
| 12 | <div title="Close Window" class="close-wiz"></div> |
| 13 | </td> |
| 14 | </tr> |
| 15 | </tbody> |
| 16 | </table> |
| 17 | </div> |
| 18 | <div class="window-content-wrapper" style="padding: 8px;"> |
| 19 | <div style="z-index: 1000; height: auto; position: relative; display: inline-block; width: 100%;" class="window-content"> |
| 20 | <div class="wpfc-cdn-pages-container"> |
| 21 | <div class="wiz-cont" style=""> |
| 22 | <h1>How to Enable Gzip?</h1> |
| 23 | <p>Nginx is used in the server so you need to enable the Gzip manually. Please take a look at the following tutorial.</p> |
| 24 | |
| 25 | <div class="wiz-input-cont" style="margin-top:10px !important;"> |
| 26 | <label class="mc-input-label" style="margin-right: 5px;"> |
| 27 | <a href="http://www.wpfastestcache.com/tutorial/how-to-enable-gzip-on-nginx/" target="_blank">http://www.wpfastestcache.com/tutorial/how-to-enable-gzip-on-nginx/</a> |
| 28 | </label> |
| 29 | </div> |
| 30 | </div> |
| 31 | </div> |
| 32 | </div> |
| 33 | </div> |
| 34 | <div class="window-buttons-wrapper" style="padding: 0px; display: inline-block; width: 100%; border-top: 1px solid rgb(255, 255, 255); background: none repeat scroll 0px 0px rgb(222, 222, 222); z-index: 999; position: relative; text-align: right; border-radius: 0px 0px 3px 3px;"> |
| 35 | <div style="padding: 12px; height: 23px;text-align: center;"> |
| 36 | <button class="wpfc-dialog-buttons buttons" type="button" action="close"> |
| 37 | <span>OK</span> |
| 38 | </button> |
| 39 | </div> |
| 40 | </div> |
| 41 | </div> |
| 42 | </div> |
| 43 | <script type="text/javascript"> |
| 44 | jQuery("#wpFastestCacheGzip").click(function(){ |
| 45 | if(jQuery("#wpFastestCacheGzip").is(':checked')){ |
| 46 | if(jQuery("div[id^='wpfc-modal-nginxgzip-']").length === 0){ |
| 47 | Wpfc_New_Dialog.dialog("wpfc-modal-nginxgzip", {close: function(){ |
| 48 | Wpfc_New_Dialog.clone.remove(); |
| 49 | }}); |
| 50 | |
| 51 | Wpfc_New_Dialog.show_button("close"); |
| 52 | } |
| 53 | } |
| 54 | }); |
| 55 | </script> |