New Landing How can we help? Atelier some issues

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Atelier
  • #237671
    redblue083190
    Member
    Post count: 77

    Hi there,

    1) arrow of the product gallery right now is overlapped with the sub-menu. (Please see the attached image)

    2) The order that the element shown .
    Right Now, Page title show at the last moment on every page. Could it be change? I want it to be shown in normal order.

    3) We wanna disable the gallery lightbox function on mobile at this page. (http://dryandco.wpengine.com/engraving/)
    How can we do that? But please don’t disable the product gallery at Product Page.

    Thanks.

    Attachments:
    You must be logged in to view attached files.
    #238079
    David Martin – Support
    Moderator
    Post count: 20834

    1)

    Please test this custom CSS within your theme options:

    .lSAction > a {
        z-index: 100;
    }

    2)

    What do you mean by this, can you add a screenshot?

    3)

    Please test this CSS:

    .mobile-browser .masonry-gallery a.lightbox.ilightbox-enabled {
        pointer-events: none;
    }

    Thanks.

    #239339
    redblue083190
    Member
    Post count: 77

    Hi

    1) it doesn’t work.

    3) it work but can it disable hover effect and the magnifier icon too

    Thanks

    #239340
    redblue083190
    Member
    Post count: 77

    disable hover effect and the magnifier icon

    Attachments:
    You must be logged in to view attached files.
    #239987
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    Test this:

    .lSAction > a {
         z-index: 100!important;
    }

    3)

    To remove the hover effect, please test this:

    .mobile-browser figure.animated-overlay:hover figcaption {
        opacity: 0;
        -moz-opacity: 1;
        filter: alpha(opacity=100);
    }

    Thanks.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register