Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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,
    Michael

    #852349

    Hey zwachm,

    We have reported that back to our developers, for a fix!

    Best regards,
    Basilis

    #928237

    Hi,

    it seems that this problem is still not fixed in source code. Please would you verify this!

    Thank you,
    Regards,
    Michael

    #929346

    Hi,

    Please be patience while they work on it please.

    Thank you!

    Best regards,
    Basilis

    #990083

    Hi,

    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,
    Michael

    #990423

    Hi,

    I have checked the ticket again with our dev team.

    Best regards,
    Basilis

    #991513

    Hi Basilis,

    thank you for your reply. Hopefully this will lead to a solution within the next update ;-)

    Best Regards,
    Michael

    #1059901

    Hi,

    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,
    Michael

    #1061165

    Hi,

    Thank you for the feedback, we have moved it over to the developers yes.

    Best regards,
    Basilis

    #1139708

    Hi,

    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,
    Michael

    #1140658

    Hi Michael,

    I submitted the issue to our devs. Thank you for keeping an eye on this one.

    Best regards,
    Victoria

    #1141482

    Hi,

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.