tenaki Posted October 13, 2011 Posted October 13, 2011 Hi should the images be clickable, I see there is an area for a URL on each image but it doesn't seem to do anything
ZakRhyno Posted October 13, 2011 Posted October 13, 2011 If you hover over the image you will see a circle that will pop up saids Link. That should answer your question. :D
Enkidu Posted October 13, 2011 Author Posted October 13, 2011 exactly in addition you can configure the size and position of these circles :)
tenaki Posted October 13, 2011 Posted October 13, 2011 Edit must have posted at the same time, thanks guys. Please ignore. hadn't checked the x y settings
tenaki Posted October 16, 2011 Posted October 16, 2011 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 ?
Enkidu Posted October 16, 2011 Author Posted October 16, 2011 Hi tenaki I will need to see it first hand to know what the issue is. thanks :)
tenaki Posted October 16, 2011 Posted October 16, 2011 Thanks Enkidu sorted out though, it was me not taking into account margins, padding etc
Mister Blonde Posted October 22, 2011 Posted October 22, 2011 Just a quick question. Is it possible to place this above IPContent articles? Instead of it being on its own page with just the flash image and video rotating. ________________________ |Flash Image & Video Rotator | IPContent Article 1 IPContent Article 2 IPContent Article 3 etc
Enkidu Posted October 22, 2011 Author Posted October 22, 2011 yes just include the block in whatever page you want it in :)
Mister Blonde Posted October 23, 2011 Posted October 23, 2011 Awesome, how easy or hard is that to do? :tongue: Plus can you confirm this works with the latest IPB just released :smile:
Enkidu Posted October 23, 2011 Author Posted October 23, 2011 it should work with IPB 3.2.x so yes. How hard is it to include the block in a page? it's just one line of code. refer to the documentation on how to do it.
Mister Blonde Posted October 24, 2011 Posted October 24, 2011 Awesome thanks :) I shall be getting this soon :D
Mister Blonde Posted October 24, 2011 Posted October 24, 2011 Just got it now. However I'm a little confused as to how I place it somewhere, more specific how I place it on my IPContent homepage. I'll PM you a link as to where I'm looking to place it.
irishbikerforum Posted October 25, 2011 Posted October 25, 2011 Hiya. Is it possible to display more than 5 images (or 4 +1 video) ? cheers.
Enkidu Posted October 25, 2011 Author Posted October 25, 2011 you'll need to add them manually to piecemakerXML.php :)
irishbikerforum Posted October 26, 2011 Posted October 26, 2011 you'll need to add them manually to piecemakerXML.php :smile: Apologies, I am a numpty - as per your 1st post:4- Slide up to 4 images and 1 video. Although you can manually add more (refer to the documentation included)
Enkidu Posted October 26, 2011 Author Posted October 26, 2011 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
RiskyBiskit Posted October 30, 2011 Posted October 30, 2011 Hi I cant seem to get this to actually rotate the images, just stuck on first slide. Any ideas please? Thanks in advance.
Enkidu Posted October 30, 2011 Author Posted October 30, 2011 can you post a link to where I can see it live? thanks
RiskyBiskit Posted October 30, 2011 Posted October 30, 2011 http://combatready.invisionzone.com/ Hi thanks for looking
Enkidu Posted October 30, 2011 Author Posted October 30, 2011 http://combatready.invisionzone.com/ Hi thanks for looking Hiya the other slides are pointing to non-existing images. Please double check them and try again. in your XML file, I see:<Image Source="/public/images/slide2.png" Title=""> put that image doesn't exist. so do the rest
RiskyBiskit Posted October 30, 2011 Posted October 30, 2011 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.
Enkidu Posted October 30, 2011 Author Posted October 30, 2011 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 :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.