Tagged: Accordion
-
AuthorPosts
-
August 1, 2019 at 12:21 pm #1123876
Hello,
here is my next question:
1. I have an accordion and some words/sentence are links to other pages or urls. The link is working but unfortunally the links are not showing in the color I choose for links in general styling.
2. One accordion is open and you scrolling down (reading) and opening the next toggle, without closing the one before, the text starts behind the header menu. Is it possible with CSS to fix this so that the fisrt few lines of text are not hiding?Thank you
ClaudiaAugust 2, 2019 at 5:09 am #1124032Hey claudipro,
Please try the following in Quick CSS under Enfold->General Styling for the link colour:
.toggle_content blockquote a { color:#05345d !important; }
We can look at your other problem once the first one is solved.
Best regards,
RikardAugust 2, 2019 at 10:45 am #1124124Hi Rikard,
thank you for the CSS Code. this is working. If you can help with my second issue it will be great.
Greetings ClaudiaAugust 3, 2019 at 3:38 pm #1124369Hi Claudia,
Could you please attach some screenshots of the issue?
I see that the accordion is hidden on mobile, but I do not see the issue that you’re describing.
Best regards,
VictoriaAugust 5, 2019 at 11:08 am #1124681Hi Victoria,
maybe redakteur set it on hidden for mobile. But that’s not the issue. I send you al link to the screenshot how it looks on desktopThe Head in Accordion and the fisrt 2 lines are hidding behind the top Menu.
Thank You
ClaudiaAugust 5, 2019 at 8:24 pm #1124862Hi Claudia,
I cannot see the screenshot, can you please upload it to a service like https://imgur.com/upload and give us the link here.
Best regards,
VictoriaAugust 5, 2019 at 8:43 pm #1124875Hi Victoria,
I upload the scfrenshot again and hope you can see it now: https://imgur.com/7360Pq1
Greetings ClaudiaAugust 6, 2019 at 8:00 pm #1125226August 7, 2019 at 11:24 am #1125463Hi Victoria,
after you open the first toggle and scrolling/reading to the end and opening the next toggle the Headline and the first 2 lines of text hiding behind the Top Navigation.
I hope it’s understandable.
Greetings ClaudiaAugust 10, 2019 at 4:14 pm #1126435Hi Claudia,
The website is not loading on my end, are you having issues with it now?
Best regards,
VictoriaAugust 12, 2019 at 11:28 am #1126775Dear Victoria,
somehow you make me feel strange …
The website is loading and I explained now three times what’s the issue. Maybe it’s not possible to solve it, than just tell me that you don’t have a clue. It would be much easier, no?
Greetings
ClaudiaAugust 15, 2019 at 8:38 pm #1128057Hi,
We are just trying to find out how we would do things properly.
We are sorry if this does not sound right.Best regards,
BasilisAugust 19, 2019 at 1:44 pm #1128904Hi Basilis,
here is my question again:
2. One accordion (toggle) is open, scrolling down (reading) and opening the next toggle, without closing the one before, the toggle opens and the first few lines of text starts behind the header menu. Is it possible with CSS to fix this so that the fisrt few lines of text are not hiding?
Here you can see it on the site: http://windenergie-brandenburg.de/faktencheck-argumente-der-kritiker/#toggle-id-5The first Question was solved by Rikard.
Thank you for helping
ClaudiaAugust 22, 2019 at 4:19 am #1129831Hi,
Thank you for the update.
You can adjust the offset or position where the scroll lands. Edit the config-templatebuilder > aviashortcodes > tabs > tabs.js file. Look for this code around line 112:
scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'),10);
Replace it with:
scoll_target = el_offset - parseInt($('html').css('margin-top'),10);
Best regards,
IsmaelAugust 22, 2019 at 10:41 am #1129941Thank You Ismael!
-
AuthorPosts
- You must be logged in to reply to this topic.