•  » Themes
  •  » [Theme] GreyDragon Theme

#61 2014-11-20 23:44:05

latchee
Guest

Re: [Theme] GreyDragon Theme

Hi Serge,

Would it be possible to add back and forward overlay arrows when we mouse over the left and right side of a picture?
The functionality is already here, it is just users cannot see it.

Regards,

 

#62 2014-11-29 21:44:10

Maxgjr
Member
2014-11-29
4

Re: [Theme] GreyDragon Theme

Hi Serge,

I've been looking to disable the metadata/Exif button below the images but i can't figure out where it's set.

Also trying to set the default photosize set to small. It's now Medium. I have found some code i think is related but it doesn't work when i change it to S. The found code is in: greydragon.class.php and is located on line 258, 260 and 262.

if ($r_scr == "photo"):
        $content .= '[photo id=' . $r_id . ' size=M html=yes link=no]';
      elseif ($r_scr == "random"):
        $content .= '[random album=' . $r_id . ' size=M html=yes link=no]';
      else:
        $content .= '[slider album=' . $r_id . ' nb_images=10 random=yes size=M speed=' . $r_delay . ' title=no effect=' . $r_mode . ' arrows=' . $r_navarr . ' control=' . $r_navctr . ' elastic=' . $r_elastic . ']';
      endif;

Thx for the help.

Offline

 

#63 2014-11-30 03:55:48

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

latchee wrote:

Hi Serge,

Would it be possible to add back and forward overlay arrows when we mouse over the left and right side of a picture?
The functionality is already here, it is just users cannot see it.

Regards,

I thought about it
problem is in markup used to generate photo element - in particular use of <map> element. it is not easy to style with CSS
I am considering using custom code, but rather not do that if I can...

I will keep it on the radar

Offline

 

#64 2014-11-30 03:57:27

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

Maxgjr wrote:

Hi Serge,

I've been looking to disable the metadata/Exif button below the images but i can't figure out where it's set.

Also trying to set the default photosize set to small. It's now Medium. I have found some code i think is related but it doesn't work when i change it to S. The found code is in: greydragon.class.php and is located on line 258, 260 and 262.

if ($r_scr == "photo"):
        $content .= '[photo id=' . $r_id . ' size=M html=yes link=no]';
      elseif ($r_scr == "random"):
        $content .= '[random album=' . $r_id . ' size=M html=yes link=no]';
      else:
        $content .= '[slider album=' . $r_id . ' nb_images=10 random=yes size=M speed=' . $r_delay . ' title=no effect=' . $r_mode . ' arrows=' . $r_navarr . ' control=' . $r_navctr . ' elastic=' . $r_elastic . ']';
      endif;

Thx for the help.

yes, it is right place.. how about I will make it an option. M or S?

Offline

 

#65 2014-11-30 21:43:52

Maxgjr
Member
2014-11-29
4

Re: [Theme] GreyDragon Theme

Serge D wrote:

Maxgjr wrote:

Hi Serge,

I've been looking to disable the metadata/Exif button below the images but i can't figure out where it's set.

Also trying to set the default photosize set to small. It's now Medium. I have found some code i think is related but it doesn't work when i change it to S. The found code is in: greydragon.class.php and is located on line 258, 260 and 262.

if ($r_scr == "photo"):
        $content .= '[photo id=' . $r_id . ' size=M html=yes link=no]';
      elseif ($r_scr == "random"):
        $content .= '[random album=' . $r_id . ' size=M html=yes link=no]';
      else:
        $content .= '[slider album=' . $r_id . ' nb_images=10 random=yes size=M speed=' . $r_delay . ' title=no effect=' . $r_mode . ' arrows=' . $r_navarr . ' control=' . $r_navctr . ' elastic=' . $r_elastic . ']';
      endif;

Thx for the help.

yes, it is right place.. how about I will make it an option. M or S?

Hmm if it is the right place, for some reason it won't accept size=S.
By making it an option, you mean choose the default in the config? That would be a nice idea. On pc's it's the correct size for a 19", but on a laptop it needs scrolling.

Do you also know where to disable the exif button below the pictures?

Found this in themeconfig.inc.php, line 28: pwg_set_session_var('show_metadata', 1);
My guess would be set it to 0? but will this delete the button on the bottom or will it just change the default to not show it but still have the option to show it?

Thx for the help.

Offline

 

#66 2014-12-01 17:29:29

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

Maxgjr wrote:

Hmm if it is the right place, for some reason it won't accept size=S.
By making it an option, you mean choose the default in the config? That would be a nice idea. On pc's it's the correct size for a 19", but on a laptop it needs scrolling.

Included in 1.0.15

Maxgjr wrote:

Do you also know where to disable the exif button below the pictures?

Found this in themeconfig.inc.php, line 28: pwg_set_session_var('show_metadata', 1);
My guess would be set it to 0? but will this delete the button on the bottom or will it just change the default to not show it but still have the option to show it?

yes, you can do that
I made it part of admin in 1.0.15

Offline

 

#67 2014-12-01 17:38:05

Maxgjr
Member
2014-11-29
4

Re: [Theme] GreyDragon Theme

Serge D wrote:

Maxgjr wrote:

Hmm if it is the right place, for some reason it won't accept size=S.
By making it an option, you mean choose the default in the config? That would be a nice idea. On pc's it's the correct size for a 19", but on a laptop it needs scrolling.

Included in 1.0.15

Maxgjr wrote:

Do you also know where to disable the exif button below the pictures?

Found this in themeconfig.inc.php, line 28: pwg_set_session_var('show_metadata', 1);
My guess would be set it to 0? but will this delete the button on the bottom or will it just change the default to not show it but still have the option to show it?

yes, you can do that
I made it part of admin in 1.0.15

Awesome you rule.. Last question... since I've modified the colors, can you point out the files i need to update without messing up the colors in styles.css and greydragon.inc.php?

Offline

 

#68 2014-12-01 18:04:29

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

Maxgjr wrote:

Awesome you rule.. Last question... since I've modified the colors, can you point out the files i need to update without messing up the colors in styles.css and greydragon.inc.php?

Use Custom CSS in admin section or http://piwigo.org/doc/doku.php?id=user_ … q:css_code

Offline

 

#69 2014-12-01 23:24:15

Maxgjr
Member
2014-11-29
4

Re: [Theme] GreyDragon Theme

Serge D wrote:

Maxgjr wrote:

Awesome you rule.. Last question... since I've modified the colors, can you point out the files i need to update without messing up the colors in styles.css and greydragon.inc.php?

Use Custom CSS in admin section or http://piwigo.org/doc/doku.php?id=user_ … q:css_code

Right figured it out. Awaiting the next release then.. thx.

Offline

 

#70 2014-12-02 06:54:47

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

version 1.0.15 has been released

+ ADMIN: Added "Image Size" option for Root Page
+ ADMIN: Added "Hide EXIF" option for Photo Page
+ ADMIN: Help content moved into standalone template file
+ Added support for "User Tags" plugin
+ Added support for PayPal Order Cart module - PayPal entry form now integrated as a Tab or Overlay
+ PNG size optimization for theme elements
+ Improved styles of Colorbox for overlays
+ "Tags" picture data made optional - tab would be visible only if tags are present or "User Tags" plugin is enabled
- Fixed issue with Colorbox not be referenced in some cases causing popup overlay dialogs functionality not be supported when user is not logged in
- Fixed issue of breadcrumb overlap with image toolbar

Offline

 

#71 2014-12-11 05:11:30

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

version 1.0.16 is now available - hot fix

+ Version information moved into greydragon.class.php for easier maintenance
- Fixed issue with missing link to switchbox.js in photo pages which would prevent "photo sizes" drop down to work

Offline

 

#72 2014-12-12 16:17:57

Leif
Guest

Re: [Theme] GreyDragon Theme

With static menu overlay the sitecontent in the menuarea.
See on my testgallery.

http://piwigo.alphaville.nu/index/categ … y-calendar
http://piwigo.alphaville.nu/register.php

On the loginpage http://piwigo.alphaville.nu/identification.php is the menu missing.

 

#73 2014-12-12 16:38:02

Leif
Guest

Re: [Theme] GreyDragon Theme

Leif wrote:

With static menu overlay the sitecontent in the menuarea.
See on my testgallery.

http://piwigo.alphaville.nu/index/categ … y-calendar
http://piwigo.alphaville.nu/register.php

Also in http://piwigo.alphaville.nu/password.php

 

#74 2014-12-12 17:48:38

deheme
Member
France
2014-12-12
104

Re: [Theme] GreyDragon Theme

Hello Serge,

I'm trying your great theme, and I have a few (very) little remarks:

- on the photo pages, there are icons to explode the box for information/exif/comments. When if I click on exif the exif box open OK, then i f I click on informations the exif box closes and I have to click é second time to get the information box. Could be done with only one click.

- When I click first time on the camera icon (top right), the exif icon disapears OK. If I click again on the camera (top right), the exif icons does not come back. Is it the expected behaviour?I would expect a flip/flop mode.

- For not connected users (guest - not allowed to post comments), when I click on the comment Icon, and there is no comment available for this picture (a box with nothing in it appears). I would expect that the comment icon is either masked or opens a box with a message like (no comment allowed)

Very littly remarks as you can see, this theme is really terrific 

DéHème
Sorry for the frenglish
see an example here : http://deheme.com/p1/picture.php?/2233/ … rlinennetb
Warning : this is a test site - it is changing wery often

Last edited by deheme (2014-12-12 17:49:23)

Offline

 

#75 2014-12-12 20:05:21

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

Leif wrote:

Leif wrote:

With static menu overlay the sitecontent in the menuarea.
See on my testgallery.

http://piwigo.alphaville.nu/index/categ … y-calendar
http://piwigo.alphaville.nu/register.php

Also in http://piwigo.alphaville.nu/password.php

what menu are you referring to?
There is only "Home" menu there

Offline

 
  •  » Themes
  •  » [Theme] GreyDragon Theme

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact