Hi, I am trying to put the portfolio items (each node rendered by node--portfolio.tpl.php, not just the thumbnails) into a bxslider. I need access to the code that renders the portfolio items since I have to put a "ul" around the whole thing and an "li" around each div rendered.
Wed, 03/11/2015 - 16:42
Hi,
After reading and reading again, we still can not understand you you mean
Clarifying your idea with some screenshots will be the best
Thank you
Sorry about that. This is what I meant by "portfolio node" (from http://demo.megadrupal.com/?theme=alpine):
And instead of clicking the arrows at the top to toggle through the portfolio nodes I want to show them in a slider like this:
http://bxslider.com/examples/image-slideshow-captions
In order to use that, I need to put the nodes in an unordered list, so I just want to know where the template code is that I would want to edit to be able to do that. I tried node--portfolio.tpl.php but I need to go one step higher since I need to put the ul tag around all the nodes.
Thanks!
That wasn't really the best example of what I want to do, its more of a Carousel like this: http://bxslider.com/examples/carousel-static-number-slides
Except with only one item visible at a time
Hi,
We understand your idea now but it is not possible to customise like that
Cause each time you click on the top arrow for the next/previous node, ajax is also loaded. if you want bx slider or carousel, all nodes muste be loaded > site heavy loading and code changing
Thank you!