Is there an example of how this works ?
Is there an example of how this works ?
See the main page of www.chilloutfashions.com.au
I'm not sure if this is possible, but if you install this in the header section of the page, is there a way to get it to only show up on the main (home) page and not every other page.
Check out this (my) site to see what I mean:
https://www.driftbuildstore.com
Forums are for helping people!! if you don't want to help people then shut up and get off the forum!
Just put the slideshow in the define_main_page and it should only show up on the main page
Go to Admin/tools/Defines Page Editor and select from the drop down box define_main_page.php
there you can put the code and any mods you want to do.
Take a look at this post - with special attention to the top of the quoted block of code where it says:
Don't forget the closing } at the appropriate location in the script.Code:<?php if($this_is_home_page){ ?> <script type="......(etc)...
I also made a remark in that post that my slideshow was only to show on the home page - that remark is just above the code block.
Lets us know if you get stuck with this..
Frank