May depend on your OS. I find that shadowbox works in Windows, but in my Ubuntu VM I have the same problem as you at the moment (both FF & Chrome). This problem seems to come and go with up Flash updates.
U-G
mikedbom
Joined: 2011-06-29
Posts: 9
Posted: Fri, 2012-01-06 03:12
Running windows 7
mikedbom
Joined: 2011-06-29
Posts: 9
Posted: Fri, 2012-01-06 04:05
hmmmm....working now. strange. sorry for the false alarm Serge.
EDIT: Actually when the page is still loading, the shadowbox doesnt work, just goes to full size image. If I wait until the spinning circle goes away of FF, the shadowbox loads fine.
My biggest issue with this is when the image goes to full size, "right-click" is enabled and the picture can be saved. I know the right-click module doesnt prevent picture stealing but most average users do not know that.
Is there any way to speed up the loading process with shadowbox? trying to find out if the images are too big and slow down when being resized.
Mike B.
undagiga
Joined: 2010-11-26
Posts: 693
Posted: Fri, 2012-01-06 04:10
I tried again and no go. Then I tried yet again and it worked. Then yes and then no and .... Hard to debug if it is erratic.
But I may have cracked it. I think if you click the resize image before the page is *fully loaded* then Shadowbox doesn't work, but if I wait until the load has finished then it does. I have some Facebook etc modules installed which often slow down the completion of the page load.
I can now replicate this in XP as well as my Ubuntu VM, which must be a bit slower as it's easier to trigger this behaviour in the VM for some reason.
U-G
Chasden
Joined: 2012-01-02
Posts: 51
Posted: Sat, 2012-01-07 17:03
Thanks for your help so far.
I noticed that under Appearance -> Theme options -> Advanced Options - Album page - Thumbs, for "Title Display Mode (Album)" and "Title Display Mode (Photo)" i noticed that there is no option for "Overlay Bottom". Is there a reason? How can i enable it? http://rashadface.com/index.php/MMA-Shoops
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-01-07 18:16
mikedbom wrote:
EDIT: Actually when the page is still loading, the shadowbox doesnt work, just goes to full size image. If I wait until the spinning circle goes away of FF, the shadowbox loads fine.
My biggest issue with this is when the image goes to full size, "right-click" is enabled and the picture can be saved. I know the right-click module doesnt prevent picture stealing but most average users do not know that.
Is there any way to speed up the loading process with shadowbox? trying to find out if the images are too big and slow down when being resized.
Mike B.
ShadowBox is JavaScript based and initialized when page is loaded
So you you need to wait for process to complete
You can play with FancyBox and ColorBox to see if they work better for you
undagiga
Joined: 2010-11-26
Posts: 693
Posted: Sun, 2012-01-08 13:47
I like ShadowBox and would prefer to stick with it. Is there a way to hack something to get it initialised before page load? Even at the cost of having an extra .js file to be downloaded rather than aggregated.
U-G
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-01-08 22:30
If you remove .ready wrapper in init.js you may achieve what you want
mikedbom
Joined: 2011-06-29
Posts: 9
Posted: Sun, 2012-01-08 22:59
Serge D wrote:
If you remove .ready wrapper in init.js you may achieve what you want
If anybody does this, please let us know if it works. There is that brief moment when the page is loaded that if you click the picture again, you get full size in the browser instead of shadowbox. I like shadowbox as well and would love to see a fix for this.
Mike B.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-01-09 01:10
There is another option
Make picture non-clickable until page is loaded with overlay
It affects slow loading sites and you need to balance photo size and speed
Resizes do not need to be perfect, and may be allow choosing jpeg compression quality would be one option
undagiga
Joined: 2010-11-26
Posts: 693
Posted: Mon, 2012-01-09 12:56
The problem is not the size of the resize - at least not in my case. It's usually the facebook like module that is slowing down the end of the page load. Not always but sometimes. It's variable. It's pulling a fair bit of code and some data from FB.
I haven't had the chance to try the .ready wrapper idea yet, but I will.
U-G
Edit: Well, I've tried removing the ready wrapper. It didn't work. I'm not sure if I did it right. My shadowbox-init.js file is
and I just deleted the $(document).ready(function() { and the final }); lines. Is this what you meant? When I did this there was no sign of shadowbox. Is there another handler that would initialise SB earlier?
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-01-09 17:14
then no luck with that...
Chasden
Joined: 2012-01-02
Posts: 51
Posted: Mon, 2012-01-09 18:55
Chasden wrote:
Thanks for your help so far.
I noticed that under Appearance -> Theme options -> Advanced Options - Album page - Thumbs, for "Title Display Mode (Album)" and "Title Display Mode (Photo)" i noticed that there is no option for "Overlay Bottom". Is there a reason? How can i enable it? http://rashadface.com/index.php/MMA-Shoops
I worked around this, by the way, by opening css/base.css and changing line 178 to
I have the same problem. Below are my notes, which may or may not be up to date. I haven't updated Gallery in some time. If this isn't clear let me know and maybe I can sort it out.
Description (which is the Caption on my photo organizing program). But for the album thumbnail, I'd like to see the Title (not the same as Title for an item)
Change MY_Theme_View.php on approx. line 215
// to get AoP showing Caption (Description) and AoA showing Title
if ($item->is_album()):
$content .= '<strong>' . $this->bb2html(html::purify($item->title), 2) . '</strong>'; //Album of albums (AoA) by logic
else:
$content .= '<strong>' . $this->bb2html(html::purify($item->description), 2) . '</strong>'; // this makes Album of Photos (AoP) pages OK
endif;
// end customization
DiegoS
Joined: 2012-01-16
Posts: 20
Posted: Wed, 2012-01-18 10:01
Hi Serge,
thanks for replying.
I do not see any JS error in my browser ( browser JS console activated).
Tested with Safari Firefox IE
If I use the default Gallery Wind theme image rotation works.
I understand that the rotation will decrease the image quality, but I'd like to have that feature available.
In case , how can I diasable it ?
Many Thanks
Diego
DiegoS
Joined: 2012-01-16
Posts: 20
Posted: Wed, 2012-01-18 10:07
Serge D wrote:
DiegoS wrote:
When clicking on rotate cw or ccw it looks like nothing happens, and in order to see the image
rotated it's necessary to reload the page
I, personally, think it is bad way to manage pictures as with G3 rotation you loose quality of the image.
do you see any JS errors in your browser?
Hi Serge,
thanks for replying.
I do not see any JS error in my browser ( browser JS console activated).
Tested with Safar,i Firefox, IE
If I use the default Gallery Wind theme image rotation works.
I understand that the rotation will decrease the image quality, but I'd like to have that feature available.
In case , how can I diasable it ?
Many Thanks
Diego
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-01-18 16:51
I will check why JS is not fired properly - what version of the G3 you are running?
To hide rotation operations you can add this into custom.css
.g-item .g-context-menu li li a.ui-icon-rotate-ccw,
.g-item .g-context-menu li li a.ui-icon-rotate-cw { display: none; }
#g-site-menu .ui-icon-rotate-ccw,
#g-site-menu .ui-icon-rotate-cw { display: none; }
OC2PS
Joined: 2010-09-08
Posts: 428
Posted: Thu, 2012-01-19 00:33
Serge,
I just updated to 3.1.3 from 3.0.8 or something, and thankfully most stuff moved over smoothly.
However, the theme is not using my custom colorpack and framepack now. My custom colorpack and framepack dont even appear in the respective dropdowns in theme options.
I checked and the files are intact in /g3/themes/greydragon/css/colorpacks and /g3/themes/greydragon/css/framepacks
1. While Title Display Mode (Album) is working fine, Title Display Mode (Photo) is not. Irrespective of whether I set Title Display Mode (Photo) as overlay top, static overlay top or overlay bottom, it is not shown. This applies to both - album pages and photo pages. It doesn't even appear even if I opt to display titles below thumbnails (though frame does get vertically expanded)
2. The slideshow button has disappeared. Firebug seems to think it should be there, but when I look at the rendered page, it isn't visible.
if you just copied your css over then there is a problem as structure of the page layout has changed
try comparing your color pack's css with one you based it on
OC2PS
Joined: 2010-09-08
Posts: 428
Posted: Thu, 2012-01-19 02:03
#2 was *mostly* resolved by fixing image urls in colorpack css...owing to change in folder structure...
I have been trying to play around in the css with g-thumbslide and g-thumbtype-sqr but not sure if I should change smth in the frame.css or in the custom.css ?
On Serge's website it looks perfect, with no distance between each thumbnail.
problem is most likely with the following rule .g-thumbslide .g-description
in your color pack opacity is set to 0 making it transparent
compare it with opacity for .g-album .g-thumbslide .g-description where it is set to 0.75
PS: you need to check toolbar buttons, they are not displayed properly as rules for large buttons are missing in your color pack.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-01-21 05:05
petri wrote:
I chose the wall frame pack but I get a few pixel at the bottom of each thumbnail for albums and photos : http://www.coquille.org/gallery3/index.php/Portfolio/GoldFolio
...
On Serge's website it looks perfect, with no distance between each thumbnail.
Anybody knows how to fix this ?
Now, is there easy way to make round corners in thumbnails, like in clean canvas theme?
Like Simple frame pack with round corners. Only full size image doesn’t have rounded corners.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-01-23 22:18
Easy way would be to clone the frame pack and add round corners CSS
Anyone to volunteer to create one? I can then make it part of default distro.
danneh3826
Joined: 2007-08-18
Posts: 290
Posted: Sat, 2012-01-28 12:40
I just been re-organising items in my gallery, and then greydragon started throwing up errors on an individual item view page.
Kohana_PHP_Exception [ Fatal Error ]:
Call to a member function url() on a non-object
DOCROOT/themes/greydragon/views/paginator.html.php[ 76 ]
76: $_pagelist[$i] = $siblings[$i-1]->url();
I think the issue stems from the fact that I'm browsing by tag. not by album. I select a tag from the list to look at all the photos with that tag. Then I went to look at a particular photo that's in an album with 8 other photos (but there are many more tagged with the same tags elsewhere - 35 in this case, but only 9 in the album this particular photo belongs).
$siblings has only 9 elements, but $total = 35, so after the 9th item, $siblings[$i-1] is null. I could probably quick-fix this by running a check;
if (is_null($siblings[$i-1])) { break; }
to break out of the for loop. I can't tell if that will break anything else though.
Got any thoughts? Running the latest GD (3.1.3?) and G3 git core (3.0+ branch master, build 146).
Hi, Really love Gallery 3 and the GreyDragon Theme. It is my first time using anything other than HTML pages on my webserver so I am very much a novice at this.
Just one feature that confuses me / I can't seem to get to work. I am looking to get a neat 3 x 3 gallery and set the number of rows to 3 and columns to 3 and I get a gallery with 2 columns and 5 rows...
I have tried playing with the theme settings and setting to 4 columns gets me 3 columns. The rows number doesn't appear to make any difference.
Any ideas what might be going on here and whether there is an easy fix.
Thanks.
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-01-28 19:16
AdrianM wrote:
Hi, Really love Gallery 3 and the GreyDragon Theme. It is my first time using anything other than HTML pages on my webserver so I am very much a novice at this.
Just one feature that confuses me / I can't seem to get to work. I am looking to get a neat 3 x 3 gallery and set the number of rows to 3 and columns to 3 and I get a gallery with 2 columns and 5 rows...
I have tried playing with the theme settings and setting to 4 columns gets me 3 columns. The rows number doesn't appear to make any difference.
Any ideas what might be going on here and whether there is an easy fix.
Thanks.
Do you use large fonts/text size in your browser?
If so you would get row overflow end up one cell going to the next row
Since theme does not use tables, behavior you described would be consistent with this
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-01-28 19:21
danneh3826 wrote:
I just been re-organising items in my gallery, and then greydragon started throwing up errors on an individual item view page.
Kohana_PHP_Exception [ Fatal Error ]:
Call to a member function url() on a non-object
DOCROOT/themes/greydragon/views/paginator.html.php[ 76 ]
76: $_pagelist[$i] = $siblings[$i-1]->url();
I think the issue stems from the fact that I'm browsing by tag. not by album. I select a tag from the list to look at all the photos with that tag. Then I went to look at a particular photo that's in an album with 8 other photos (but there are many more tagged with the same tags elsewhere - 35 in this case, but only 9 in the album this particular photo belongs).
$siblings has only 9 elements, but $total = 35, so after the 9th item, $siblings[$i-1] is null. I could probably quick-fix this by running a check;
if (is_null($siblings[$i-1])) { break; }
to break out of the for loop. I can't tell if that will break anything else though.
Got any thoughts? Running the latest GD (3.1.3?) and G3 git core (3.0+ branch master, build 146).
Tried to open tag page and it seems to come up fine for you lovely dog photos
I do rely on information provided by the G3 module. If settings are not properly set or miscalculated (you do not use hide module, do you?) then such error may occur.
Any specific tag which gives you that?
I probably have slightly older version than you
I would not recommend to use live git version...
danneh3826
Joined: 2007-08-18
Posts: 290
Posted: Sat, 2012-01-28 22:26
I can't actually replicate the "refresh the page" fix, but if I go to that URL directly after a period of not going to my browser, it's fine. I guess there's something in there that remembers the last thing I viewed was a tag listing.
Can you revert code to one from link above instead of git?
danneh3826
Joined: 2007-08-18
Posts: 290
Posted: Sun, 2012-01-29 09:43
Yea, reverting back to 3.0.2 solves the error issue, but now it doesn't work right. There's 35 pictures in that tag of Lucy, but when I go to one of the ones of her in a box, I've only got 9 pictures to scroll through. Likewise, when I choose one of the other ones, it gives me 222 pictures to scroll through. Looks like it's taking me to the album as opposed to remembering that I came from a tag search.
I assume this is a fix in the next G3 release. But it breaks the GD skin. You might wanna look at that
I am confused...Lucy in the box is in her own album which has only 9 items
Clicking on other item gets you into The dogs album which has 222
Seems like ok
GD work just fine with 3.0.2 and experimental
Git is the Git - you may want to bring it up with Dave, Bharat and others
Serge D
Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-01-31 19:48
Have few minutes to make it official - version 3.1.4 is up
ADMIN: Option to specify image quality level for Photo resizes and Thumbs
ADMIN: Additional Description Display Mode for Photo page : Overlay Top (Static), Overlay Bottom (Static)
ADMIN: Title Source - manage what thumb/image title is based on : Title | Title/Suppress Filename | Description
Added rel=nofollow for sidebar mode switch links to prevent indexing
Fix: module check failing in admin section when none of colorbox, shadowbox or fancybox is intalled
Fix: CSS: Added missing rule for size of the thumb in Wall frame pack for "Actual" aspect ratio
Fix: CSS: Fixed "Forgot password" misalignment in Login dialog
G3 version requirement increased to 3.0.2
Enjoy
petri
Joined: 2005-12-15
Posts: 253
Posted: Wed, 2012-02-01 03:07
Hi Serge,
thank you for the upgrade, will test it asap...
I am often going on your gallery to watch your pics (love the underwater pics) and see how you customized your team and am always amazed by the flash tagcloud WP plugin from Roy Tanck. I was wondering how you got it there and if it would be possible to add it in the sidebar on G3 ?
Cuz it's a WP plugin right ? or maybe your website is WP with G3 integration ?
Posts: 693
May depend on your OS. I find that shadowbox works in Windows, but in my Ubuntu VM I have the same problem as you at the moment (both FF & Chrome). This problem seems to come and go with up Flash updates.
U-G
Posts: 9
Running windows 7
Posts: 9
hmmmm....working now. strange. sorry for the false alarm Serge.
EDIT: Actually when the page is still loading, the shadowbox doesnt work, just goes to full size image. If I wait until the spinning circle goes away of FF, the shadowbox loads fine.
My biggest issue with this is when the image goes to full size, "right-click" is enabled and the picture can be saved. I know the right-click module doesnt prevent picture stealing but most average users do not know that.
Is there any way to speed up the loading process with shadowbox? trying to find out if the images are too big and slow down when being resized.
Mike B.
Posts: 693
I tried again and no go. Then I tried yet again and it worked. Then yes and then no and .... Hard to debug if it is erratic.
But I may have cracked it. I think if you click the resize image before the page is *fully loaded* then Shadowbox doesn't work, but if I wait until the load has finished then it does. I have some Facebook etc modules installed which often slow down the completion of the page load.
I can now replicate this in XP as well as my Ubuntu VM, which must be a bit slower as it's easier to trigger this behaviour in the VM for some reason.
U-G
Posts: 51
Thanks for your help so far.
I noticed that under Appearance -> Theme options -> Advanced Options - Album page - Thumbs, for "Title Display Mode (Album)" and "Title Display Mode (Photo)" i noticed that there is no option for "Overlay Bottom". Is there a reason? How can i enable it?
http://rashadface.com/index.php/MMA-Shoops
Posts: 2466
ShadowBox is JavaScript based and initialized when page is loaded
So you you need to wait for process to complete
You can play with FancyBox and ColorBox to see if they work better for you
Posts: 693
I like ShadowBox and would prefer to stick with it. Is there a way to hack something to get it initialised before page load? Even at the cost of having an extra .js file to be downloaded rather than aggregated.
U-G
Posts: 2466
If you remove .ready wrapper in init.js you may achieve what you want
Posts: 9
If anybody does this, please let us know if it works. There is that brief moment when the page is loaded that if you click the picture again, you get full size in the browser instead of shadowbox. I like shadowbox as well and would love to see a fix for this.
Mike B.
Posts: 2466
There is another option
Make picture non-clickable until page is loaded with overlay
It affects slow loading sites and you need to balance photo size and speed
Resizes do not need to be perfect, and may be allow choosing jpeg compression quality would be one option
Posts: 693
The problem is not the size of the resize - at least not in my case. It's usually the facebook like module that is slowing down the end of the page load. Not always but sometimes. It's variable. It's pulling a fair bit of code and some data from FB.
I haven't had the chance to try the .ready wrapper idea yet, but I will.
U-G
Edit: Well, I've tried removing the ready wrapper. It didn't work. I'm not sure if I did it right. My shadowbox-init.js file is
and I just deleted the
$(document).ready(function() {
and the final});
lines. Is this what you meant? When I did this there was no sign of shadowbox. Is there another handler that would initialise SB earlier?Posts: 2466
then no luck with that...
Posts: 51
I worked around this, by the way, by opening css/base.css and changing line 178 to
.g-thumbslide:hover .g-description { display: block; top: 115px; bottom: 15px; }
It only works with three of the colorschemes. But it works, so i don't care
Posts: 22
Great theme.
I have one question though, how can I change it so that the caption appears rather than the file name as the title?
Posts: 20
Hello,
I'm Running Gallery 3.0.2 with greydragon 3.1.3 theme.
When clicking on rotate cw or ccw it looks like nothing happens, and in order to see the image
rotated it's necessary to reload the page
Thank's!
Diego
Posts: 421
Hi,
I want to change sidebar width to 260px,
How can I do this on custom.css ?
Thanks.
Posts: 2466
Title is what is used. However, when you upload the photo, title is populated with filename by default.
Posts: 2466
I, personally, think it is bad way to manage pictures as with G3 rotation you loose quality of the image.
do you see any JS errors in your browser?
Posts: 22
So how do I change this so that the caption is displayed instead of the title?
Posts: 172
NRT: Check out http://gallery.menalto.com/node/95164#comment-339631 and see if that discussion helps.
I have the same problem. Below are my notes, which may or may not be up to date. I haven't updated Gallery in some time. If this isn't clear let me know and maybe I can sort it out.
Description (which is the Caption on my photo organizing program). But for the album thumbnail, I'd like to see the Title (not the same as Title for an item)
Change MY_Theme_View.php on approx. line 215
// to get AoP showing Caption (Description) and AoA showing Title
if ($item->is_album()):
$content .= '<strong>' . $this->bb2html(html::purify($item->title), 2) . '</strong>'; //Album of albums (AoA) by logic
else:
$content .= '<strong>' . $this->bb2html(html::purify($item->description), 2) . '</strong>'; // this makes Album of Photos (AoP) pages OK
endif;
// end customization
Posts: 20
Hi Serge,
thanks for replying.
I do not see any JS error in my browser ( browser JS console activated).
Tested with Safari Firefox IE
If I use the default Gallery Wind theme image rotation works.
I understand that the rotation will decrease the image quality, but I'd like to have that feature available.
In case , how can I diasable it ?
Many Thanks
Diego
Posts: 20
Hi Serge,
thanks for replying.
I do not see any JS error in my browser ( browser JS console activated).
Tested with Safar,i Firefox, IE
If I use the default Gallery Wind theme image rotation works.
I understand that the rotation will decrease the image quality, but I'd like to have that feature available.
In case , how can I diasable it ?
Many Thanks
Diego
Posts: 2466
I will check why JS is not fired properly - what version of the G3 you are running?
To hide rotation operations you can add this into custom.css
Posts: 428
Serge,
I just updated to 3.1.3 from 3.0.8 or something, and thankfully most stuff moved over smoothly.
However, the theme is not using my custom colorpack and framepack now. My custom colorpack and framepack dont even appear in the respective dropdowns in theme options.
I checked and the files are intact in /g3/themes/greydragon/css/colorpacks and /g3/themes/greydragon/css/framepacks
Please help
OC2PS
Csillamvilag.com
Bodypainting, Facepainting, Glitter, Henna
HennaLap.com
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
Posts: 2466
Please note that file structure has changed
you would need to move files around
Posts: 428
I see. Where can I find in what way the file structure has changed and what I need to do to be compliant?
OC2PS
Csillamvilag.com
Bodypainting, Facepainting, Glitter, Henna
HennaLap.com
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
Posts: 428
Got it!
All I had to do regarding colorpack was move colors.css to a subdirectory called css
OC2PS
Csillamvilag.com
Bodypainting, Facepainting, Glitter, Henna
HennaLap.com
GMAT coaching and MBA Admissions Consulting
formerly known as sooskriszta
Posts: 428
Another couple of issues.
1. While Title Display Mode (Album) is working fine, Title Display Mode (Photo) is not. Irrespective of whether I set Title Display Mode (Photo) as overlay top, static overlay top or overlay bottom, it is not shown. This applies to both - album pages and photo pages. It doesn't even appear even if I opt to display titles below thumbnails (though frame does get vertically expanded)
2. The slideshow button has disappeared. Firebug seems to think it should be there, but when I look at the rendered page, it isn't visible.
Please help.
OC2PS
Csillamvilag.com
Bodypainting, Facepainting, Glitter, Henna
HennaLap.com
GMAT and MBA Admissions
formerly known as sooskriszta
Posts: 2466
if you just copied your css over then there is a problem as structure of the page layout has changed
try comparing your color pack's css with one you based it on
Posts: 428
#2 was *mostly* resolved by fixing image urls in colorpack css...owing to change in folder structure...
regarding #1 I found that in my colors.css I say
Can't directly see what's preventing photo title/description from appearing
OC2PS
Csillamvilag.com
Bodypainting, Facepainting, Glitter, Henna
HennaLap.com
GMAT and MBA Admissions
formerly known as sooskriszta
Posts: 2466
Page which would demonstrate an issue?
Posts: 428
http://www.csillamvilag.com/kepek/csillamtetovalas/szabadkezzel
OC2PS
Csillamvilag.com
Bodypainting, Facepainting, Glitter, Henna
HennaLap.com
GMAT and MBA Admissions
formerly known as sooskriszta
Posts: 253
Hello,
I chose the wall frame pack but I get a few pixel at the bottom of each thumbnail for albums and photos :
http://www.coquille.org/gallery3/index.php/Portfolio/GoldFolio
I have been trying to play around in the css with g-thumbslide and g-thumbtype-sqr but not sure if I should change smth in the frame.css or in the custom.css ?
On Serge's website it looks perfect, with no distance between each thumbnail.
Anybody knows how to fix this ?
------
Gallery 3 URL = http://www.coquille.org/gallery3
Version: 3.0.2 (Coollanta)
Operating system: Linux 2.6.18-194.32.1.el5
Apache: Apache/2.2.3 (Red Hat)
PHP: 5.2.6
MySQL: 5.0.77
Server load: 1.31 1.58 1.53
Graphics toolkit: gd
Posts: 2466
problem is most likely with the following rule .g-thumbslide .g-description
in your color pack opacity is set to 0 making it transparent
compare it with opacity for .g-album .g-thumbslide .g-description where it is set to 0.75
PS: you need to check toolbar buttons, they are not displayed properly as rules for large buttons are missing in your color pack.
Posts: 2466
Bug in the frame pack
the following rule is missing
Posts: 253
great ! thanks, it displays fine now
------
Gallery 3 URL = http://www.coquille.org/gallery3
Version: 3.0.2 (Coollanta)
Operating system: Linux 2.6.18-194.32.1.el5
Apache: Apache/2.2.3 (Red Hat)
PHP: 5.2.6
MySQL: 5.0.77
Server load: 1.31 1.58 1.53
Graphics toolkit: gd
Posts: 1
First of all, a great theme…
Now, is there easy way to make round corners in thumbnails, like in clean canvas theme?
Like Simple frame pack with round corners. Only full size image doesn’t have rounded corners.
Posts: 2466
Easy way would be to clone the frame pack and add round corners CSS
Anyone to volunteer to create one? I can then make it part of default distro.
Posts: 290
I just been re-organising items in my gallery, and then greydragon started throwing up errors on an individual item view page.
Kohana_PHP_Exception [ Fatal Error ]:
Call to a member function url() on a non-object
DOCROOT/themes/greydragon/views/paginator.html.php[ 76 ]
76: $_pagelist[$i] = $siblings[$i-1]->url();
I think the issue stems from the fact that I'm browsing by tag. not by album. I select a tag from the list to look at all the photos with that tag. Then I went to look at a particular photo that's in an album with 8 other photos (but there are many more tagged with the same tags elsewhere - 35 in this case, but only 9 in the album this particular photo belongs).
$siblings has only 9 elements, but $total = 35, so after the 9th item, $siblings[$i-1] is null. I could probably quick-fix this by running a check;
if (is_null($siblings[$i-1])) { break; }
to break out of the for loop. I can't tell if that will break anything else though.
Got any thoughts? Running the latest GD (3.1.3?) and G3 git core (3.0+ branch master, build 146).
Dan
danneh.org :: Gallery3
Posts: 3
Hi, Really love Gallery 3 and the GreyDragon Theme. It is my first time using anything other than HTML pages on my webserver so I am very much a novice at this.
Just one feature that confuses me / I can't seem to get to work. I am looking to get a neat 3 x 3 gallery and set the number of rows to 3 and columns to 3 and I get a gallery with 2 columns and 5 rows...
I have tried playing with the theme settings and setting to 4 columns gets me 3 columns. The rows number doesn't appear to make any difference.
Any ideas what might be going on here and whether there is an easy fix.
Thanks.
Posts: 2466
Do you use large fonts/text size in your browser?
If so you would get row overflow end up one cell going to the next row
Since theme does not use tables, behavior you described would be consistent with this
Posts: 2466
Tried to open tag page and it seems to come up fine for you lovely dog photos
I do rely on information provided by the G3 module. If settings are not properly set or miscalculated (you do not use hide module, do you?) then such error may occur.
Any specific tag which gives you that?
Posts: 290
I don't use any hide modules.
If you use this tag (http://www.danneh.org/gallery3/tag/10/lucy) at the bottom are 5 pictures of her in a box. Go to any one of them pictures and you'll get the error.
Dan
danneh.org :: Gallery3
Posts: 2466
This is kind of interesting
If I go via tag page and click on the image http://www.danneh.org/gallery3/TheDogs/The-Box/20120128_114155 I would get an error.
Edit: if I open new browser session and navigate to the image via normal album path, I will be able to open page just fine.
if now I to refresh original page with the error, everything would be fine...
some session related error I suspect.
You said latest code - build 146?
http://github.com/gallery/gallery3/zipball/3.0.x gives me build 53 (gallery-gallery3-3.0.2-163-g702f6bb.zip)
I probably have slightly older version than you
I would not recommend to use live git version...
Posts: 290
I can't actually replicate the "refresh the page" fix, but if I go to that URL directly after a period of not going to my browser, it's fine. I guess there's something in there that remembers the last thing I viewed was a tag listing.
Dan
danneh.org :: Gallery3
Posts: 2466
Can you revert code to one from link above instead of git?
Posts: 290
Yea, reverting back to 3.0.2 solves the error issue, but now it doesn't work right. There's 35 pictures in that tag of Lucy, but when I go to one of the ones of her in a box, I've only got 9 pictures to scroll through. Likewise, when I choose one of the other ones, it gives me 222 pictures to scroll through. Looks like it's taking me to the album as opposed to remembering that I came from a tag search.
I assume this is a fix in the next G3 release. But it breaks the GD skin. You might wanna look at that
Dan
danneh.org :: Gallery3
Posts: 2466
I am confused...Lucy in the box is in her own album which has only 9 items
Clicking on other item gets you into The dogs album which has 222
Seems like ok
GD work just fine with 3.0.2 and experimental
Git is the Git - you may want to bring it up with Dave, Bharat and others
Posts: 2466
Have few minutes to make it official - version 3.1.4 is up
Enjoy
Posts: 253
Hi Serge,
thank you for the upgrade, will test it asap...
I am often going on your gallery to watch your pics (love the underwater pics) and see how you customized your team and am always amazed by the flash tagcloud WP plugin from Roy Tanck. I was wondering how you got it there and if it would be possible to add it in the sidebar on G3 ?
Cuz it's a WP plugin right ? or maybe your website is WP with G3 integration ?
Anyway it would be a really cool feature on G3
------
Gallery 3 URL = http://www.coquille.org/gallery3
Version: 3.0.2 (Coollanta)
Operating system: Linux 2.6.18-194.32.1.el5
Apache: Apache/2.2.3 (Red Hat)
PHP: 5.2.6
MySQL: 5.0.77
Server load: 1.31 1.58 1.53
Graphics toolkit: gd