Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1004220

    Hi
    the gallery added to the tab section does not load.
    If it loads its often crashed.
    Please see video:
    [video src="https://maskenzauber.com/temp/tab-section.mp4" /]
    (Firefox latest)

    Here a screenshot of the result when using Opera:
    https://maskenzauber.com/temp/opera.jpg

    Here is the site-code:
    https://maskenzauber.com/temp/code-homepage.txt

    URL with live-issue:

    Kind regards
    Maren

    #1004572

    Hey Maskenzauber,

    I checked your site several times on Chrome and Windows PC the site loaded fine every time.

    You can find the video link in the private content area.

    Please do let us know which browser and device you are trying to view the tabs so we can try to reproduce the same.

    Best regards,
    Vinay

    #1007582

    I already told you which browsers
    OS: Windows 7
    Screen-Res: 1920 x 1080

    Same issues in….
    CHROME
    https://maskenzauber.com/temp/chrome.jpg

    EDGE
    https://maskenzauber.com/temp/edge.jpg

    #1008200

    Hi,

    Thanks for the update. This css code should help.

    .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    Just add it on the Quick CSS field.

    Best regards,
    Ismael

    #1008359

    Sorry – but didnt help
    Please see screencast.
    It shows Chrome – but its still the same in FF, Opera & Edge
    Cache has been emptied:
    [video src="https://maskenzauber.com/temp/enfold-galery-tabs.mp4" /]

    #1008363

    And here another screenshot
    – Another computer (Apple)
    – 8 kilometers away from my machine – so its another network
    – Firefox
    and its exactly the same issue
    https://maskenzauber.com/temp/apple-enfold.png

    #1008387

    You forget to mention the “!important”

    .avia-gallery-thumb img {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

    It seems that it works now for Chrome, Edge & Opera but not 100% in FF
    I cant check Apple in the moment

    Question: Why arent these CSS rules not default?

    #1008571

    Hi Maskenzauber,

    They are not the default because they are probably supposed to fade in and so JavaScript will set the rules for them.

    Best regards,
    Victoria

    #1008633

    Probably?
    Probably is a good thing to rely on.

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