Page 2 of 3

Import Theme Roller theme?

Posted: Sat Mar 29, 2014 12:58 am
by Sean Doherty

OK, thanks again!


Import Theme Roller theme?

Posted: Wed Apr 16, 2014 1:04 pm
by Sean Doherty

Hi Illya,

Sorry to bother, but did this bug get fixed in the update? Thanks!


Import Theme Roller theme?

Posted: Wed Apr 16, 2014 1:06 pm
by Kateryna Grynko

Hi Sean,

Sorry, still unresolved.


Import Theme Roller theme?

Posted: Wed Apr 16, 2014 1:23 pm
by Kateryna Grynko

Sean,

Just to add. We are going to add Theme manager in September, for now you can do it manually in sources.


Import Theme Roller theme?

Posted: Wed Apr 16, 2014 1:53 pm
by Sean Doherty

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!


Import Theme Roller theme?

Posted: Sat Apr 19, 2014 1:55 am
by Sean Doherty

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:

http://appery.io/app/mobile-frame?src...


Import Theme Roller theme?

Posted: Sat Apr 19, 2014 3:38 am
by Alena Prykhodko

Dear Sean, we'll check and let you know. This may take some time.


Import Theme Roller theme?

Posted: Sat Apr 19, 2014 4:33 am
by Sean Doherty

ok, thanks!


Import Theme Roller theme?

Posted: Sun Apr 20, 2014 11:47 pm
by Illya Stepanov

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&#46;length; i++){
var currentStyle = jQuery(styles);
if(currentStyle&#46;attr("href") == "files/resources/lib/theme/jqm/jqm&#46;css"){
console&#46;log("remove jqm default stylesheet");
currentStyle&#46;remove();
};
};/code/pre/li
Note: if you want to use "jqm" theme, you should remove/disable this JavaScript code.

Regards./ol


Import Theme Roller theme?

Posted: Mon Apr 21, 2014 3:00 pm
by Sean Doherty

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!!

Image