Jump to content

Download: Flash Image and Video Rotator


Enkidu

Recommended Posts

  • Replies 190
  • Created
  • Last Reply

I have a 3 column template with single page template. The slide show is in the center column but there seems to be a margin to the left of the block which makes it sit off centre. I have tried to center it but no luck.

When the images rotate they very slightly cross the right hand column, anyway of making it align center
?

Link to comment

Apologies, I am a numpty - as per your 1st post:




open piecemakerXML.php, find:


// slide 4

if (strlen($registry[PmSource4]))

echo ' <Image Source="'. $registry[PmSource4] .'" Title="'. $registry[PmTitle4] .'">

	  <Text>'. $registry[PmText4] .'</Text>

	  <Hyperlink URL="'. $registry[PmHyperlink4] .'" Target="_blank" />

    </Image>';

add below:


// slide 5

<Image Source="path/to/image" Title="my title">

	  <Text>my text</Text>

	  <Hyperlink URL="link" Target="_blank" />

    </Image>



replace path/to/image with the path to the image you want to slide, and replace my title, text, url with what title,text and url you want to be on that slide

Link to comment

Ok i see the problem and i dont know if its me or what but on that xml the first image is a jpg as it shows the 2nd 3rd and 4th are png format, however the images ive uploaded from folder are all jpg. I dont know why that is as i just uploaded pics ect.



thanks for pointing me right tho.




then change the extensions :)
Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...