Page 1 of 1

Problem Loading Project

Posted: Wed Feb 08, 2012 10:53 pm
by GregJohnson

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.


Problem Loading Project

Posted: Wed Feb 08, 2012 11:57 pm
by maxkatz

Please share the app with a href="mailto:support@tiggzi.com" rel="nofollow"support@tiggzi.com/a.

http://help.gotiggr.com/documentation...


Problem Loading Project

Posted: Thu Feb 09, 2012 12:18 am
by maxkatz

I'm not able to open it either.. going to send this to our dev. team.


Problem Loading Project

Posted: Thu Feb 09, 2012 1:30 am
by GregJohnson

Always happy to cause a problem :D I have a tendancy to attract bugs and try to do the impossible :D


Problem Loading Project

Posted: Thu Feb 09, 2012 1:38 am
by maxkatz

Thank you for finding the bug.. we will fix it.


Problem Loading Project

Posted: Thu Feb 09, 2012 4:43 pm
by maxkatz

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<&#47;property>
<property name="margin">0 auto<&#47;property>
<&#47;selector>
/code

the selector requires to be a class name with . in the name:

code
<selector name="&#46;logo_div">
<property name="text-align">center<&#47;property>
<property name="margin">0 auto<&#47;property>
<&#47;selector>
/code


Problem Loading Project

Posted: Thu Feb 09, 2012 4:56 pm
by GregJohnson

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)