If you have a multilingual site with slider which uses the featured images for slider images and you want to make it support different slide images depending on the language you might want to follow these simple steps (or you can hack it your way). Problem one: WordPress doesn’t support multiple featured images. Solution Get… Continue reading How to make your slider have multilingual support using qtranslate
Category: Technology
Cache Manifest not detected by iPhone and app not working offline
Today I had a strange behaviour when I moved an supposed-to-work-offline html5 app I’m making to another server. Although everything was just copy-pased it seemed that the apache didn’t serve the cache.manifest file as text/cache-manifest for the iPhone (it worked just as desired on Chrome). The solution was rather strange and i still don’t know… Continue reading Cache Manifest not detected by iPhone and app not working offline