Using Image Show GK4 as Header, want to animate an image

Creative, responsive and unique Joomla template to create personal portfolio website with amazing animations and clean design.
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
Tue Sep 23, 2014 3:16 pm
Reply with quote
Report this post
Hi

Site in question is http://www.joomdev.me/eyedea

I want the last slide to have the eyedea logo and tag line to animte in, tried using gkanimate but it doesnt seem to like it, any ideas?

Used this in the content box

Code: Select all
<img class="gkAnimate active" src="/images/slidelogo.png">


TIA
Kev
User avatar
Gold Boarder

GK User
Tue Sep 23, 2014 4:08 pm
Reply with quote
Report this post
Hi,
it because all extra code is cleaned from slide content.
It means that you have to customize module view, check this guide: https://www.gavick.com/documentation/jo ... -show-gk4/
at the middle you should find useful tip.

If this will not help, you have to use another slide module which allows you to add animations like: Unite Revolution or Layer Slider.
User avatar
Platinum Boarder

GK User
Tue Sep 23, 2014 4:11 pm
Reply with quote
Report this post
p.s.
You should work with logo position , now it's too close to left border. It request some space, at least 10px. :ugeek:

p.s.
Is this your private / company website in Dubai city? I mean are you are owner?
User avatar
Platinum Boarder

GK User
Wed Sep 24, 2014 6:19 am
Reply with quote
Report this post
Hi Oscar


It's not my site, it's for a company i do a bit of work for here in Dubai.

I will check out the documentation and see what i can do

Thanks
Kev
User avatar
Gold Boarder

GK User
Wed Sep 24, 2014 6:27 am
Reply with quote
Report this post
OK the Rock Wall doesnrt seem to have the same code, closest is...

Code: Select all
// creating slide content
$content = ($this->config['image_show_data'][$i]->type == "text") ? $this->config['image_show_data'][$i]->content : $title;
// creating slide link
$link = ($this->config['image_show_data'][$i]->type == "text") ? $this->config['image_show_data'][$i]->url : $this->articles[$this->config['image_show_data'][$i]->art_id]["link"];   


I am guessing I should replace 'image_show_data' with the suggested code?
User avatar
Gold Boarder

GK User
Fri Sep 26, 2014 11:13 am
Reply with quote
Report this post
Each slideshow style have a little bit different code, but I'm guessing that it should be it
User avatar
Platinum Boarder


cron