lisps / dokuwiki-plugin-imagecarousel

display images with slick (the last carousel you'll ever need)
GNU General Public License v3.0
3 stars 0 forks source link

Problems with Page Action #1

Open sGollingerMed opened 5 years ago

sGollingerMed commented 5 years ago

Hello,

I installed the ladest imagecarousel plugin version for the newest dokuwiki version on a testserver. For my test I created a new page and created an imagecarousel for 5 pictures. After I saved the page with the carousel tag I can't see the dokuwiki__pagetools div which should be positioned to the right of the content: grafik

I used this tag:

<carousel infinite=true&slidesToShow=4&slidesToScroll=3&dots=true>
{{:img_1190.jpg?200|}}
{{:img_1191.jpg?200|}}
{{:img_1194.jpg?200|}}
{{:img_1195.jpg?200|}}
{{:img_1197.jpg?200|}}
</carousel>

In another page which hasn't an imagecarousel the pagetools are shown on the right positions: grafik

Can you please help me?

peterfromearth commented 5 years ago

can you try the new version?

sGollingerMed commented 5 years ago

I tried it with the newest version. Now the pagetools are on the right position but the carousel doesn't work: grafik

peterfromearth commented 5 years ago

Are there any hints in the php error log or in the js debug console?

peterfromearth commented 5 years ago

Can you also try

<carousel infinite=true&slidesToShow=4&slidesToScroll=3&dots=true>
  * {{:img_1190.jpg?200|}}
  * {{:img_1191.jpg?200|}}
  * {{:img_1194.jpg?200|}}
  * {{:img_1195.jpg?200|}}
  * {{:img_1197.jpg?200|}}
</carousel>
sGollingerMed commented 5 years ago

Thanks! The * works!

sGollingerMed commented 5 years ago

Now I have a design problem: The dots are shown in the text: grafik