twitter bootstrap - PIMCore carousel issue -


i'm building new website using pimcore first time , getting grips quite well. however, i've come across issue has me stumped , looking answer on google has proved fruitless.

i've added block , placed gallery carousel feature in it, works great. can add image, title , description first slide, however, subsequent slides not show images nor inputs title , description. merely 2 horizontal lines presume input boxes (see below).

enter image description here

even if code carousel feature in myself, leaving image, title , description input fields, still comes out same way. looking @ demo suite on pimcore 4, front page carousel works intended, however, in basic-examples , galleries, comes out above, me signifies major problem in carousel code.

any gratefully received.

in such cases makes sense disable carousel plugin when in editmode , display images 1 after another.

for example:

<script> $('.carousel').carouselplugin({   //////////// }); </script>  <div class="<?= $this->editmode?"carousel-editmode":"carousel" ?>">   <?php // in editmode display images 1 after another, or use multi-href field instead ?> </div> 

it hard , unreliable make working otherwise.


Comments

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -