New module: Navigation Carousel v4.3

floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2011-01-29 00:04

Sammy_K,
Not sure in the module order module would help with the position of the comments/navCarousel or not.
http://codex.gallery2.org/Gallery3:Modules:moduleorder

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Sammy_K

Joined: 2011-01-25
Posts: 35
Posted: Sat, 2011-01-29 07:48

Thank you very much for that hint - it helped me out now the navCarousel is shown above the comments and directly under the picture :-)

Sammy

*** http://www.kramann.net

 
sebcool20

Joined: 2009-09-18
Posts: 41
Posted: Sun, 2011-01-30 17:27

The Navigation Carousel made every photo in a large album very very slow to load... Anyone else expericenced that? It doesn't seem to be a browser problem, I tried it on Chrome and Firefox 4 and the speed is pretty much the same. Might be a server problem, my server is usually kinda slow with creating thumbnails... Does the carousel create new thumbnails? If you have any more question just ask!

Sebastien

 
Armani2

Joined: 2007-05-09
Posts: 263
Posted: Mon, 2011-01-31 07:13
sebcool20 wrote:
The Navigation Carousel made every photo in a large album very very slow to load... Anyone else expericenced that? It doesn't seem to be a browser problem, I tried it on Chrome and Firefox 4 and the speed is pretty much the same. Might be a server problem, my server is usually kinda slow with creating thumbnails... Does the carousel create new thumbnails? If you have any more question just ask!

Sebastien

I have been asking about this problem for some time now.
It seems to slow to a crawl with albums having more than a few
hundred photos. I dont have this problem album carousel, but that
module has a bug where whenever you click on it to open a photo It
goes back to the first photo....
Good Luck

 
bluetickle
bluetickle's picture

Joined: 2007-01-06
Posts: 41
Posted: Tue, 2011-02-01 03:34

Broken in Gallery 3.01

Does not display in default theme.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2011-02-01 04:27
 
bluetickle
bluetickle's picture

Joined: 2007-01-06
Posts: 41
Posted: Tue, 2011-02-01 04:45

Thanks!

Floridave's version works for me on 3.01!

see here > http://gallery.menalto.com/node/97124?page=1#comment-366840

or see below

floridave's fixed version is here > http://gallery.menalto.com/files/navcarousel.zip

 
stevyn

Joined: 2011-04-01
Posts: 2
Posted: Fri, 2011-04-01 19:31

hi, i love this module but in the new version suddenly there is a wide white border around each thumb of the carousel, do you know how I can remove this border?

example:

http://skjphotography.net/welcome/gallery31/index.php/CHINA/ch_labrangwindow

thank you

 
mamouneyya

Joined: 2009-11-02
Posts: 337
Posted: Fri, 2011-04-01 20:49
stevyn wrote:
hi, i love this module but in the new version suddenly there is a wide white border around each thumb of the carousel, do you know how I can remove this border?

example:

http://skjphotography.net/welcome/gallery31/index.php/CHINA/ch_labrangwindow

The carousel thumbnail uses your current buttons' theme. To change that for the thumbnails you can add the following to the screen.css file of your active theme:

.carousel-thumbnail {
  background-color: transparent;
}

If you don't want the square borders as well, then you could make it:

.carousel-thumbnail {
  background-color: transparent;
  border: none;
}

PS Please note that you need to add that modification again everytime you upgrade your theme, since the file will be overwritten.

 
stevyn

Joined: 2011-04-01
Posts: 2
Posted: Fri, 2011-04-01 22:11

thank you for your help, that fixed it :)

 
grooveman

Joined: 2010-02-22
Posts: 43
Posted: Sun, 2011-04-03 23:09

Hi.

This looks like a wonderful addition to G3. However, I am finding that the carousel actually shows up underneath the comments, so that the more people who comment, the farther and farther the carousel gets away from the picture. Even after one comment on my monitor, the carousel is invisible without scrolling. If a visitor has to scroll each time to get to the carousel, they won't use it.

Any way to put the carousel above the comment block?

Thanks!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2011-04-03 23:22
 
grooveman

Joined: 2010-02-22
Posts: 43
Posted: Wed, 2011-04-06 19:50

Oh. Thanks Dave.

 
grooveman

Joined: 2010-02-22
Posts: 43
Posted: Wed, 2011-04-06 19:49

Erm... this isn't working...

Quote:
select * from modules;
+----+--------+---------------+---------+--------+
| id | active | name | version | weight |
+----+--------+---------------+---------+--------+
| 1 | 1 | gallery | 46 | 1 |
| 2 | 1 | user | 3 | 2 |
| 20 | 1 | comment | 3 | 3 |
| 4 | 1 | organize | 4 | 4 |
| 5 | 1 | info | 2 | 5 |
| 6 | 1 | rss | 1 | 6 |
| 7 | 1 | search | 1 | 7 |
| 8 | 1 | slideshow | 2 | 8 |
| 9 | 1 | tag | 2 | 9 |
| 10 | 1 | g2_import | 2 | 10 |
| 11 | 1 | notification | 2 | 11 |
| 12 | 1 | recaptcha | 1 | 12 |
| 13 | 1 | watermark | 2 | 13 |
| 14 | 1 | exif | 1 | 14 |
| 15 | 1 | fancybox | 15 | 15 |
| 16 | 1 | kbd_nav | 19 | 16 |
| 17 | 1 | thumbnav | 17 | 17 |
| 18 | 0 | html_uploader | 1 | 18 |
| 19 | 1 | navcarousel | 4 | 19 |
+----+--------+---------------+---------+--------+
19 rows in set (0.00 sec)

I think the important value to change here is "weight", not "id". Or, possibly for the sake of tidiness, change both to the same number provided it isn't already in use, and it is greater than navcarousel... For me, changing the weight to 20, had the desired effect.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2011-04-06 21:25

If the docs are not right please make the fixes for clarity. Or if the module order module is not right for docs you can make the docs better or if you give the the text you want changed I can change it as well.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
grooveman

Joined: 2010-02-22
Posts: 43
Posted: Thu, 2011-04-07 00:13

Dave,

I'm not entirely sure what you mean here:

Quote:
Or if the module order module is not right for docs you can make the docs better or if you give the the text you want changed I can change it as well.

but...
I sent hukoeth a pm, asking him to verify this, and update the docs if necessary.

I hope that was right. If not, let me know here or via pm.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2011-04-07 01:06

grooveman,
The docs are for users by users....So if you see something that in incorrect or not clear enough you can make the changes to the docs yourself. That is a good way to contribute to the community, it helps other users and frees time for developers, to do what they do best, not write docs. :-)

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
creationsings

Joined: 2008-02-07
Posts: 57
Posted: Mon, 2011-04-11 20:05

I really like this carousel. I have a question, though...I am using the ajax dynamic loading of the items. I like the concept, but to me, it would make more sense if it would automatically preload the next full "page" of items so that there was no visible loading to the user when the next button is clicked. Is there a way to change this or would it take significant code changes?

 
peshko

Joined: 2010-11-22
Posts: 81
Posted: Fri, 2011-05-27 02:47

Qucik question. I use clean_canvas theme and I enabled the modules with 3.0.2. I don't see any carousel - top or botoom. I switched to the Gallery Wind theme and still don't see anything...Any suggestion?

 
alik99
alik99's picture

Joined: 2006-07-01
Posts: 52
Posted: Thu, 2011-07-14 17:27

When enabled, NavCarousel gives JavaScript error. Using latest 3.0.2 Gallery version.
Test with GD and Wind themes
Nothing is displayed on the screen

When module is disabled, the JS error goes away

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6.6; SLCC1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 1.1.4322; .NET CLR 3.0.30729; .NET CLR 3.5.30729; .NET4.0C; MS-RTC LM 8)
Timestamp: Thu, 14 Jul 2011 17:25:45 UTC

Message: Object expected
Line: 73
Char: 19
Code: 0

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2011-07-15 03:57

I am not the maintainer:
http://gallery.menalto.com/node/97124?page=2#comment-367363
but it seems to work for me. Perhaps the author will update the page where you got your version from.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team