-
AuthorPosts
-
September 14, 2017 at 7:34 am #851882
Hi,
the lightbox for a Gallery shortcut does not Show up for Images in the Gallery, having the Extension .JPG
(capitalized)The Problem seems to be, that the code in
js/avia.js
is case sensitive
autolinkElements: 'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], ....
So I added “JPG” and it started to work:
autolinkElements: 'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=JPG], a[ ...
Please would you take care of that issue in the next release?
Regards,
MichaelSeptember 14, 2017 at 11:37 pm #852349Hey zwachm,
We have reported that back to our developers, for a fix!
Best regards,
BasilisMarch 16, 2018 at 7:30 pm #928237Hi,
it seems that this problem is still not fixed in source code. Please would you verify this!
Thank you,
Regards,
MichaelMarch 19, 2018 at 9:28 pm #929346Hi,
Please be patience while they work on it please.
Thank you!
Best regards,
BasilisJuly 26, 2018 at 7:27 am #990083Hi,
since this case is already old, I am very unhappy that this JS error is still not solved within ENFOLD 4.4.1.
Would you please implement a fix for that!
Thank you in advance & Best Regards,
MichaelJuly 26, 2018 at 8:59 pm #990423Hi,
I have checked the ticket again with our dev team.
Best regards,
BasilisJuly 30, 2018 at 1:50 pm #991513Hi Basilis,
thank you for your reply. Hopefully this will lead to a solution within the next update ;-)
Best Regards,
MichaelJanuary 29, 2019 at 7:24 am #1059901Hi,
after installing the latest Enfold update I realized, that there is still no solution within your code. Would you please help me getting a soltuion within the next update.
Regards,
MichaelJanuary 31, 2019 at 8:57 pm #1061165Hi,
Thank you for the feedback, we have moved it over to the developers yes.
Best regards,
BasilisSeptember 18, 2019 at 9:30 pm #1139708Hi,
this error, that images with filenames with e.g. “.JPG” (upper case) is still not solved in latest update ENFOLD 4.6.2 !
Would you please correct it.
Regards,
MichaelSeptember 22, 2019 at 5:51 pm #1140658Hi Michael,
I submitted the issue to our devs. Thank you for keeping an eye on this one.
Best regards,
VictoriaSeptember 24, 2019 at 5:47 pm #1141482Hi,
I’m afraid this cannot be solved in core.
CSS selectors are case sensitive – this means it would need to add all possible combinations of upper and lower case to cover all situations. That is impossible.
The only real solution is to transform all to lowercase and if your file system is case sensitive rename all file name and extensions to lower case.
If you have to stick to upper case you need to extend the js code to your need as you have done.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.