- Posts: 27
- Thank you received: 0
Problem with top 1 slide show
-
mimakos24
Inactive member - Topic Author
- Member
Less
More
8 years 5 months ago #46404
by mimakos24
Problem with top 1 slide show was created by mimakos24
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6686
- Thank you received: 709
8 years 5 months ago #46405
by milos
Replied by milos on topic Problem with top 1 slide show
Your HTML code is:
It should be:
Maybe your WYSIWYG editor cut span elements. Disable it before you edit this module again.
Regards,
Milos
Code:
<ul class="cb-slideshow">
<li>Image 01
<div>
<h3>Akrogiali</h3>
</div>
</li>
<li>Image 02
<div>
<h3>Hotel</h3>
</div>
</li>
<li>Image 03
<div>
<h3>Restaurant</h3>
</div>
</li>
<li>Image 04
<div>
<h3>More</h3>
</div>
</li>
<li>Image 05
<div>
<h3>Than</h3>
</div>
</li>
<li>Image 06
<div>
<h3>Relax</h3>
</div>
</li>
</ul>
It should be:
Code:
<ul class="cb-slideshow">
<li><span>Image 01</span><div><h3>Dive deeply</h3></div></li>
<li><span>Image 02</span><div><h3>inside</h3></div></li>
<li><span>Image 03</span><div><h3>the portfolio</h3></div></li>
<li><span>Image 04</span><div><h3>of my designs</h3></div></li>
<li><span>Image 05</span><div><h3>powered by Joomla!</h3></div></li>
<li><span>Image 06</span><div><h3>and HotThemes</h3></div></li>
</ul>
Maybe your WYSIWYG editor cut span elements. Disable it before you edit this module again.
Regards,
Milos
Please Log in to join the conversation.
Time to create page: 0.305 seconds