Mansur provided me a Cloudron enabled version. At the end, he is storing the CSS file on a cloud server and reference it from the php file. It works now for me. You need to ask him for the Cloudron adopted version.
H
heckpet
@heckpet
Posts
-
Responsive Theme -
Responsive ThemeI just bought the responsive plugin and stumbled over the same issue. Investigation on the browser console showed, that the CSS file could not be loaded. This is caused by the directive "Deny from all" in the .htaccess in /include folder. I set an .htaccess with "Allow from all" for testing in the /plugin /plugin/ost-responsive and /plugin/ost-responsive/css folder and changed the path to the CSS in the ostresponsive.php folder to point to the right directory. At least, this eliminated the console error, that the CSS file is not loadced, but it doesn't do any change to the layout. Looks for me, that the complete plugin is not designed to work in Cloudron environment!