kind assistance,
I would like to put on my home page a module like this in the url: https://www.bootply.com/132400

(carousel slider of images from a folder or manually specified, with no possibility of clicking).

I've tried Image Show GK4 and News Show Pro GK5 but they do not do this simple feature.

ps: a second question: is there a documentation of your framework used in this template?

Hi,

I think you can use News Show Pro GK5 (News gallery mode) to achieve similar effect, but you have to use one of available source content (like k2 items or joomla articles) - more information may be found here:

https://www.gavick.com/documentation/joomla/extensions/joomla-25/news-show-pro-gk5

Regarding the framework - here you should find the documentation:
https://www.gavick.com/documentation/joomla/gavern-framework

Cheers
Joshua

Hello,
having to create a simple carousel of logos I would not like to create an article for each brand. (I do not need the images to be linkable). Is there any alternative to this module?

With bootstrap it is very simple, just add the plugin owl carousel to some html code. With your framework I can not find the html class to write to create this thing (<div class = col-md-X for bootstrap, what are the classes that are used for Gavern ??)

If you want to use columns, please use the following syntax:

<div class="gkCols" data-cols="3">
<div>first column</div>
<div>second column</div>
<div>third column</div>
</div>

Cheers
Joshua

Along those lines, is there any specific documentation or list for the gk- helper classes and syntax?

For instance, I didn't even know the gkCols class existed.. and only found gk-wide-image by dismantling a demo page... that's terribly inefficient. I am sure there are others. I spent a fair amount of time - futilely trying to build a columnar layout with bootstrap classes, to no avail...

Also, the Layout Manager mentioned in the Gaven docs does not seem to exist in Gavic PHOTO.

Hi,

gkCols classes are used i.e. on the typography page, unfortunately there are no documentation for it, we'll try to improve it.

As I remember the Layout Manager was added only to basic Meet Gavern template.

Cheers
Joshua

WOW. Well... that's... um... something. ~eyebrow... and busts out the crowbar.~

Write a Reply...
You need to Login to view replies.