OK, thanks again!
OK, thanks again!
Hi Illya,
Sorry to bother, but did this bug get fixed in the update? Thanks!
Hi Sean,
Sorry, still unresolved.
Sean,
Just to add. We are going to add Theme manager in September, for now you can do it manually in sources.
sure, no problem. I switched the theme a few times before which is what led me to this bug, so I can switch it again
Will be nice to have the theme manager later this year. Thanks again!
Hello appery team,
The first time I created a new theme from Theme Roller everything worked great. Then I replaced the CSS with a different theme and it led to issues (see above comments). So to try and fix this, I deleted the theme I had created from my project, and switched to an included theme. Then I went back through the documentation of uploading a new theme from Theme Roller. I tested the CSS again first by uploading it to Theme Roller and it looks exactly the way I originally designed it. After uploading, the screen and test goes back to a generic gray color and does not show my theme. I cleared the cached, logged out, and logged back in, but same issue. Could someone help with this? Here is a link:
Dear Sean, we'll check and let you know. This may take some time.
ok, thanks!
Hello Sean,
This bug has been reported and we're working on it.
But there is a workaround which could help you:
ol
liAdd new JavaScript asset. http://prntscr.com/3bwrhr/direct/li
liInsert in asset the following code:
precode
var styles = jQuery("head link");
for(var i = 0; i < styles.length; i++){
var currentStyle = jQuery(styles);
if(currentStyle.attr("href") == "files/resources/lib/theme/jqm/jqm.css"){
console.log("remove jqm default stylesheet");
currentStyle.remove();
};
};/code/pre/li
Note: if you want to use "jqm" theme, you should remove/disable this JavaScript code.
Regards./ol
Hi Illya,
Thanks for the quick reply. This new JS asset did help to make most of my theme look normal again when testing on PC in Chrome, however, there is now an issue with the footer not being visible. And the JS doesn't appear to have any effect or change the problem when I test on my iPhone through the Appery app. I know and understand that this will take some time to adjust, and I have time and patience for this project. I will continue to update on my end, and hope we can resolve this soon! Thanks!!