Problem Loading Project
For some reason when I try to load my project (299005) it gets stuck half way though the Loading Project progress bar. I can load the other project fine.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
For some reason when I try to load my project (299005) it gets stuck half way though the Loading Project progress bar. I can load the other project fine.
Please share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a.
I'm not able to open it either.. going to send this to our dev. team.
Always happy to cause a problem 
 I have a tendancy to attract bugs and try to do the impossible ![]()
Thank you for finding the bug.. we will fix it.
We fixed the problem so the project will open. You should also fix the custom CSS that you created:
code 
 <selector name="#logo_div"> 
    <property name="text-align">center</property> 
    <property name="margin">0 auto</property> 
  </selector> 
 /code
the selector requires to be a class name with . in the name:
code 
 <selector name=".logo_div"> 
    <property name="text-align">center</property> 
    <property name="margin">0 auto</property> 
  </selector> 
 /code
Ahh, ok, I will do that and see what I can break next 
 Haven't been having this much fun learning since my friend told me about this "new" thing on the internet called the world wide web and that I should check it out. 
 (15 or so years ago)