Slideshow

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Dec 10, 2015 6:50 pm
Reply with quote
Report this post
Hi
The frontpage of the homepage Instyle contains both a slide show and 4 "boxes". I can't find any guidance or features in the template to create either slide show or "boxes"??? I am totally lost there...

// R
User avatar
Senior Boarder

GK User
Thu Dec 10, 2015 7:06 pm
Reply with quote
Report this post
User avatar
Moderator

GK User
Thu Dec 10, 2015 7:12 pm
Reply with quote
Report this post
Yes. I may be blind-but where do I find the set up for eg the slide show. Should there be a template set up?

//R
User avatar
Senior Boarder

GK User
Mon Dec 14, 2015 12:55 pm
Reply with quote
Report this post
Ok, seems our decumentation misses this part.
There are 5 modules, two in top1 module position:
NSP with "double" Module suffix,
and custom html module:
Code: Select all
<div class="gkBanner">
<h2><a href="#">New Winter <span>2013</span></a></h2>
<strong><a href="#">See New Collection</a></strong>
<a href="#"><img src="images/demo/collection_1.jpg" alt="" /></a>
</div>

with "banner" module class suffix

and three in top 2 module position:
- custom html modules:
Code: Select all
<div class="gkBanner">
<h2><a href="#">Collection <span>Women</span></a></h2>
<strong><a href="#">See New Collection</a></strong>
<a href="#"><img src="images/demo/collection_2.jpg" alt="" /></a>
</div>

Code: Select all
<div class="gkBanner">
<h2><a href="#">Collection <span>Men</span></a></h2>
<strong><a href="#">See New Collection</a></strong>
<a href="#"><img src="images/demo/collection_3.jpg" alt="" /></a>
</div>

Code: Select all
<div class="gkBanner">
<h2><a href="#">Get the <span>Boots</span></a></h2>
<strong><a href="#">See New Collection</a></strong>
<a href="#"><img src="images/demo/collection_4.jpg" alt="" /></a>
</div>

also with "banner" Module Class Suffix
User avatar
Moderator

GK User
Wed Dec 16, 2015 9:30 am
Reply with quote
Report this post
You can also find all the details here:
https://www.gavick.com/documentation/jo ... on/instyle
It was there all the time in module configuration section.
User avatar
Moderator


cron