Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
volkman
Posts: 179
Joined: Wed 13. Jul 2005, 12:52
Location: Hamburg, Germany

Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Post by volkman »

I have been posting this in the german speaking section aswell ;-)
I have been busy in my real-live job for a long tim, now back working on my site 1.1.3

My problem: I am using Lightbox/Slimbox in my main content section, get that working. I have 4 pics in a row, all displaying including the mov slideshow.

I do have all together 20 pics for this page but dont want to pre-display all thumbnails, just the first four. I had the idea to create one content part with the 4 pics and display it and create another contentpart with 16 pics, hide this one.

What I want is if a user hits one one of the four pics, the mov effect opens the picture including caption. So far so good, does it on my site. But I want to be able to slide through all 20 pics.
As far as I remember Lightbox/Slimbox had a bug way back where it would not just display the pictures of the one contentpart in slides, but all of that complete content section, in my example "Main Page (CONTENT). This bug has been fixed I know, but i gues it would be the solution fo me.

I would love to hearing from you if there is a solution to get the bug back or any workaround.

I am aware that I can use pagination, but thats not what I want on that page.

best regards,
volkspost
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Post by Jensensen »

volkman wrote:...
I do have all together 20 pics for this page but dont want to pre-display all thumbnails, just the first four. I had the idea to create one content part with the 4 pics and display it and create another contentpart with 16 pics, hide this one...
CP image special since > v1.3.3 (i guess it was?)
lets u load 20+++ images controlled by slimbox - but displays only 4 of them on the page..

http://forum.phpwcms.org/search.php?key ... mit=Search
http://forum.phpwcms.org/viewtopic.php? ... ge+special
http://forum.phpwcms.org/viewtopic.php? ... lit=slider

more search words:
special slider phpwcms nekket --> google

don't ask for manual :wink:
Last edited by Jensensen on Sun 8. Jun 2008, 00:09, edited 1 time in total.
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
volkman
Posts: 179
Joined: Wed 13. Jul 2005, 12:52
Location: Hamburg, Germany

Re: Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Post by volkman »

Jensensen wrote:
volkman wrote:...
I do have all together 20 pics for this page but dont want to pre-display all thumbnails, just the first four. I had the idea to create one content part with the 4 pics and display it and create another contentpart with 16 pics, hide this one...
CP image special since > v1.3.3 (i guess it was?)
lets u load 20+++ images controlled by slimbox - but displays only 4 of them on the page..

http://forum.phpwcms.org/search.php?key ... mit=Search
http://forum.phpwcms.org/viewtopic.php? ... ge+special
http://forum.phpwcms.org/viewtopic.php? ... lit=slider

more search words:
special slider nekket --> google

don't ask for manual :wink:

Thx a million for the answer and the links. Will have to make a decision to upgrade or workaround.

have a good day
volkspost
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Post by Jensensen »

/template/inc_cntpart/imagespecial/slider_xyz.tmpl

hide / delete / ignore:

Code: Select all

<a href="#" id="move_left">Left</a> | <a href="#" id="move_right">Right</a>
nd
javascript cracks will know how to edit / modify JS elements like:

Code: Select all

		var step			= 106;
		var scroll_x		= 0;
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
volkman
Posts: 179
Joined: Wed 13. Jul 2005, 12:52
Location: Hamburg, Germany

Re: Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Post by volkman »

Jensensen wrote:/template/inc_cntpart/imagespecial/slider_xyz.tmpl

hide / delete / ignore:

Code: Select all

<a href="#" id="move_left">Left</a> | <a href="#" id="move_right">Right</a>
nd
javascript cracks will know how to edit / modify JS elements like:

Code: Select all

		var step			= 106;
		var scroll_x		= 0;
Thanks a lot for your support. I did the upgrade, worked fine. Now using the slider.

Again, thanks for your support,
v.
mike365
Posts: 1
Joined: Mon 6. Jul 2009, 05:44

Re: Searching olution for Lightbox/Slimbox: Slides fo +1 cntp

Post by mike365 »

volkman wrote:
Jensensen wrote:/template/inc_cntpart/imagespecial/slider_xyz.tmpl

hide / delete / ignore:

Code: Select all

<a href="#" id="move_left">Left</a> | <a href="#" id="move_right">Right</a>
nd
javascript cracks will know how to edit / modify JS elements like:

Code: Select all

		var step			= 106;
		var scroll_x		= 0;
Yea, thanks... helped me out.
Post Reply