windracer wrote:
Not sure if this a PWG thing or Grey Dragon thing, but why, in the side menu, is the item labeled "Keywords" when a guest is connected but then switches to "Tags" when a user logs in? Both links point to tags.php, so why the naming difference?
how do you get this particular menu item into menu?
I tried to check items from "Menu" block and "Tags" appear for admin and guest fine
Offline
I didn't do anything special to get it into the menu, it was already there. Doing some more digging, this doesn't seem to be a Grey Dragon thing because I see the same discrepancy using the Smart Pocket theme on my iPhone. Examples:
Offline
Hi,
thank you for the great work on the theme. I have installed it and it works like a charm.
I think I found one small issue.
When I had no header text set in the theme config,
only a page banner basic option settings including %gallery_title%
your theme shows %gallery_title% instead of the value of the variable.
(“myPhoto Gallery” in my case)
I the other themes the gallery title in the site banner included by the variable is shown correct.
Best regards
Matthias
Offline
schmimat wrote:
Hi,
thank you for the great work on the theme. I have installed it and it works like a charm.
I think I found one small issue.
When I had no header text set in the theme config,
only a page banner basic option settings including %gallery_title%
your theme shows %gallery_title% instead of the value of the variable.
(“myPhoto Gallery” in my case)
I the other themes the gallery title in the site banner included by the variable is shown correct.
added in upcoming 1.1.20
Offline
Hi,
thank you for the info.
Do you see a posibility to get the "tag edit" to work like the comments?
Best regards
mfG Matthias
Offline
I do not generate tag edit content
it is external to the theme
I tried to embed it as best as I can
you should be able to edit tags from photo pages when logged in - click little pencil in the bottom right corner of the tag overlay
it is dynamic, but hardcoded piece and I did not come around to hack it to make it better visible in the form
Last edited by Serge D (2015-01-21 22:26:46)
Offline
Hi,
i see the point, but the problem is, the edit button (little pencil) is only shown,
when there is already a tag at the photo. see attached picture, no pencil)
When i click on the pencile nothing happens in Firefox in Chrome it work like expected.
Best regards
mfG Matthias
Last edited by schmimat (2015-01-26 13:09:32)
Offline
schmimat wrote:
i see the point, but the problem is, the edit button (little pencil) is only shown,
when there is already a tag at the photo.
When i click on the pencile nothing happens in Firefox in Chrome it work like expected.
not sure what you mean
see SS where there is no tags yet (IE 11)
Offline
GreyDragon theme v 1.1.20 is out
+ ADMIN: Added support for various Favicon types including Apple Touch
+ Added versioning for Theme settings for easier maintenance
+ Localization added for Admin Help area
+ Added support for %gallery_title% in header text/page banner
- Fixed issue with root url associated with gallery logo was not referring to the sites root properly when installed as sub-folder
Offline
Still seing weirdness with the links in the header. My PWG home is www.windracer.net/photos and:
- logo links to www.windracer.net
- gallery description links to www.windracer.net/photos/{$U_HOME} (which triggers a 404)
- Home links (correctly!) to www.windracer.net/photos
It looks like getURLRoot is returning / which also causes problem with my logo path (since the path I put in the configuration page gets / prepended to it.
I've had to edit the getHeader function again to get things working properly.
Offline
Lets try to fix it
v.1.1.21
- Another attempt to fix issue with root url associated with gallery logo was not referring to the sites root properly when installed as sub-folder
Offline
Serge D wrote:
Lets try to fix it
Much better, thanks!
Question about the Logo Image field. Should it allow absolute URLs? It looks like it always starts with "/" so I have to use a relative URL in there that must be under the Piwigo folder (so I use "photos/uploads/logo.png" for example, which turns into "/photos/uploads/logo.png").
The favicon uses an absolute URL, so should the logo image do the same?
Offline
it is not intended, but it can
I will put it on the list
Offline
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
Piwigo: 2.7.3
PHP: 5.4.36
MySQL: 5.5.40-36.1
URL Piwigo: http://deheme.com
Stripped : 2.3
Greydragon : 1.1.21
Last edited by deheme (2015-01-24 20:01:48)
Offline
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
Offline