Wes
Posts: 0
Joined: Mon Jul 07, 2014 9:32 pm

Entire container invisible

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?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Entire container invisible

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.

Wes
Posts: 0
Joined: Mon Jul 07, 2014 9:32 pm

Entire container invisible

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.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Entire container invisible

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.

Wes
Posts: 0
Joined: Mon Jul 07, 2014 9:32 pm

Entire container invisible

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

Return to “Issues”