0

I am creating an FCE for my article content.

I created sections so that I can create every article sub element multiple times in a page and every thing works fine except an image slider.

Here is my mapping : enter image description here

The difference between other elements and image slider is it contains a section element inside it.

When I add and save content to image slider it simply disappear.

Rendering output shows html elements till the subsection 'Content set'.

How can I get the slider to work?

Harish Ambady
  • 12,525
  • 4
  • 29
  • 54

1 Answers1

0

You have bad maping set:

Image slider -> div (outer)
Content set -> div (inner)
Container -> li (outer)
Image -> img (outer)
Rafał Wójcik
  • 591
  • 3
  • 13
  • my markup for slider is : . If I map as u said ,when each time I add a container set in the backend will result in replication of
      .
    – Harish Ambady Oct 24 '12 at 11:06