Hello, will this plugin be updated to support 4.0. Have tested it, but it dosn’t work with 4.0.
]]>Hey,
I really am liking the plug-in… I have been reading a lot into Appcache and think this plug-in nailed it. Where would I add in my code if I want WP Appcache to store a specific page that hasn’t loaded?
I tried this on line 12 in your manifest.php file:
echo 'CACHE MANIFEST
# version ' . $_SESSION['wp_appcache_manifest_timestamp'] . ' v1
CACHE:
portfolio-item/octopus-4/index.php
# html files
/
NETWORK:
FALLBACK:
webapp/portfolio-item/octopus-3/index.php
*';
For example on this site: https://appcachefacts.info/demo/index.html
they used Appcache and have the “Cache” page load on the home screen. So if you go to that home page on your phone and load it without viewing the “Cache” page. Then turn off your connection and go back into the page and load the “Cache” page it will load.
Thank you so very much! ??
]]>Do you think is compatible with Adsense ads? thanks
]]>Do you think is compatible with Adsense ads? thanks
]]>Hello dear
Thanks for the plugin, I like me know it is compatible with
WP Fastest Cache
because WP Fastest Cache have the option for browse cache with this lines in htaccess
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/ico A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000
</IfModule>