Tasty Sites
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Review Slider] How to display reviews in custom templateOkey, so I’ll answer my own question ^_^
You need to create a template from WP FB Reviews > Templates
Then you can use it in your pages content editor.Then you can use it anywhere in your templates with for example
<?php echo do_shortcode(‘[wprevpro_usetemplate tid=\’1\’]’); ?>
Sorry for the fuss, but few screenshots would be lovely ??
Forum: Reviews
In reply to: [Leverage Browser Caching] Does what it shouldNo problem, now works like a charm – tho it does not resolve issues with
https://insights.hotjar.com/…01425ad3ead8c13b022c6e0cbfe8d5e3/content (expiration not specified)
https://insights.hotjar.com/…ent-md5/f234fefe63b6e8923e464ad42235053f (expiration not specified)
https://static.hotjar.com/c/hotjar-419423.js?sv=5 (60 seconds)
https://connect.facebook.net/pl_PL/sdk.js (20 minutes)
https://www.google-analytics.com/ga.js (2 hours)Not sure there is a way to solve this manually
Forum: Reviews
In reply to: [Leverage Browser Caching] Does what it shouldHello
It apparently does not work with
Apache/2.4.10 Unix OpenSSL/1.0.1e-fips mod_bwlimited/1.4
This is a serious thing – when you activate a plugin and whole website is down – you should PRINT IN RED WITH BIIIIIG WORDS – what a user should do to revers the process manually.
Please don’t teach me how to rate – if plugin is dangerous everyone should know what can happen – I fixed that myself – but 90% of people probably would flame you till you respond.
If my servers isn’t Apache and you are right – I’ll make that review go away. If you need any more info I’ll be more than happy to help
======================================================================================So your plugin adds:
# LBROWSERCSTART Browser Caching
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif “access 1 year”
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType image/x-icon “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType text/javascript “access 1 month”
ExpiresByType text/html “access 1 month”
ExpiresByType application/javascript “access 1 month”
ExpiresByType application/x-javascript “access 1 month”
ExpiresByType application/xhtml-xml “access 1 month”
application/pdf “access 1 month”
application/x-shockwave-flash “access 1 month”
ExpiresDefault “access 1 month”
</IfModule>
# END Caching LBROWSERCENDThat crashes my site https://www.tastysites.pl
And this is what I have – that does not work for everything but it does not crash my website
## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType text/html “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 1 month”
</IfModule>
## EXPIRES CACHING ##Forum: Plugins
In reply to: [Responsive flipbook wordpress plugin free download] zoom is not workingHow this can be resolved? ??