Thank you for the Update. It is a wonderfull Theme. Only a question. Is it possible to get the MenuBar from the Categories into the picture.tpl?
Thanks in Advance
Ingo
Offline
yes, it is possible and I am working on it, but I am trying to find best approach to maximize space for the picture itself.
Offline
version 1.0.12
+ ADMIN: JS is moved out page source into dedicated admin.js for better reusability
- Fixed issue with active menu header not being highlighted in PWG 2.7
Offline
Hello Serge.
Regarding migration from gallery 3 GreyDragon colorpacks...
I tried to move a G3 colorpack (greydragon) to;
/piwigo/themes/greydragon/css/colorpack/greydragon
It didn't work.
Do you have a guid on how to migrate colorpacks/framepacks from
G3 greydragon, to piwigo themes ?
Thank you.
Offline
Due to differences in layout css selectors, it is not possible to simply move color pack from G3.
Greydragon color pack is not part of default distro but I can add it. is this what you are looking for or there are some further customizations?
Offline
Serge.
I love the Greydragon G3 theme colorpack/framepacks. I was thinking there might be others that would agree, and it would be wonderful to be able to use them in piwigo as well.
I used to put customizations in /themes/custom/css/custom.css in G3.
It looks a lot more challenging in piwigo.
Best Regards.
Offline
I am looking into including greydragon colorpack into next version.
Framepacks are not supported as I made a decision to keep it independent from the theme itself. You can see how it suppose to be working from gdThumb plugin. There is no longer concept of the frame but rather concept of custom thumbs.
Instead of using custom.css which implies you have direct file access to the server, I made it part of theme admin settings instead. when used special internal css file would be created on user's behalf
I hope it helps
Offline
Serge.
Regarding: colorpacks/frames... understood and thanks for the details.
Looking forward to GD colorpack.
-New problem;
Piwigo Message: "Some upgrades are available for extensions."
After installing the update (Version 1.0.11 ) it shows success, but returning
later is shows up again as available.
Does this mean I have to do a manual install to my server and if so, will the next
updated version overwrite my settings/preferences ?
Thank you again.
Offline
Theme is actually version 1.0.12 currently
but there is inconsistency in themeconf.inc.php - in comment section change 1.0.11 to 1.0.12
No, upgrade does not override your settings
Offline
lightsout wrote:
Regarding: colorpacks/frames... understood and thanks for the details.
Looking forward to GD colorpack.
Could you test it here http://photo.dragonsoft.us/ please
Offline
Serge in your link, there is no option for a user to register?
Offline
sport wrote:
Serge in your link, there is no option for a user to register?
It is personal site, I do not allow to register. it is disabled on core level
Offline
Hi,
little bug on my side :
Warning: filemtime(): stat failed for ./themes/greydragon/css/colorpack//styles.css in /path//photos/include/template.class.php on line 1863
Warning: file_get_contents(./themes/greydragon/css/colorpack//styles.css): failed to open stream: No such file or directory in /path//photos/include/template.class.php on line 1953
2 ways to correct : create a styles.css at the right place, or test before the two functions if the files exists
i don't know if the problem come from another plugin
best regards
Offline
./themes/greydragon/css/colorpack//styles.css is invalid link as it does not reference any color pack. could you try selecting different color pack and see if it would help with the issue
if issue will be resolved, and when you revert back issue reappear, I would need to know color pack selected
Offline
version 1.0.13
+ New colorpack - GreyDragon
+ ADMIN: Added support for horizontal menu - "Static Menu - Header Bottom". When used with Additional Pages Plugin, pages except Root Page would be embedded
into menu bar instead of drop down menu.
+ ADMIN: Added option "Display navigation arrows" for Root page
+ ADMIN: Added option "Display navigation controls" for Root page
+ Added support for thumb shadow space - custom CSS is required (please refer to help section in admin area). Latest gdThumb is recommended.
+ CSS: cleanup
- Removed hardcoded height for root page slideshow to accommodate navigation controls
- Fixed issues with Categories List overlapping when Static menu is enabled
- In Photo page, hide overflow photo when huge size is used
Offline