Hello, I currently have a poor image sliderat the top of my page
But love the way this is supposed to look,
unfortunately I am no expert but believe I followed the instructions correctly.
At the bottom of my site you will see the slider
http://www.xboxplayers.co.uk/site/content.php
Below is the first part of the code and the revised path was copied directly from my cpanel file manager and pasted in.
Both widget and css file have the same image sizes.
I changed the image path if no image found to true but no fallback image has appeared.
Really appreciate any help. Thanks in advance
// DEBUG MODUS !
$debug_modus = false;
if($debug_modus === false)
{
ob_start();
}
//nivo slider - uf - vb.org version
//set these values as you need them:
//your slider folder - has to be read and writeable
//folder where all slider files are saved
$slider_img_filepath = '/public_html/site/Slider';
//picture width and height !same as in the CSS FILE!
$maxwidth = 650;
$maxheight = 250;
//do you want images without previewimage to be shown? slider is using the fallback then
$show_articles_without_image = true;
//picture shown if your articles has no previewpicture
$fallback_img = $slider_img_filepath . 'uf_fallback_slider.png';
//hardcoded maximum is 20 - if you want more just ask
$number_of_articles_shown = 10;