Hi Serge,
I'm seeing the following error on my gallery with your theme activated:
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
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
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
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èmeSerge 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
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
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
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
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
I try both ways - not work. But if I copy this photo to another album - it appear in x2 size.
Offline
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
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
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
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
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
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
<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> © 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