Page 1 of 1

Slider in the header

Posted: Tue Dec 29, 2015 5:11 pm
by roze
Is there a way to make a slider in the header of a template, instead of for example the "header.jpg"

Re: Slider in the header

Posted: Tue Dec 29, 2015 6:15 pm
by cmb
roze wrote:Is there a way to make a slider in the header of a template, instead of for example the "header.jpg"
Have you tried svasti's Flexslider?

Re: Slider in the header

Posted: Wed Dec 30, 2015 11:14 am
by roze
Thanks.

I'll gonna try this.

Re: Slider in the header

Posted: Tue Mar 15, 2016 8:35 am
by Eddy
Hi there!

I have also had a look at the flexslider plugin with the same intention of having the images in the header of the template rotate. Somehow i haven't found the right syntax or how to manage for it to work the intended way. So, after setting up everything as described in the help file I would much appreciate some help on how to embed or call the plugin with <?php echo flexslider();?> in the following line to reyplace the header.jpg:

> <td><img name="template_r3_c2" src="<?php echo
> $pth['folder']['templateimages']?>header.jpg" width="953" height="315"
> border="0" id="template_r3_c2" alt=""></td>

Thanks for your help in advance! :)
Eddy

Re: Slider in the header

Posted: Wed Mar 16, 2016 9:14 am
by cmb
Eddy wrote:So, after setting up everything as described in the help file I would much appreciate some help on how to embed or call the plugin with <?php echo flexslider();?> in the following line to reyplace the header.jpg:
[…]
Have you tried the following:

Code: Select all

<td><?php echo flexslider()?></td>