Slider in the header

About the template and stylesheet - and changing the menu
Post Reply
roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Slider in the header

Post by roze » Tue Dec 29, 2015 5:11 pm

Is there a way to make a slider in the header of a template, instead of for example the "header.jpg"
Rob Zeijen,

Valkenswaard (NL)

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Slider in the header

Post by cmb » Tue Dec 29, 2015 6:15 pm

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?
Christoph M. Becker – Plugins for CMSimple_XH

roze
Posts: 270
Joined: Tue Jun 03, 2008 7:13 am
Location: NL
Contact:

Re: Slider in the header

Post by roze » Wed Dec 30, 2015 11:14 am

Thanks.

I'll gonna try this.
Rob Zeijen,

Valkenswaard (NL)

Eddy
Posts: 37
Joined: Wed Oct 19, 2011 1:42 am

Re: Slider in the header

Post by Eddy » Tue Mar 15, 2016 8:35 am

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

cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

Re: Slider in the header

Post by cmb » Wed Mar 16, 2016 9:14 am

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>
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply