Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: video thumbnail height cut off after update #1328380

    got it! you can close the ticket

    in reply to: Cookie Consent Bar trouble #1250180

    thanks for response. i turned off the enfold cookie notice. if you login and switch on, it destroys the page.
    independent of the cookie notice plugin.

    may you can login and switch on the cookie notice, then, in the frontend you will see.

    in reply to: lightbox transparency #1237698

    Hi Victoria,

    thanks a lot. It is not 100% what I want, but it is doing what it should do. Probably it is not possible, that the gallery lightbox background in the iframe lightbox covering the whole background of the page?! umpf… Hardly to explain…

    Anyway, what i did, maybe someone interested in:

    /* Lightbox Background */
    .page-id-623 .mfp-bg, .page-id-15 .mfp-bg {
    background-color:none!important;
    }

    .page-id-623 .mfp-content, .page-id-15 .mfp-content {
    border:7px solid #fff;
    box-shadow:none!important;
    }

    .page-id-623 .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader, .page-id-15 .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.1;
    }

    in reply to: lightbox transparency #1235929

    for the iframe lightbox i needed to setup a fully transparent background. the lightbox covers the content of the page. what i did is the following:

    /* Lightbox Background */
    .mfp-bg {
    background-color:none!important;
    }

    .mfp-content {
    border:7px solid #fff;
    box-shadow:none!important;
    }

    .mfp-zoom-in.mfp-ready.mfp-bg, .mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.1;
    }

    of course, it affects all lightboxes of the page. my question is, is it possible to keep this, but bring back the standard setup for masonry gallery (there i dont need a transparent background)?!

    in reply to: Infinite Sonar Effect on Icons without moseover #1232915

    Thanks a lot again! almost done ;)
    with the code its possible to change the size of the sonar (see “Leistungen”-page)
    is it possible to change the position also (kind of padding, but only for the sonar)?
    thanks in advance!
    best regards
    ferdle

    in reply to: Infinite Sonar Effect on Icons without moseover #1232880

    hey nikko,
    thank you so much for your fast response. Again I see, with enfold it´s possible to build everything I need ;)

    One more thing; If you check for example the page “Leistungen”, I use the icon as inline document.
    Do you have a solution to make that somehow blinking or with a kind of infinite effect, without mouseover and without setting it up as standalone icon?

    thanks in advance!
    best regards
    ferdle

    in reply to: "Sonar Effect" from hover on icon #1232486

    hi there,
    i think i´m working on the same issue. somehow changes not visible for me.
    on the link you will find on the right side a standalone icon with subtitle.
    i would like to use the sonar effect without mouse on hover, as a continues loop, that the visitor better recognize the “icon-nacigation”.
    maybe you can help out?
    thanks in advance!
    best regards
    ferdle

    Problem solved, you can close the ticket!

    in reply to: Fullwidth Submenu / Singlepage Navigation bugs #1073588

    Problem solved… i added following into quick css:

    #top .av-submenu-container.av-sticky-submenu {
    z-index: 999 !important;
    }
    best regards
    you can close the ticket.

    in reply to: Fullwidth Submenu / Singlepage Navigation bugs #1073587

    what i see:
    menu only then not working, when it is sticky on top… as long as i not scroll down completely it works fine.

    in reply to: Fullwidth Submenu / Singlepage Navigation bugs #1073567

    menu setup you find in page “artmanufaktur”

    in reply to: Late Child Theme Installation #1050792

    hey rikard,

    you can close the thread… problem was, that i changed the folder name of the template.
    quick change in the style css of the child -> template: name of my folder.

    works fine now!

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