•  » Themes
  •  » [Theme] GreyDragon Theme

#121 2015-01-29 02:15:37

andrewjs18
Member
2014-10-10
50

Re: [Theme] GreyDragon Theme

Hi Serge,

I'm seeing the following error on my gallery with your theme activated:

Code:

Warning: filemtime(): stat failed for ./themes/greydragon/css/colorpack//styles.css in /include/template.class.php on line 1894

any ideas for a fix?

thanks!

Offline

 

#122 2015-01-29 02:26:26

windracer
Member
St. Pete, FL
2014-12-28
493

Re: [Theme] GreyDragon Theme

Another user had a similar issue, here:

http://piwigo.org/forum/viewtopic.php?pid=157297

Changing the colorpack and saving the config fixed it for them.

Offline

 

#123 2015-01-30 19:35:03

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

on missing colorpack setting issue with new installs - I did add initial selection to prevent future errors and it would be available in next version

Offline

 

#124 2015-01-31 15:34:30

deheme
Member
France
2014-12-12
104

Re: [Theme] GreyDragon Theme

deheme wrote:

Hello,

I have opened a new post in the french forum here but may be here is a better place.

My question is : how can I trigger presentation of openstreetmap picture geolocation map in the information frame. It was working nice with Stripped, and when I switched to GD it disappeared.
See attached pictures to understand the point.

Regards
DéHème

Serge D wrote:

block would not be inserted because plugin's author is making specific assumption about page content
in particular there is a search to find <div id="Average" class="imageInfo">
in my theme tab content is different and based on the following structure <dt id="Average">
in general I find this area of hacks very disruptive and limiting directions in which theme can be developed
while it is possible to add an empty placeholder just to accommodate the plugin in question, but I am not going to do that at this time
I would be happy to discuss other more unified options which allows management of the theme more independently from various plugins

I'm not sure to understand correctly...
All themes I tried (stripped, elegant, modus, mt. Blanc, Simple's...) have almost the same behavior, i.e. they present the map in the information's place holder. Although, do you mean this is not the right way to do it?

May I ask you what is The solution for me if I would like to present the geolocation in the picture page.

Regards
DéHème
Sorry for my Frenglish...

Offline

 

#125 2015-02-01 21:44:58

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

deheme wrote:

I'm not sure to understand correctly...
All themes I tried (stripped, elegant, modus, mt. Blanc, Simple's...) have almost the same behavior, i.e. they present the map in the information's place holder. Although, do you mean this is not the right way to do it?

May I ask you what is The solution for me if I would like to present the geolocation in the picture page.

Plugin relays on very specific html element to be present in photo page. In my theme this element is not <div> but <dd>
I am using a bit different html markup so we could take advantage off bootstrap CSS, this is one of the reasons to above change

What approach would be better? this is field of personal preferences and I am in no position to push my views, but I would say if we could take "widgets" approach in "sidebars" it would be much more flexible solution.
I did try to suggest it before in similar situation - http://piwigo.org/forum/viewtopic.php?p … 31#p156231

I do not know if it good or bad or impossible, but if widgets were in fact supported, then content management would be much easier in my opinion
it is require changes on the core level though and then adoption by plugin authors

Offline

 

#126 2015-02-05 14:35:52

HariS
Member
2014-08-03
14

Re: [Theme] GreyDragon Theme

Hello Serge D,
I have issue with this theme on touch devices. I like to have main menu set to Static Menu - Header Bottom, but this type of menu works only with mouse. Opening/closing of the contents of each menu is bound to MouseEnter/MouseLeave events (at least I think it is) but it is not sufficient for touch control - the menu is not usable, because it stays closed.

I tried to find place, where current events are defined to add reaction of the menu to Click event (or maybe special touch events, if available), but I was not succesful.

Maybe attaching of MouseEnter/MouseLeave events is outside of the theme, but I check everything and still not succesfull...

Could you help me with this issue, please?


I found another one issue - with original template "header.tpl" is impossible to display menu on picture page, the class of BODY element is allways set to hide-menu - this issue I solved, just removed if-condition form class attribute.

Update
I've made another deep scan of all source code and found the way, how it is done and how to change it - opening/closing the menu is thru CSS, I've found class(es) that does it and overrided them. Now I'm debugging the script to open/close the menu with click event.
So, no help needed currently.

Last edited by HariS (2015-02-06 14:30:21)

Offline

 

#127 2015-02-08 22:41:07

evadim
Member
2014-07-23
12

Re: [Theme] GreyDragon Theme

Hello!

Thanks a lot for you for you theme - and post about migration from G3!

I have strange small issue - I add new album (via direct upload to "galleries" folder and sync, it it matter) and in this album first photo have regular size, not doulbe as in settings and all albums.
I've tried enable/disable gdThumb, change settings, clear cache - nothing yet helps(now cache cleared and regenerated). If I switch off x2 size for first photo - it become small everywhere. If I enable it again - it become x2 except this new album...

Any ideas?

Offline

 

#128 2015-02-09 03:03:40

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

it is gdThumb question
most likely this photo has size which is incorrectly reported by the system
if you replace this photo with another one or rearrange the album so this photo is not first one in the list, does it make any difference?

Offline

 

#129 2015-02-09 19:41:50

evadim
Member
2014-07-23
12

Re: [Theme] GreyDragon Theme

I try both ways - not work. But if I copy this photo to another album - it appear in x2 size.

Offline

 

#130 2015-02-11 06:41:51

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

interesting
when you say you copy it in another album, are you talking about first copy it on FTP and then sync from another folder?
if so could you check permissions of the file in original location?

Offline

 

#131 2015-02-11 19:29:40

evadim
Member
2014-07-23
12

Re: [Theme] GreyDragon Theme

Permissons are same for all files and folders.
It isn't ftp. My owncloud hosted on same server and I just copy photos from one folder to another.

files,
-rw-r--r--    apache apache

folders
drwxr-xr-x  apache apache

Offline

 

#132 2015-02-12 12:45:48

homdax
Member
Sweden
2015-02-02
312

Re: [Theme] GreyDragon Theme

Serge, your theme is awesome, I have made a custom ColourPack using it for my site, mostly replacing colours and some borders, for now.

Thing is, I am a bit puzzled over what setting to use in the Theme, and what to use in the other configuration options.

I have some examples:
- In the Title and Banner, I was not able to get the entries in the theme configuration to work, but when using the Basic setting in General Configuration, it worked as a charm. (Title as text entry and some code IMG and URL in the box entry.
- Footer. Your theme defines some links as default (User - Logout - Contact) but if I say, want to add Copyright Info in the Footer Text box you have in the theme, it overwrites the same place where the links are...?
- Menus, on your page you have a list of behaviours, but so does the Configuration > Display page. Right now I just lost the ability to Open/Close the menu and I do not even know what I did for that. Using Header bottom static for now.

Since you also worked with Gallery you can check out the Source gallery at http://homeworldshots.net. I am after a similar Album view look, even if yours is great, I do not seem to be able to accomplish it... How can I set http://www.homeworldshots.net/_piwigo/i … category/1 as Album Index page?

Any advice appreciated


Piwigo version: 2.7.3
PHP: 5.2.42-servage30 (Show info) [2015-02-03 08:16:47]
MySQL: 5.0.85-log [2015-02-03 08:34:24]
Graphics Library: External ImageMagick 6.7.8-7
Piwigo URL: http://homeworldshots.net/_piwigo/

Offline

 

#133 2015-02-14 10:54:31

evadim
Member
2014-07-23
12

Re: [Theme] GreyDragon Theme

Serge, I figureout issue!

First photo becomes small, if panarama image located at the end of page. No matter if this page - whole album or just one of 4 pages in it.

Second issue - if I enable RV Thumb Scroller, I can't open photo by click if it loaded by RV Thumb Scroller. On "first page" click works.

Offline

 

#134 2015-02-16 22:58:16

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

HariS wrote:

Update
I've made another deep scan of all source code and found the way, how it is done and how to change it - opening/closing the menu is thru CSS, I've found class(es) that does it and overrided them. Now I'm debugging the script to open/close the menu with click event.
So, no help needed currently.

When you find better way to manage menu, could you share your changes?

Offline

 

#135 2015-02-16 23:28:24

Serge D
Member
US
2014-07-15
384

Re: [Theme] GreyDragon Theme

homdax wrote:

Thing is, I am a bit puzzled over what setting to use in the Theme, and what to use in the other configuration options.

Help section is work in progress, but I will try and include more relevant information there in the future.

homdax wrote:

In the Title and Banner, I was not able to get the entries in the theme configuration to work, but when using the Basic setting in General Configuration, it worked as a charm. (Title as text entry and some code IMG and URL in the box entry.

Not sure what you mean here. Idea that you can specify path to your logo (it is recommended to place it in your <b>local</b> folder. you may need to create one in root of your gallery install.). If you also need to add text, simply enter it in Header Text section. if neither is set, header would collapse.

homdax wrote:

Footer. Your theme defines some links as default (User - Logout - Contact) but if I say, want to add Copyright Info in the Footer Text box you have in the theme, it overwrites the same place where the links are...?

yes and no, Footer text would be added next to links, but then you can position it using custom CSS.
For example, this should work out of the box

Code:

<ul class="g-inline g-link-list"><li>All images are subject to copyright and may not be reproduced or republished without permission</li><li>&nbsp;© 2008-2014 </li></ul>

homdax wrote:

Menus, on your page you have a list of behaviours, but so does the Configuration > Display page. Right now I just lost the ability to Open/Close the menu and I do not even know what I did for that. Using Header bottom static for now.

Theme overrides global menu styles as it introduces its own and managed by "Main Menu Mode"

homdax wrote:

Since you also worked with Gallery you can check out the Source gallery at http://homeworldshots.net. I am after a similar Album view look, even if yours is great, I do not seem to be able to accomplish it... How can I set http://www.homeworldshots.net/_piwigo/i … category/1 as Album Index page?

Note sure here.
1) you are not using G3 GD theme there, so it would be differently styled by nature.
2) there is no option currently to have left side aligned meta/description block. You can however add above/below album description using "Extended Description" plugin
3) theme does not modify default look and feel of album thumbs and metadata. And PWG card view is default one. You can experiment with gdThumb if you would like to switch to using Masonry styles for thumbs (you can check my gallery to see how it looks) or use custom CSS to adjust it to your liking.

Please note that I intentionally abandoned support for thumb packs previously available in G3 GD taking plugin approach instead.

Offline

 
  •  » Themes
  •  » [Theme] GreyDragon Theme

Board footer

Powered by FluxBB

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