Wordpress Slide show Problems

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
moris
Forum Newbie
Posts: 1
Joined: Sun Mar 11, 2012 1:03 pm

Wordpress Slide show Problems

Post by moris »

hi friends , i have a problem with wordpress slideshow, i have install a slideshow and its ok but i want that each image have url , i cant add url code in the PHP code,
the slideshow code show below:

<script type="text/javascript">

var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [630, 182], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [

["<?php bloginfo('stylesheet_directory'); ?>/img/slidshow/1.jpg", "", ""],

["<?php bloginfo('stylesheet_directory'); ?>/img/slidshow/2.jpg", "", ""],

["<?php bloginfo('stylesheet_directory'); ?>/img/slidshow/3.jpg", "", ""]

//<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})



</script>


please help me!
Thanks
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: Wordpress Slide show Problems

Post by social_experiment »

You could try and contact the author of the slideshow code; where did you download the plug-in from
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply