Whew, made it through and got it working :D Went overboard on the exclusions which more or less caused me my own window of grief, so for anyone wondering why they keep getting hammered with:
"uses fields but there are none defined for it or all are excluded."
It's because you don't exclude every field! :)
Also the Line 14 error if you go with the latest edition of everything (as of July 2nd) will disappear if you just keep going so don't get hung up on it.
Quick question however... what's the deal with the thumbnail image that changes with the hover? How would you recommend making it hiding it? Is it something in Views or do we target it with CSS and kick it off the page?
Thanks again, seeing it work really helps those of us still building out bag of drupal tricks and sliders sure have a magical way of making a homepage simply *pop!*
The thumbnails, when I click on them after adding the root of my site to the URL, it goes to the home page. If I add the path to the slideshow (not on homepage) it refreshes the page, not advances the slideshow.
I'm so confused. But thanks I tried for 4 hours to get it this far. Kinda complex isn't it?
I've followed your screencast step by step... twice and I don't know what am I missing. On the front page the slide won't show. I have a region called featured_slider in page.tpl.php:
I see this happening in your tutorial, and it's happening in my setup based on yours.
I have my thumbnails inline, but for each main image, I have a row beneath it with the current thumbnail. How do I get rid of it? Maybe you could cove some styling in a tutorial as well.
Here's a screenshot of what's happening with my slideshow. Appreciate any help.
thanks for this, its defo the most straight forward tut for adding the views slideshow. one thing ive noticed, is you forgot to select the "exclude from display" option for the thumbnail image, i think this is the problem @Colin is having.
my question is, do you know how to implement the carousel thumbnail? im finding no real help for this anywhere, its kinda like looking for a needle in a haystack.
Thanks for this tuto, it helped me a lot, eventhough the kind of thing I want to do is slightly different, and even having learned a lot with this video I can not imagine how to achieve my goal.
The kind of menu I would like to do, you can see it at this web page: http://www.archstl.org, the one that you can see just under the head zone, the one with the green arrows on both sides.
I would apreciate any help or a refference to a tutorial that explain something similar if not the same.
Thank you SO much for your tutorial! If it was not for your tutorial, I do not know what I would have done!
But I do have one problem--do I *have* to use the thumbnail images that sit underneath the banner itself? I do not want those displayed at all--I would rather JUST the large block on top that flashes through the images that I set into that class, and NOT even show the thumbnails underneath it. How can I achieve this?
Firstly, kudos for the excellent text and video tutorial on this subject. I followed your instructions and got my slideshow working first time. Thank you.
I don't know if you can help with this but I cannot get my replacement patterns to appear. I've got Token and ordered my fields in the way you suggest but the patterns do not make themselves available to me when I come to configure the image in Views.
Hello Ciril,
Great tutorial. Really learned a lot. Keep up the great work! I have one question for you, my content type allows for uploading multiple images on each node. I want to cycle through all the images of a node one by one by clicking or hovering over each thumbnail. How can I do that?
I tweaked it a little: instead of using an external link field/url path, I just put the "Content: Link" field, available for all content types in views, Exclude from display.
I used slide image twice with 2 styles: full-size & thumbnail.
I linked "full-size image" to its node "Output this field as a link: [view_node]".
I also used the "Colorbox formatter" to display the "Node image style: full-size image", when click on "Colorbox image style: thumbnail", "Caption: Node title", Gallery: Per field/page gallery"
I left "thumbnail image" untouched: "Formatter: image", "Image style: thumbnail", "Link image to: nothing".
It will display a slideshow: "Slideshow Type: cycle", "Pager fields: Content: thumbnail image".
The full-size image will pop-up in a colorbox, displaying title as caption.
Now: I want to display this colorbox with more info: a multi-fields/ multi-rows caption: image + title + description.
Can you help me pls. with this one.
Thks. a lot.
Iancu
Hi Ciril, I have followed your screencast and I have succeeded, everything was working wonderfully, but from one day to the next the slideshow has stoped working, I have checked everything, I have remade the view but nothing, I don't know what else to do, please some tips, or guidance to find the problem.
Comments
Colin (not verified)
Wed, 06/08/2011 - 07:32
Permalink
Slide Show Thumbnails
Hi Ciril.
Great vid easy to follow quality needs a bit of work however simple easy to follow tutorial.
Can you please tell how to hide the thumbnails from view?
Regards,
Colin
Marian and Juan (not verified)
Wed, 06/08/2011 - 18:27
Permalink
Thousand thanks!
We really appreciate your tutorial. It was a great help to configure our slide, instead of guessing all the different parameters.
And once again,
Thank you very much ;)
Ryan (not verified)
Sun, 07/03/2011 - 11:08
Permalink
Changng Thumbnail
Whew, made it through and got it working :D Went overboard on the exclusions which more or less caused me my own window of grief, so for anyone wondering why they keep getting hammered with:
"uses fields but there are none defined for it or all are excluded."
It's because you don't exclude every field! :)
Also the Line 14 error if you go with the latest edition of everything (as of July 2nd) will disappear if you just keep going so don't get hung up on it.
Quick question however... what's the deal with the thumbnail image that changes with the hover? How would you recommend making it hiding it? Is it something in Views or do we target it with CSS and kick it off the page?
Thanks again, seeing it work really helps those of us still building out bag of drupal tricks and sliders sure have a magical way of making a homepage simply *pop!*
Elisa (not verified)
Sun, 07/31/2011 - 20:20
Permalink
Thank you!!
Thank you Ciril for this great video - it saved me so much time!!
IAmThatStrange (not verified)
Thu, 08/04/2011 - 03:32
Permalink
Thanks! Help needed
The thumbnails, when I click on them after adding the root of my site to the URL, it goes to the home page. If I add the path to the slideshow (not on homepage) it refreshes the page, not advances the slideshow.
I'm so confused. But thanks I tried for 4 hours to get it this far. Kinda complex isn't it?
Teddy (not verified)
Fri, 08/12/2011 - 01:42
Permalink
Hi, I've followed your
Hi,
I've followed your screencast step by step... twice and I don't know what am I missing. On the front page the slide won't show. I have a region called featured_slider in page.tpl.php:
<?php if ($page['featured_slider']): ?>
<?php print render($page['featured_slider']); ?>
<?php endif; ?>
and in template.php:
function phptemplate_regions() {
$regions = phptemplate_regions();
$regions['featured_slider'] = ('featured_slider');
return $regions;
}
if I make a test block in that region it shows but if I move the View: Featured Slider nothing happens.
TY for this screencast and tutorial.
Anonymous (not verified)
Tue, 09/20/2011 - 06:11
Permalink
extra thumbnail with full image
I see this happening in your tutorial, and it's happening in my setup based on yours.
I have my thumbnails inline, but for each main image, I have a row beneath it with the current thumbnail. How do I get rid of it? Maybe you could cove some styling in a tutorial as well.
Here's a screenshot of what's happening with my slideshow. Appreciate any help.
http://mlui.org/slideshowthumbs.png
Tommy (not verified)
Tue, 09/27/2011 - 21:55
Permalink
thanks for this, its defo the
thanks for this, its defo the most straight forward tut for adding the views slideshow. one thing ive noticed, is you forgot to select the "exclude from display" option for the thumbnail image, i think this is the problem @Colin is having.
my question is, do you know how to implement the carousel thumbnail? im finding no real help for this anywhere, its kinda like looking for a needle in a haystack.
thanks again
Tommy
Andrés Chandía (not verified)
Fri, 09/30/2011 - 17:21
Permalink
image slide menu
Thanks for this tuto, it helped me a lot, eventhough the kind of thing I want to do is slightly different, and even having learned a lot with this video I can not imagine how to achieve my goal.
The kind of menu I would like to do, you can see it at this web page: http://www.archstl.org, the one that you can see just under the head zone, the one with the green arrows on both sides.
I would apreciate any help or a refference to a tutorial that explain something similar if not the same.
Thanks again
etcbbu (not verified)
Thu, 10/20/2011 - 08:38
Permalink
This is working perfectly--BUT
Thank you SO much for your tutorial! If it was not for your tutorial, I do not know what I would have done!
But I do have one problem--do I *have* to use the thumbnail images that sit underneath the banner itself? I do not want those displayed at all--I would rather JUST the large block on top that flashes through the images that I set into that class, and NOT even show the thumbnails underneath it. How can I achieve this?
Thanks again for the wonderful tutorial!
--etcbbu
tezza (not verified)
Mon, 10/31/2011 - 19:54
Permalink
Replacement Patterns
Firstly, kudos for the excellent text and video tutorial on this subject. I followed your instructions and got my slideshow working first time. Thank you.
I don't know if you can help with this but I cannot get my replacement patterns to appear. I've got Token and ordered my fields in the way you suggest but the patterns do not make themselves available to me when I come to configure the image in Views.
Any suggestions would be greatly appreciated.
Thanks again
T
Mario (not verified)
Tue, 11/01/2011 - 04:31
Permalink
Multiple images on content type
Hello Ciril,
Great tutorial. Really learned a lot. Keep up the great work! I have one question for you, my content type allows for uploading multiple images on each node. I want to cycle through all the images of a node one by one by clicking or hovering over each thumbnail. How can I do that?
I'd appreciate your feedback.
Regards,
Mario
iancu (not verified)
Fri, 11/18/2011 - 01:35
Permalink
colorbox caption
hi,
thks. for this very helpful tutorial
I tweaked it a little: instead of using an external link field/url path, I just put the "Content: Link" field, available for all content types in views, Exclude from display.
I used slide image twice with 2 styles: full-size & thumbnail.
I linked "full-size image" to its node "Output this field as a link: [view_node]".
I also used the "Colorbox formatter" to display the "Node image style: full-size image", when click on "Colorbox image style: thumbnail", "Caption: Node title", Gallery: Per field/page gallery"
I left "thumbnail image" untouched: "Formatter: image", "Image style: thumbnail", "Link image to: nothing".
It will display a slideshow: "Slideshow Type: cycle", "Pager fields: Content: thumbnail image".
The full-size image will pop-up in a colorbox, displaying title as caption.
Now: I want to display this colorbox with more info: a multi-fields/ multi-rows caption: image + title + description.
Can you help me pls. with this one.
Thks. a lot.
Iancu
Andrés Chandía (not verified)
Mon, 11/21/2011 - 21:36
Permalink
Views Slides Shows stoped working
Hi Ciril, I have followed your screencast and I have succeeded, everything was working wonderfully, but from one day to the next the slideshow has stoped working, I have checked everything, I have remade the view but nothing, I don't know what else to do, please some tips, or guidance to find the problem.
Thanks.
Anonymous (not verified)
Fri, 01/20/2012 - 21:20
Permalink
Hi;How can I create a
Hi;
How can I create a slideshow that like your frontpage?
What are diffrence between this tuts and your page? how can I change it and apply?