Page 4 of 5

Re: New Release X3.23.0 :deer:

Posted: 21 Sep 2017, 09:46
by EHRETic
Hi there  :innocent:

It has been quiet for a while... any upcoming news ?

Re: New Release X3.23.0 :deer:

Posted: 21 Sep 2017, 10:11
by mjau-mjau
EHRETic wrote:It has been quiet for a while... any upcoming news ?
X3.24.0 is right around the corner. A week +/- depending on a few features I am considering for this release.

Re: New Release X3.23.0 :deer:

Posted: 23 Sep 2017, 07:59
by EHRETic
mjau-mjau wrote:X3.24.0 is right around the corner. A week +/- depending on a few features I am considering for this release.
Sounds lovely ! :P

Re: New Release X3.23.0 :deer:

Posted: 28 Sep 2017, 06:34
by mat321
hi, please do you plan to include video support feature ?

Thanks

Re: New Release X3.23.0 :deer:

Posted: 28 Sep 2017, 06:49
by mjau-mjau
mat321 wrote:hi, please do you plan to include video support feature ?
X3 already has support for video (mp4). Anything specific you were thinking of?

We plan to improve support for video.

Re: New Release X3.23.0 :deer:

Posted: 28 Sep 2017, 09:16
by mat321
Hi yes,

Integration with lighbox and thumbnail, like in the old version. When click on a thumb, video play in a popup window !!

thanks

Re: New Release X3.23.0 :deer:

Posted: 28 Sep 2017, 10:20
by mjau-mjau
mat321 wrote:Integration with lighbox and thumbnail, like in the old version. When click on a thumb, video play in a popup window !!
Yep. The main challenge though, is that servers are incapable of creating thumbnails for videos, unless the server has FFmpeg installed. If the server does not have FFMpeg, X3 would have to use an icon in place of the video thumbnail, or you would have to create and upload video-thumbnails yourself. This approach seems a bit backwards ...

We definitely have plans to improve video in this direction though.

Re: New Release X3.23.0 :deer:

Posted: 28 Sep 2017, 10:57
by mat321
Just select a pic or create manually like in the other site, its not problem !!!

Thanks for answer

Re: New Release X3.23.0 :deer:

Posted: 29 Sep 2017, 00:03
by mjau-mjau
Will look into it! X3.24.0 will be out in a couple of weeks, and I will look into improved video features for X3.25 following after.

Re: New Release X3.23.0 :deer:

Posted: 02 Oct 2017, 08:00
by winph
Can i request new feature? :)
like new option for menu on mobile device. just like in the here in the forum fix bar menu on top with possible logo.

Re: New Release X3.23.0 :deer:

Posted: 02 Oct 2017, 09:28
by mjau-mjau
winph wrote:like new option for menu on mobile device. just like in the here in the forum fix bar menu on top with possible logo.
I can't say I understand 100% what you mean. The X3 mobile menu is already FIXED on top, and bigger than in the forum, because it should be more obvious than the one here in the forums. If you also want the LOGO fixed at top of mobile, it will take too much of the screen, and I am not a fan of that idea.

Re: New Release X3.23.0 :deer:

Posted: 02 Oct 2017, 10:25
by Kat
Hi Karl,

Would it be  possible please, for the next release, that you add "link active" in sidebar menu (when child pages menu are hidden with folders only) like in horizontal ontop menu for folders sub-menu  ? It would be more clear that  when one click on a folder, the menu who open folders stay in "active" status. That or a breadcrumb menu choice ?
Thank's always for the nice updates

send you in pm exemple

Re: New Release X3.23.0 :deer:

Posted: 03 Oct 2017, 01:35
by mjau-mjau
Kat wrote:Would it be  possible please, for the next release, that you add "link active" in sidebar menu (when child pages menu are hidden with folders only) like in horizontal ontop menu for folders sub-menu  ? It would be more clear that  when one click on a folder, the menu who open folders stay in "active" status.
There is in fact already a child-active class applied to the parent item in the sidebar menu, but it doesn't seem to have a visual style. You could add a custom style if you want, but I will look into adding a subtle visual style for next release.
Code
<li class="child-active">
  <a href="/gallery/photography/" class="needsclick hh">Photography</a>
</li>
Kat wrote:That or a breadcrumb menu choice ?
Breadcrumbs? That would be a separate option, and would have to be placed on top of the page somewhere. It's already in our list.

Re: New Release X3.23.0 :deer:

Posted: 04 Oct 2017, 06:44
by Kat
mjau-mjau wrote:There is in fact already a child-active class applied to the parent item in the sidebar menu, but it doesn't seem to have a visual style. You could add a custom style if you want, but I will look into adding a subtle visual style for next release..
Code
<li class="child-active">
  <a href="/gallery/photography/" class="needsclick hh">Photography</a>
</li>
.
mjau-mjau wrote:Breadcrumbs? That would be a separate option, and would have to be placed on top of the page somewhere. It's already in our list.
Thanks for that !

Another addition for next release Karl, as you said that you will look into here https://forum.photo.gallery/viewtopic.php?f=53&t=9152 :
I wrote on my wishlist :
-  sidebar menu  with subfolders : i wish that the dropdown close when clicking to another page where there is no child-pages like "contact".

Or maybe you can help me with custom css in the meantime ?
Best regard

Re: New Release X3.23.0 :deer:

Posted: 04 Oct 2017, 07:39
by Kat
mjau-mjau wrote: There is in fact already a child-active class applied to the parent item in the sidebar menu, but it doesn't seem to have a visual style. You could add a custom style if you want, but I will look into adding a subtle visual style for next release.
Code
<li class="child-active">
  <a href="/gallery/photography/" class="needsclick hh">Photography</a>
</li>
.
As i was inspecting deeper X3 stylesheet, should it be this little error why the active state is almost invisible ?
Image
just correcting on your side rgba(0,0,0,0.05) to (0,0,0,0.3) would be ok and match the layout.