Gallery

GK User
Fri Oct 23, 2015 10:53 am
Hi,

The gallery isn't like the demo version. The site includes 3 pictures ... when you open the first you can go forward with the arrow. After the third picture there is always a "loading symbole"... At demo version.. after the last picture... it shows the first picture ...

Thank you for your support.
User avatar
Expert Boarder

teitbite
Mon Oct 26, 2015 2:06 pm
Hi

Please tell me the url to the page this can be seen.
User avatar
Moderator

teitbite
Sun Nov 01, 2015 6:54 pm
Hi

Problem is because of this code:

Code: Select all

<hr class="separator" />
<figure class="gk-photo gk-photo-left">
<h3>Preise</h3>
<p>Nächtigung mit Frühstück ab     € 31,00</p>
<p>Halbpensionszuschlag                € 12,00</p>
<p>ohne Frühstück                          - €   4,00</p>
<p>Einbettzuschlag                           €   5,00</p>
<p>Kurzaufenthaltszuschlag &nbsp; &nbsp; &nbsp;&nbsp;  &nbsp; &nbsp;&nbsp;€ &nbsp;&nbsp;4,00 </p>
<p> </p>
<p>Unsere Preise verstehen sich <strong> pro Person und pro Nacht</strong>, exklusive Nächtigungsabgabe. </p>
<p>Die Zuschläge gelten nur bei einem Aufenthalt von einer Nacht.</p>
<p>Kinder bis 3 Jahre schlafen bei uns gratis, ab dem 3. Lebensjahr bis Vollendung des 10. Lebensjahrs gibt es eine Ermäßigung von 50 Prozent.</p>
<p>Haustiere sind bei uns erlaubt.</p>
</figure>


a <figure></figure> layer is to tell script where images are. Since it's missing from last layer there is no image in the gallery slider.
User avatar
Moderator

GK User
Mon Nov 02, 2015 6:52 pm
ok - thanks!
I used this code because of the formatting ...
Is there any way to solve this problem?
User avatar
Expert Boarder

teitbite
Wed Nov 04, 2015 2:38 pm
Hi

I'm afraid not. You simply cannot use <figure></figure> which separate slides without an image attached to it. You will have to use a different structure or add an extra image.
User avatar
Moderator


cron