Tagged: 

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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
    Claudia

    #1124032

    Hey 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,
    Rikard

    #1124124

    Hi Rikard,
    thank you for the CSS Code. this is working. If you can help with my second issue it will be great.
    Greetings Claudia

    #1124369

    Hi 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,
    Victoria

    #1124681

    Hi 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 desktopAccordion issue

    The Head in Accordion and the fisrt 2 lines are hidding behind the top Menu.
    Thank You
    Claudia

    #1124862

    Hi 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,
    Victoria

    #1124875

    Hi Victoria,
    I upload the scfrenshot again and hope you can see it now: https://imgur.com/7360Pq1
    Greetings Claudia

    #1125226

    Hi Claudia,

    Here is what I am seeing
    Screen Shot 2019-08-06 at 21.00.13.jpg

    How can I reproduce the issue?

    Best regards,
    Victoria

    #1125463

    Hi 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 Claudia

    #1126435

    Hi Claudia,

    The website is not loading on my end, are you having issues with it now?

    Best regards,
    Victoria

    #1126775

    Dear 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
    Claudia

    #1128057

    Hi,

    We are just trying to find out how we would do things properly.
    We are sorry if this does not sound right.

    Best regards,
    Basilis

    #1128904

    Hi 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-5

    The first Question was solved by Rikard.

    Thank you for helping
    Claudia

    #1129831

    Hi,

    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,
    Ismael

    #1129941

    Thank You Ismael!

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.