Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #530406

    Hi!

    I have 3 problems I hope to get help solving.

    1. I can’t get the socket to display on mobile. Tried a solution I found here. But no luck. I’ve set it as display: block !important but it doesn’t seem to apply.

    2. The socket sometimes extends way beyond what it’s supposed to. How can I fix this?

    3. I’m trying to use a vide background in the top. There is a grey thing flashing when the video reloads. Can I get rid of it?

    The site is http://www.heelia.se

    #530417

    Hey heelia!

    1- Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
    2- That happens only when you do not have enough content on your page.
    3- Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    #top .av-video-slide.av-video-service-youtube .avia-slide-wrap {
        background: white;
    }

    Cheers!
    Yigit

    #530940

    Hi Yigit!

    1. I used that exact solution. It displays on the smartphone, but not when I make the desktop browser smaller?

    2. OK. So that will have to do then :)

    3. Doesn’t work, still flashing grey. Got any other solution?

    #530968

    Hi!

    1- Can you please try using following code instead

    #scroll-top-link {
        display: block!important;
    }

    2- Great! :)
    3- Please try adding following code as well

    .avia_playpause_icon { background: transparent !important; }

    Best regards,
    Yigit

    #530980

    Didn’t work :(

    #530984

    Hi!

    Neither worked? Do you mind creating a temporary admin login and posting it here privately? Seems like custom CSS code is not being applied for some reason.

    Best regards,
    Yigit

    #530989

    Sure!

    #531008

    Hi!

    Scroll to top button should display on all screensizes now.
    Can you please try inserting another video and check if flashing happens on it as well?

    Cheers!
    Yigit

    #531017

    Still no socket. I’m using a mac and tried it with Safari and Chrome. The grey flashing thing is also still there.

    #531029

    Hi!

    Please review your website now. I added an additional code for socket menu and it does show up fine on my end right now. Please flush browser cache and refresh your page a few times.

    Cheers!
    Yigit

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