Hi all,
I have the following on my site, using a bootstrap template:
<div class="hidden-xs sc-content-boxA"> <!-- This is a bootstrap div, not visible on mobile devices -->
<img src="" />
</div>
<div class="visible-xs caroussel sc-content-boxA"> <!-- This bootstrap caroussel item is visible on mobile devices -->
<img src="" />
</div>
On the desktop, with sitecake, would like to add an image to the first div, like you normally would with .sc-content.
Then the same image will have to be placed in the second div, so the content is repeated.
I can place an image with sitecake in the first div, but when clicking ‘Publish’, the image is not saved in neither of the two divs.
Can someone help me? Should I put the code for the second div in a separate PHP file so sitecake can recognize it as repeatable content? And then include the php file on the right location?