Forum Replies Created
-
AuthorPosts
-
got it! you can close the ticket
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.
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;
}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)?!
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
ferdlehey 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
ferdlehi 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
ferdleApril 6, 2019 at 12:32 pm in reply to: Main Menu First Menuitem not working on Safari and Firefox #1087750Problem solved, you can close the ticket!
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.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.menu setup you find in page “artmanufaktur”
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!
-
AuthorPosts