Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #834267

    Hi all,

    first of all: I love the Enfold theme, great job guys!

    I have an issue on a code block including a script for a booking button which I put in a color section. I want to show it always on top as overlay of all content. I tagged the color section with #codesection and inserted these lines to quick css:

    #codesection {
    display: none !important;
    position: relative;
    z-index: 9999 !important;
    }

    But Layer Slider an text are always in front of the button. Especially on mobile devices you can see that the button disappears behind text and other elements. The URL is: http://www.uro-zentrum.at/ .

    Can you guys give me a little help on this, many thanks!

    Cheers, Clemens

    • This topic was modified 7 years, 3 months ago by ckreitner.
    #835469

    Hey Clemens,

    Sorry for the late reply!

    Can you please post a screenshot and show the issue?

    Best regards,
    Yigit

    #835473

    you can see the button on the bottom behind the text

    #835486

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #dfbook-floating-button-outer {
        z-index: 9999;
    }
    

    Best regards,
    Yigit

    #835495

    Thanks Yigit,

    but this didn’t help – button on mobile still in the back – and on desktop it disappeared completely…

    Best regards,
    Clemens

    #835541

    Hi,

    Try to add the !important after the rule provided by Yigit.

    Best regards,
    John Torvik

    #835579

    already tried ;-)
    didn’t work either

    #836304

    Hi ckreitner,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #836348
    This reply has been marked as private.
    #838587

    Hi,

    Sorry for the late reply due to summer holidays.

    Having a look at your site it seems to work now ?

    Could you solve the problem?

    Best regards,
    Günter

    #838609

    Hi Günter,
    no, doesn’t work, not solved yet…button is on mobile devices still in the back.
    Best regards,
    Clemens
    Mobile View - iPphone Safari

    #838785

    Hi Clemens,

    But I don’t see the code we gave you applied to the element. You probably did not regenerate the minified and extracted css. Did you?

    Best regards,
    Victoria

    #840901

    Hi Victoria,

    I dit, but removed it because it didn’t work – the button disappeared completely in the desktop version. Mobile still visible but as before under the text an content…try yourself pls…

    Best regards,
    Clemens

    #841447

    Hi Clemens,

    Got it working :) Please check.

    Best regards,
    Victoria

    #844736

    Hi Victoria!

    Perfect, thank you very much!!!
    Can you tell me how, because code is the same or isn’t it?

    Best Regards,
    Clemens

    #845777

    Hi Clemens,

    There is a class for mobile, look closer, the class is not the same :)

    Glad we finally got it working for you! :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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