Forum Replies Created
-
AuthorPosts
-
Hi,
jap ist das accordeon.
Den Overlay Effekt kannst Du im Custom CSS Tab ausschalten:
.image-overlay { visibility: hidden; }
This is the code for the accordeons styling:
// Accordions and Toggler //
Not Active
.main_color .toggler { background: #4880b4; color: white; }
Hover
.main_color .toggler:hover { color: black; background: #2c5b9c; }
Active:
.toggler, .main_color .toggler.activeTitle:hover { background: red; color: white; }
Content:
.main_color .toggle_content { background: #fcfcfc; }
- This reply was modified 7 years, 9 months ago by alexanderduenchem.
Hi,
i have had this problems too.
Make sure you have no “ä” “ö” or “ü” in the filename! Maybe this helps.
- This reply was modified 7 years, 9 months ago by alexanderduenchem.
Hi Rio,
müsstest das hier ins CSS eingeben (je nachdem welcher button weg soll dann am Ende button-1 oder eben wie im Beispiel -2:
@media only screen and (max-width: 767px) and (min-width: 480px) { .avia-slideshow-button .avia-button .avia-color-light .avia-multi-slideshow-button .avia-slideshow-button-2 { display: none; } }
- This reply was modified 7 years, 9 months ago by alexanderduenchem.
Did it!
Thank you very much!
Hey Yigit,
works like a charm, thank you!
Is there a way how can i get the empty rest of the section after the full slider invisible, so there is just the slider and the columns visible?
Best regards,
AlexAnyone out there?
Hi Jordan,
thanks for your fast reply. I did this in the media section of my css file (just didn’t mention it in the code here sorry) but it does not work.
I guess they kinda had the same problem here: https://kriesi.at/support/topic/enfold-background-image-remove-on-mobile/
But no solution.
March 31, 2016 at 11:55 pm in reply to: 'Scroll down arrow' lands too low on page with 'Header is invisible and appears' #606362Howdy guys,
i was having the exact same problem and just wanted to share my “hack” for this.
I just took the avia icon element, put it into the section, gave it a name and copied the css of the scroll down arrow (just the lines you need).
Looks like this:
#top .your-custom-id { animation:avia_fade_move_down 2s ease-in-out infinite; height:60px; left:50%; line-height:60px; margin:0 0 0 -40px; position:absolute; text-align:center; text-decoration:none; text-shadow:rgba(0, 0, 0, 0.4) 0 0 3px; width:80px; z-index:100};
Maybe it helps you!
Cheers.
- This reply was modified 8 years, 7 months ago by alexanderduenchem.
Howdy ladies & gentleman,
great work and very inspiring examples! Good to see how many possibilities you got with enfold.
Here is one of mine:
http://dy1.de/Best regards,
Alexander -
AuthorPosts