thanks for clarification and make it easy to find it.
danibo
Offline
Love the theme, but I'm having an issue where the album only shows images with broken images. Perhaps a PHP issue? Screen shot attached.
Also notice the URL path once I hover over the image (sec screenshot)
Offline
clintthayer wrote:
Love the theme, but I'm having an issue where the album only shows images with broken images. Perhaps a PHP issue? Screen shot attached.
Also notice the URL path once I hover over the image (sec screenshot)
I think I have seen this sometime ago. Its linked to a php option something to do with short tags i dont remember the exact name
Offline
Thanks. I assume you mean this:
http://php.net/manual/en/language.basic … hptags.php
Offline
Just a quick followup that enabling the short tags fixed my issue. Thanks for the pointer to the issue!
Offline
How do I get more than 15 images to display?
Offline
go to user settings
there you can choose how many pix are showed per page.
Offline
Thanks! I now see that setting for each user but it does not seem to be changing anything? Is there some sort of cache I need to clear? (I already cleared the browser cache)
UPDATE - It looks like my settings are not sticking for my user. I set to something larger than 15 and when I return to the user settings it's back to 15. Anyone have thoughts on this one?
Last edited by clintthayer (2015-02-19 20:59:32)
Offline
Hello,
The modus theme is great, but I've found some issues with plugin OpenStreetMap.
1. When the OSM plugin is set so it displays map in right panel on picture page, the map in its area is moved left (see attached picture). To see the map correctly, it is necessary slightly resize browser window in any direction. With other theme (I checked elegant) it works correctly, no resize of browser window needed.
2. When the OSM plugin is set to display map in top of each album, the menu is under controls in the map (+ - etc.). z-index CSS rule set to very high value solves it, certainly more than 2000.
And one more, which is not directly issue of the theme, but is also annoying - when used with touch device, tapping on "category" menu does not open the menu, but navigates to starting page of Piwigo. I copied the menubar_categories.tpl to modus theme and added onclick="return false;" on line 8 into the link - now it works as expected. So I suggest adding it to base code of this theme.
Offline
clintthayer wrote:
UPDATE - It looks like my settings are not sticking for my user. I set to something larger than 15 and when I return to the user settings it's back to 15. Anyone have thoughts on this one?
I think it is unrelated to the theme. Maybe a plugin ? You can also try one of the default delivered themes with piwigo in order to confirm this.
Offline
Switched to the default theme that loads with software and I still see only 15.
What is odd is that it resets my user setting to 15 after I update to something larger.
Offline
Hello.
First of all, many thanks for this theme. I think it is very elegant and I like its responsive design.
I haven't found how to integrate both Modus and piwigo-videojs. Thumbnails page displays fine but on the picture page, videos are always full sized and located at the bottom right hand corner.
Is there any way to adapt the video frame to the browser size ?
There is an option in piwigo-videojs configuration page to set a custom CSS but I don't have the skills to do it by myself :(
Offline
is it possible to have the photo counts recurse from the top level down to the actually gallery page? for example, on my disney photo gallery, i have always set it up in this fashion --- PARK --> AREA --> ATTRACTION --> actual gallery
the actual gallery displays the title and x photos... is it possible to have the count recurse backward toward the top?
here is a link to my new piwigo gallery...
http://themagicinpixels.com/photo-gallery/
i was using gallery3 and you can see how the counts recursed...
http://themagicinpixels.com/gallery3
ALSO
it is possible to use a tiled image as the background instead of a solid color?
timned88 wrote:
is it possible to have the photo counts recurse from the top level down to the actually gallery page? for example, on my disney photo gallery, i have always set it up in this fashion --- PARK --> AREA --> ATTRACTION --> actual gallery
the actual gallery displays the title and x photos... is it possible to have the count recurse backward toward the top?
here is a link to my new piwigo gallery...
http://themagicinpixels.com/photo-gallery/
i was using gallery3 and you can see how the counts recursed...
http://themagicinpixels.com/gallery3
Your site seems offline as we speak. If my understanding is corerct, you could try modify the file in themes/modus/template/mainpage_categories.tpl and replace $item.nb_images with $item.count_images ...
timned88 wrote:
ALSO
it is possible to use a tiled image as the background instead of a solid color?
Not by default, but you can use Local Files editor plugin and add your own css rules...
Last edited by rvelices (2015-03-10 10:42:48)
Offline