pistol22cal
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Invert Lite] Menu Disappears when scrolling on Mobilesame issue for me also, home page works every time but other pages sometimes it works then doesn’t
invert lite them in use.
Also, same issue if i make my desktop browser window smaller. The little menu button just disappears and i see each page navigation and its huge.
- This reply was modified 8 years ago by pistol22cal.
- This reply was modified 8 years ago by pistol22cal.
THANK YOU!!!!! YES PERFECT!!!!!!
I did notice that thank you for helping to make it more clear!
When I run pagespeed insights
I get a list of URL’s that are not cached
https://s7.addthis.com/js/300/addthis_widget.js (expiration not specified)
https://m.addthisedge.com/…-581fed4a01853107/_ate.track.config_resp (60 seconds)
https://connect.facebook.net/en_US/fbevents.js (20 minutes)
https://www.google-analytics.com/plugins/ua/ec.js (60 minutes)
https://www.google-analytics.com/plugins/ua/linkid.js (60 minutes)
https://www.google-analytics.com/analytics.js (2 hours)How do I add these to my .htaccess
##### EXPIRE CACHING - LEVERAGE BROWSER CACHING ##### <IfModule mod_expires.c> ExpiresActive On ExpiresDefault "access plus 1 month 1 days" ExpiresByType text/html "access plus 1 month 1 days" ExpiresByType image/gif "access plus 1 month 1 days" ExpiresByType image/jpeg "access plus 1 month 1 days" ExpiresByType image/png "access plus 1 month 1 days" ExpiresByType text/css "access plus 1 month 1 days" ExpiresByType text/javascript "access plus 1 month 1 week" ExpiresByType application/x-javascript "access plus 1 month 1 days" ExpiresByType text/xml "access plus 1 seconds" </IfModule> ##### END EXPIRE CACHING #####
I have expires cache in my .htaccess file already.