Theme: GreyDragon - v.4.0.2

MtnBiker

Joined: 2008-02-11
Posts: 172
Posted: Tue, 2012-04-24 19:34
Serge D wrote:
I dislike the whole dialog thing... too fragile...

in forms.css locate .ui-dialog .ui-dialog-content rule and change from display: inline-block; to display: block;

If this is in response to the Organize or Full Size problem, this change didn't fix it for me.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-04-24 20:16
MtnBiker wrote:
If this is in response to the Organize or Full Size problem, this change didn't fix it for me.

yes, it was
you need to refresh the CSS cache by making small change to screen.css (ex: add space and save)

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
MtnBiker

Joined: 2008-02-11
Posts: 172
Posted: Tue, 2012-04-24 22:30
Serge D wrote:
MtnBiker wrote:
If this is in response to the Organize or Full Size problem, this change didn't fix it for me.

yes, it was
you need to refresh the CSS cache by making small change to screen.css (ex: add space and save)

Serge

Thanks, that fixes the Organize window, but not the Full Size problem.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-04-25 03:34
MtnBiker wrote:
Serge D wrote:
MtnBiker wrote:
If this is in response to the Organize or Full Size problem, this change didn't fix it for me.

yes, it was
you need to refresh the CSS cache by making small change to screen.css (ex: add space and save)

Serge

Thanks, that fixes the Organize window, but not the Full Size problem.

Not sure about full size, do you allow access to full size?
Depend on what "box" module you use you can adjust margins in some or use CSS to achieve the same in others

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
MtnBiker

Joined: 2008-02-11
Posts: 172
Posted: Wed, 2012-04-25 04:15
Serge D wrote:
MtnBiker wrote:
Serge D wrote:
MtnBiker wrote:
If this is in response to the Organize or Full Size problem, this change didn't fix it for me.

yes, it was
you need to refresh the CSS cache by making small change to screen.css (ex: add space and save)

Serge

Thanks, that fixes the Organize window, but not the Full Size problem.

Not sure about full size, do you allow access to full size?
Depend on what "box" module you use you can adjust margins in some or use CSS to achieve the same in others

Serge

Thanks Serge. I think my copy of the Fancybox module had become corrupted somewhere with some upgrade. Reinstalled it and everything working fine. I guess the Gallery Wind theme uses some other method because full scale was working with Gallery Wind.

Now I can deal with a couple of other minor issues. Or maybe they've gone away with these things fixed.

Just to clarify, the two issues I posted about are now fixed/working. Thank you again. And thanks for the great theme.

 
SilentHunter

Joined: 2012-04-25
Posts: 4
Posted: Wed, 2012-04-25 14:17

Hello,

I am relatively new to G3, and must admit I don't know much about website coding (static html yes, but otherwise no). I am not sure if my questions are generally G3 or Greydragon theme related, but I'll try it here.

1. Root Page: is it possible to center the pictures and the "Click to enter" button on the root page? If yes, where must I do the editing?

2. Album Page: is it possible to get a controllable 2-line description in the album frame? I would like to have the date when the album was shot in the first line, and the name of the album in the second. Adding spaces in the descriptions get ignored by the theme. Please have a look on the attached screenshot. It should always look like in the left frame, even when the name is as short as in the right frame.

Thanks in advance!

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-04-25 15:40
MtnBiker wrote:
Thanks Serge. I think my copy of the Fancybox module had become corrupted somewhere with some upgrade. Reinstalled it and everything working fine. I guess the Gallery Wind theme uses some other method because full scale was working with Gallery Wind.
Now I can deal with a couple of other minor issues. Or maybe they've gone away with these things fixed.
Just to clarify, the two issues I posted about are now fixed/working. Thank you again. And thanks for the great theme.

Wind uses its own preview model, not FB. I believe only Canvas has some sort of support
but it is good you solved it :)

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-04-25 15:52
SilentHunter wrote:
1. Root Page: is it possible to center the pictures and the "Click to enter" button on the root page? If yes, where must I do the editing?

yes, with CSS - add desired CSS rules into custom.css.

SilentHunter wrote:
2. Album Page: is it possible to get a controllable 2-line description in the album frame? I would like to have the date when the album was shot in the first line, and the name of the album in the second. Adding spaces in the descriptions get ignored by the theme. Please have a look on the attached screenshot. It should always look like in the left frame, even when the name is as short as in the right frame.

may be more difficult, but you can try to use CSS :first-child selector to force line break after first word

Thanks in advance!

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
SilentHunter

Joined: 2012-04-25
Posts: 4
Posted: Wed, 2012-04-25 18:33
Serge D wrote:
yes, with CSS - add desired CSS rules into custom.css.

Thanks for your answers. Can I download an example custom.css for Greydragon anywhere? I don't know how CSS works, but I am willing to learn ;-)

Kind regards,
SilentHunter
_________________________________
Vault 114 - Urban Exploration

 
cchiappa
cchiappa's picture

Joined: 2008-08-11
Posts: 101
Posted: Wed, 2012-04-25 20:17

For #2, it's not quite what you're looking for, but you might want to consider the under_photo_text module: http://codex.gallery2.org/Gallery3:Modules:under_photo_text (be sure to grab floridave's version from the linked forum thread). Combined with the HTML purifier module it lets you put the formatted text description with the thumbnail. I've attached an example screenshot of it being used with GreyDragon on my G3 installation.

 
cchiappa
cchiappa's picture

Joined: 2008-08-11
Posts: 101
Posted: Wed, 2012-04-25 20:19
SilentHunter wrote:
Thanks for your answers. Can I download an example custom.css for Greydragon anywhere? I don't know how CSS works, but I am willing to learn ;-)

The GreyDragon theme wiki page has some examples: http://codex.gallery2.org/Gallery3:Themes:greydragon , and there are more in this thread (a novice myself).

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-04-25 21:34
SilentHunter wrote:
Thanks for your answers. Can I download an example custom.css for Greydragon anywhere? I don't know how CSS works, but I am willing to learn ;-)

Sorry, when you said you worked with HTML I assumed you know CSS.
if you have desire to go G3 customization route perhaps you can start with one of these books - http://webdesign.about.com/od/books/tp/best-css-books.htm
custom.css is just a CSS file with rules you want to define overriding/extending default behavior. it is not present by default but can be registered from admin section.
There is a section with various CSS tricks in theme's FAQ. you may look there as well.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
ajorgereis

Joined: 2008-09-06
Posts: 132
Posted: Sun, 2012-04-29 10:53

Hi serge
In colorpack Roudrobin in rootpage images in landscape format, they exceed the margins of the layout in any browser.
See my root page at:

www.ajorge.net

www.ajorge.net

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-05-08 16:50
ajorgereis wrote:
In colorpack Roudrobin in rootpage images in landscape format, they exceed the margins of the layout in any browser.

Attached is updated version of the CP

Edit: Part of official release now

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
ajorgereis

Joined: 2008-09-06
Posts: 132
Posted: Mon, 2012-04-30 21:46

Thank You

www.ajorge.net

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Thu, 2012-05-03 10:13

Hey Serge,

Just upgraded and wanted to say two things...

First: THANK YOU! I really appreciate your work on the new version!

Second: I had the same problem with the Organize Albums thing, and your suggested fix took care of it. Instead of hacking the distributed css file, I included a line in my custom.css:

/* fix for Organize Albums dialog in GreyDragon 3.2.1 */
.ui-dialog .ui-dialog-content { display: block; }

Thanks!
Shad

 
heydroid

Joined: 2003-09-29
Posts: 48
Posted: Sun, 2012-05-06 15:03

Thank you Serge D for this great theme!

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-05-08 16:49

version 3.2.2 is up

  • CSS: Fixes a phenomenon where dialog content not aligning properly under some conditions
  • CSS: Fixes a phenomenon where login dialog for error/login and reauthenticate pages were not in sync
  • Movie thumb and Photo IDs are adjusted to comply with 3.0.3 notation
  • Photo page image precache javascript moved into .ready to speed up the page load
  • CP: Roundrobin styles improvements - top login positioning adjusted, removed padding for root page when sidebar is used
  • ADMIN: Added prerequisite check for CURL support in PHP

This is a maintenance release to address small issues discovered in GD 3.2

Enjoy

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
heydroid

Joined: 2003-09-29
Posts: 48
Posted: Wed, 2012-05-09 01:05

Is it just me, or is the download link on http://codex.gallery2.org/Gallery3:Themes:greydragon not working?

 
windracer

Joined: 2007-03-05
Posts: 113
Posted: Wed, 2012-05-09 01:52

Interesting. It worked for me earlier today as I was able able to upgrade to 3.2.2, however, I wonder if the broken link is also why I'm seeing this on the admin page:

Version check is incomplete. No version information has been found. -1 : 1

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-09 01:57
heydroid wrote:
Is it just me, or is the download link on http://codex.gallery2.org/Gallery3:Themes:greydragon not working?

it is up now
there was small outage with my host

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-09 01:59
windracer wrote:
Interesting. It worked for me earlier today as I was able able to upgrade to 3.2.2, however, I wonder if the broken link is also why I'm seeing this on the admin page:

Version check is incomplete. No version information has been found. -1 : 1

Same reason, but would take a little longer to fix

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Evilchen

Joined: 2007-02-27
Posts: 6
Posted: Wed, 2012-05-09 13:39

Hi Serge D,
Got a little bit tricky Question.
I use Your Theme in general for all my private projects. It makes G3 simply complete...but (hehe)

i'm searching for an option, to use the albumpage als slideshow entrypoint (Option: Disable Photo Page (Slideshow Mode) ), cause it is the easyest way for guests to see the Photos with the phantastic slideshow options, but also have an link to go to the Photo Page as i want it in special cases.
[img]http://www.qpic.ws/images/themequest.png[/img]
In the Image you see the church on the third picture. As the mouse was over this picture, the Title of the Image is shown (Img 8495).
Now i want something like, klicking the Photo starts the Slideshow but clicking the blend in Title brings me to the Photos Page.

Another solution would be to bring the Link to the Photopage into the Lightbox (Colorbox), into the Description under the Photo.

Do you have a suggestion for me, where i could start tinkering?

Thx, Tobias
(sry for my bad english)

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-09 16:03
Serge D wrote:
windracer wrote:
Interesting. It worked for me earlier today as I was able able to upgrade to 3.2.2, however, I wonder if the broken link is also why I'm seeing this on the admin page:

Version check is incomplete. No version information has been found. -1 : 1

Same reason, but would take a little longer to fix

updated version of the shared module is now available http://blog.dragonsoft.us/downloads/15 addressing CURL issues

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-09 16:09
Evilchen wrote:
Got a little bit tricky Question.

i'm searching for an option, to use the albumpage als slideshow entrypoint (Option: Disable Photo Page (Slideshow Mode) ), cause it is the easyest way for guests to see the Photos with the phantastic slideshow options, but also have an link to go to the Photo Page as i want it in special cases.

reason to open photo page? extra functionality?

two options:
* add "open photo page" icon to the thumb as it is done for EXIF data. coding would be required in get_thumb_element function
* add "open photo page" link in slideshow itself. this would vary by slideshow module used. there is a possiblity to add link into title of the image in the slideshow. requires investigation.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
cchiappa
cchiappa's picture

Joined: 2008-08-11
Posts: 101
Posted: Sat, 2012-05-12 00:44

Hi Serge, there seems to be some incompatibility between GD and the movie_overlay module. Dave describes a fix here that solves the worst of the layout issues: http://gallery.menalto.com/node/101387#comment-391353 . It's a little over my head & movie_overlay is simple enough that it's not a big deal to just keep a hacked up version, but it seemed worth at least pointing out. Thanks again for the great theme!

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sat, 2012-05-12 18:56
cchiappa wrote:
Hi Serge, there seems to be some incompatibility between GD and the movie_overlay module. Dave describes a fix here that solves the worst of the layout issues: http://gallery.menalto.com/node/101387#comment-391353 . It's a little over my head & movie_overlay is simple enough that it's not a big deal to just keep a hacked up version, but it seemed worth at least pointing out. Thanks again for the great theme!

Will check when have some time
Would probably not adjust the theme layout just for that module as it may break more than fix

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
cchiappa
cchiappa's picture

Joined: 2008-08-11
Posts: 101
Posted: Tue, 2012-05-15 02:09

Hi Serge, this trivial fix lets rWatcher's rwinfo module (replacement for info) work OK (otherwise no description is displayed below the picture/album. I don't know if there's a better way of doing it.

--- MY_Theme_View.php.orig      2012-05-14 22:03:18.928103031 -0400
+++ MY_Theme_View.php   2012-05-14 22:04:55.995300301 -0400
@@ -224,7 +224,7 @@
 
     $this->thumb_random = $this->ensureoptionsvalue("thumb_random", FALSE);
     $this->thumb_imgalign = $this->ensureoptionsvalue("thumb_imgalign", "top");
-    if (module::is_active("info")):
+    if (module::is_active("info") || module::is_active("rwinfo")):
       $this->thumb_metamode = $this->ensureoptionsvalue("thumb_metamode", "default");
       $this->is_photometa_visible = (!$this->ensureoptionsvalue("hide_photometa", TRUE));
     else:
 
Evilchen

Joined: 2007-02-27
Posts: 6
Posted: Tue, 2012-05-15 12:35
Serge D wrote:
Evilchen wrote:
Got a little bit tricky Question.

i'm searching for an option, to use the albumpage als slideshow entrypoint (Option: Disable Photo Page (Slideshow Mode) ), cause it is the easyest way for guests to see the Photos with the phantastic slideshow options, but also have an link to go to the Photo Page as i want it in special cases.

reason to open photo page? extra functionality?

two options:
* add "open photo page" icon to the thumb as it is done for EXIF data. coding would be required in get_thumb_element function
* add "open photo page" link in slideshow itself. this would vary by slideshow module used. there is a possiblity to add link into title of the image in the slideshow. requires investigation.

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

Thx, Serge, for Your answer.
I found the entrance into your Code and something, that makes the Title of an Photo in the Album View to an link to the Photo Page. So the slidesow mode is still intact, but i also can easily access the Photo Page.
I use it, to have access to the features of the embedlinks module, wich will be shown on the photos page.

today i have made still a working change, but it needs some more details (If, in Theme Settings, my inserted Option to make the Title a Link, is unset, there will be an error).
If im ready with my work, i'll post the diffs, if interested?

 
xenocide0

Joined: 2012-05-15
Posts: 1
Posted: Tue, 2012-05-15 19:48

found an issue in firefox where the content in the dialog was 1/2 width. chrome looked fine.

fix was clearing both ( added to my custom.css )
.ui-dialog .ui-dialog-content {clear:both;}

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-16 16:49
cchiappa wrote:
Hi Serge, this trivial fix lets rWatcher's rwinfo module (replacement for info) work OK (otherwise no description is displayed below the picture/album. I don't know if there's a better way of doing it.

included in next release

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-05-16 16:51
xenocide0 wrote:
found an issue in firefox where the content in the dialog was 1/2 width. chrome looked fine.

fix was clearing both ( added to my custom.css )
.ui-dialog .ui-dialog-content {clear:both;}

I thought it was fixed, but will include that in next release

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Fri, 2012-05-18 08:02

Hi,

I have this problem: My site breadcrumb is not showing when users click from "tag" page.

Here is how:

Please visit http://wall-paper.co/ipad , if you browse any wallpapers in this album, everything is well.

But if you clicked on any link under "In this album", and visit any wallpaper under this tag, "breadcrumb" will not showing.

Please help me to fix this.

Thanks.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-05-18 13:47

there is no support for breadcrumbs in tag pages
Do you have it for Wind theme, as I have noticed some changes which were introduced there but did not know if it is related to anything in particular

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Sat, 2012-05-19 07:34

### edit ###

 
flxfxp

Joined: 2012-05-19
Posts: 8
Posted: Sat, 2012-05-19 19:02

It doesn't work on nginx + php5-fpm, what can I do to fix this?

Thanks!
Dennis

 
flxfxp

Joined: 2012-05-19
Posts: 8
Posted: Sat, 2012-05-19 19:17

Also, I suspect this might be because of the latest Gallery 3 Git build 219, the Wind theme does work.
Is there anywhere where I can find older versions of Greydragon? I'm looking for version 3.1.4.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-05-20 06:00

Try using official version of G3, not latest GIT

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
flxfxp

Joined: 2012-05-19
Posts: 8
Posted: Sun, 2012-05-20 13:26

Understood, thanks. Do you still have the 3.1.4 zip file somewhere?

Also, talking about Git, would you happen to have GreyDragon somewhere on git/svn/etc?

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Sun, 2012-05-20 17:10
flxfxp wrote:
Understood, thanks. Do you still have the 3.1.4 zip file somewhere?

Also, talking about Git, would you happen to have GreyDragon somewhere on git/svn/etc?

http://codex.gallery2.org/File:Greydragon-theme.zip

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Mon, 2012-05-21 15:18

Hi Serge,

I stumbled across two other minor bugs with v3.2.1/v3.2.2, which may or not be related to one another. I've reloaded v3.1.4 to confirm that it's something with the new release. I'm running Gallery v3.0.3 in both cases.

-- "Choose as the album cover" bug --

The action itself is completed successfully, and the Gallery error log is empty, but the screen goes blank with the message:
{"result":"success","reload":1}

This was first reported at http://gallery.menalto.com/node/106541, and at least two of us get the same symptoms.

-- menu overlay bug --

The item menu overlay, the one used to get to the "Choose as the album cover" action, seems to have some screwy formatting before the first item. Here are two screeenshots to show what I mean:

Version v3.1.4:
[img]http://shadlaws.com/webprojects/greydragon322bug-menu-v314.png[/img]

Version v3.2.2:
[img]http://shadlaws.com/webprojects/greydragon322bug-menu-v322.png[/img]

Thanks in advance for your help!

Take care,
Shad

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-05-21 18:09

Ajax hot-fix posted in the thread above

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Mon, 2012-05-21 18:13

-- menu overlay bug --

what browser? as it shows fine on mine
link would be even better

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Mon, 2012-05-21 21:04

Hey Serge,

Re: ajax hot-fix - yep, worked like a charm. Thanks!

Re: overlay bug - I've tried three combinations...
- Chrome (Win 7) - bug
- Firefox (Win Vista) - bug
- IE9 (Win 7) - *no* bug
... so it doesn't *always* show up.

My site is password-protected, but I made a test user and will send the info by PM. Thanks in advance for your help!

Take care,
Shad

 
zottel

Joined: 2012-05-22
Posts: 11
Posted: Tue, 2012-05-22 10:28

Hi,

I just installed GreyDragon v3.2.2 in my Gallery v3.0.3.

I enabled Expanded Aspect Ratio and set Aspect Ratio to Actual. Then I rebuilt all thumbnails.

My expectation was that images in portrait orientation would be shown completely, i.e. scaled down so that their height matches the thumb height. They are scaled down so that their width matches the thumb width, though, and thus parts of the images are missing.

Is this a bug or is that intended behaviour?

Thanks, Christian

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Tue, 2012-05-22 13:36

Hey Christian,

Near as I can tell, it's intended behavior, but I also wanted the same thing as you on my site. You can do this by editing /themes/greydragon/admin/controllers/admin_theme_options.php and moving a block of code.

Find this:


        $_priorratio = module::get_var("th_greydragon", "thumb_ratio", "photo");
        $thumb_ratio = $form->edit_theme_adv_thumb->thumb_ratio->value;
        $thumb_ratio_ex = $form->edit_theme_adv_thumb->thumb_ratio_ex->value;
        if ($thumb_ratio_ex):
          $thumb_ratio .= "_ex";
        endif;

        if ($thumb_ratio_ex):
          $thumb_size   = 300;  
        else:
          $thumb_size   = 200;
        endif;

        if ($thumb_ratio == "photo"):
          $rule = Image::AUTO;
        else:
          $rule = Image::WIDTH;
        endif;

And move the 4th-6th lines to the end. The end result should look like:


        $_priorratio = module::get_var("th_greydragon", "thumb_ratio", "photo");
        $thumb_ratio = $form->edit_theme_adv_thumb->thumb_ratio->value;
        $thumb_ratio_ex = $form->edit_theme_adv_thumb->thumb_ratio_ex->value;
        /**
	 * if ($thumb_ratio_ex):
         *   $thumb_ratio .= "_ex";
         * endif;
	 */

        if ($thumb_ratio_ex):
          $thumb_size   = 300;  
        else:
          $thumb_size   = 200;
        endif;

        if ($thumb_ratio == "photo"):
          $rule = Image::AUTO;
        else:
          $rule = Image::WIDTH;
        endif;

        /* Moved from above to expand portrait thumbnails */
        if ($thumb_ratio_ex):
          $thumb_ratio .= "_ex";
        endif;

Take care,
Shad

 
cuongduong

Joined: 2012-04-30
Posts: 1
Posted: Tue, 2012-05-22 20:08

This is an incredible theme.
I appreciate all the work and contributions in this thread.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-05-22 21:54
shadlaws wrote:
Hey Christian,

Near as I can tell, it's intended behavior, but I also wanted the same thing as you on my site. You can do this by editing /themes/greydragon/admin/controllers/admin_theme_options.php and moving a block of code.
...
Take care,
Shad

Vote? should we make it as an option?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
shadlaws

Joined: 2012-03-14
Posts: 183
Posted: Wed, 2012-05-23 09:08

My vote is yes - +1 to a "size thumbnails by width vs. largest dimension" option.

Thanks!
Shad

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Wed, 2012-05-23 09:19
shadlaws wrote:
My vote is yes - +1 to a "size thumbnails by width vs. largest dimension" option.

Thanks!
Shad

Sidebar width options too :)