Page 1 of 1

Entire container invisible

Posted: Mon Jul 07, 2014 9:32 pm
by Wes

Hi. The issue is that all of a sudden when I test my page, none of the components in the main container are visible and I receive a blank screen. I have checked all "visible" properties for the container and components. If I add in a header or footer, they are seen, but nothing in between. Any ideas?


Entire container invisible

Posted: Mon Jul 07, 2014 10:33 pm
by Yurii Orishchuk

Hi Wes,

It's hard to say what is wrong but probably you have some JS errors which are prevent to initialize the page.

Please see in browser console if there any errors.

Also if you can not manage to fix this problem please:

1 Give us your app public link

2 Describe steps to reproduce your problem.

Regards.


Entire container invisible

Posted: Tue Jul 08, 2014 12:22 am
by Wes

Thanks for your reply.

I don't see any errors.

Here's the public link

Only step required is to test page.
As you can see, the carousel works, but non of the content for the "Mainpage" container exists.

Thanks for any ideas.


Entire container invisible

Posted: Tue Jul 08, 2014 1:32 am
by Yurii Orishchuk

Dear Wes,

The culprit of your problem is the mapping in "VideoSearch" service.

In this mapping you link $[] to the "mobilegrid_20" container that is means you want to iterate this item.

Thus this item was marked as template and hided at all.

So you have two ways:

1 Delete this link from $[] to the "mobilegrid_20"

2 Run "VideoSearch" service and recieve result which will iterate this contianer as you need.

I don't know about your app logic that is why you need to accept one of suggested solutions yourself.

Regards.


Entire container invisible

Posted: Tue Jul 08, 2014 3:12 am
by Wes

Thank you so much, Yurii!
This helps me get back on track.