Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1412625

    Hi,
    i really like the new parallax template and tried it out now. The only problem is, that always in the first column of the page buttons with links and the akkoredeon isn`t working.
    Any idea where that comes from?

    I am really happy with the enfold support, you are all great!!!!!

    Many greetings rixi

    #1412653

    Hey rixi,

    Thank you for the inquiry.

    Since the first column extends beyond the first section, the second section is being covered by it. To fix the issue, we need to stack the first section above the second one. Please add the following CSS code:

    #av-layout-grid-1 + #av_section_2 {
        z-index: 10000;
        position: relative;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.

    Best regards,
    Ismael

    #1412670

    Hi Ismael,
    great, thanks a lot! It works now.
    Just the toggle icon looks different on the page. There are now 2 points(colon) instead of plus. Is it possible to change that too?
    That would be perfect :)

    Many greetings rixi

    #1412860

    Hi,
    Thanks for your patience, I see in your custom css you have this:

    toggle_icon .hor_icon, .toggle_icon .vert_icon {
        border-color: #ff9900 !important;
    }

    please note that you are missing a dot at the very beginning, please change to this:

    .toggle_icon .hor_icon, .toggle_icon .vert_icon {
        border-color: #ff9900 !important;
    }

    Best regards,
    Mike

    #1412924

    Hello Mike,
    thanks a lot :) Now it works!

    Many greetings rixi

    #1412947

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘New parallax page – button links and akkordeon don`t work in some fiellds’ is closed to new replies.