![]() |
|
custom theme in album subfloders ? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: custom theme in album subfloders ? (/thread-12240.html) |
custom theme in album subfloders ? - mikapi - 2018-06-07 Hi, I cannot run video (with player and class_video) with the theme I use (zpbootstrap). It could be a solution to workaround a theme limitation: for me, the ability to show a video subfolder in the album. Maybe there is other solution ? custom theme in album subfloders ? - acrylian - 2018-06-07 I am not familar with this theme so I cannot answer why this theme should not support videos within albums. Surely the theme author @vincent3569 can help here. Another way to so called album themes is the "multiple_layouts" plugin which is just a different page layout (it needs to be created first of course) within a theme. IMHO the preferred way. To already collect some info for Vincent, what is the actual issue when you try a video? custom theme in album subfloders ? - vincent3569 - 2018-06-08 I noticed that it is possible to assign a specific theme for the root-albums of the gallery, but it is not possible for sub-albums. why this limit? custom theme in album subfloders ? - acrylian - 2018-06-08 I cannot answer right now because I never use(d) this function myself and prefer the mutliple layouts ways (the album theme way is much older). Probably same reason why currently rights can only be assigned to top level albums. It makes things simpler with inheritance if you know that you only have to check the toplevel. custom theme in album subfloders ? - mikapi - 2018-06-11 Zpbootstrap just display "error" instead displayng jpayer interface. custom theme in album subfloders ? - acrylian - 2018-06-11 What does the debug log of Zenphoto say? Or the php server error log? custom theme in album subfloders ? - mikapi - 2018-06-12 I cannot see relative error nor in journaux/deboggage nor in the error logs from my host( if it is the right place to serach for). custom theme in album subfloders ? - acrylian - 2018-06-13 Gif support is a core PHP matter of the graphics library used on your server. That will be either GD (default normally) or Imagick. Check if the one used really has support for gif. custom theme in album subfloders ? - vincent3569 - 2018-06-13 Yes, for .gif files, it is not related to my theme: and for the 1sst matter, with the relevant plugins (jplayer and class_video) I can display and read .mp3 files. I will have a try a soon as possible with common video files |