Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @zoran.railic – Looks like a z-index issue. Try adding a few 0s to each under the popups Display Settings section.

    Hope that helps.

    Thread Starter zoran.railic

    (@zoranrailic)

    If you want to give me a precise answer since I did not quite understand ? Thank you very much for your reply

    Plugin Author Daniel Iser

    (@danieliser)

    @zoran.railic – Edit your popup, under the section Display Settings at the bottom are settings for z-index, or CSS layers.

    Try adding a few 0s to the end of each z-index number then save and see if that resolves it.

    Hope that helps.

    Thread Starter zoran.railic

    (@zoranrailic)

    I put Overlay Z-Index:999800000 and Popup Z-Index:999800000… but it did not solve the problem. We are still on safari showing bullet navigation.

    the css of bullet navigation is:

    .tp-bullets {
        z-index: 1000;
        position: absolute;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -o-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        -webkit-transform: translateZ(5px);
    }

    Thread Starter zoran.railic

    (@zoranrailic)

    Dear all , I have not solved the problem about which I wrote to you . The Safari web browser we are constantly appearing knobs via popup windows even though I added several 0s to end both to the Index. Do you still may be able to help me with a problem with the Safari web browser?

    Thread Starter zoran.railic

    (@zoranrailic)

    I put the following code:

    .popmake {
    z-index: 4!important;
    }
    #popmake-overlay {
    z-index: 3!important;
    }
    .tp-bullets {
    z-index: 2!important;
    }
    #rev_slider_1_1_wrapper {
     z-index: 1;
    }

    but it only works on the older versions of the Firefox Web browser ( 5.1.7 ) . Do you have an idea that could solve this big problem ?
    https://milates.com/

    Plugin Author Daniel Iser

    (@danieliser)

    @zoran.railic – I have not been able to duplicate the issue to even troubleshoot it.

    It may be possible to fix it by adding z-index: auto; to one of the bullets parent divs. I have seen similar issues before, but never ones that only happened in one browser, they usually are on every browser.

    Thread Starter zoran.railic

    (@zoranrailic)

    I resolved Safari problem with whis code:

    .popmake {
    z-index: 9!important;
    }
    #popmake-overlay {
    z-index: 8!important;
    }
    .tp-bullets {
    z-index: -1!important;
    }
    .fullwidthbanner-container,rev_slider_wrapper {
     z-index: 6!important;
    }

    Plugin Author Daniel Iser

    (@danieliser)

    @zoran.railic – Awesome, glad you got it worked out. Also thanks for posting your solution.

    Have you tried removing any of those to see if it still works once removed. I would bet that you could remove 3 of the 4 and that only one of them is making any difference.

    I would go as far as to say that the first 2 for the popup & overlay aren’t needed as their default z-indexes will be much higher.

    Also once you find the one rule that you can’t delete, try setting its z-index: auto;

    May be z-index: “auto”; but im pretty sure its without the quotes.

    Daniel,

    I have a problem that is close to the previous one: I have Revolution Slider 4.6.93 and Popup Maker 1.3.6 installed. I can see popups on Chrome, but not on Safari and not on smartphone browsers.

    But this problem only started appearing for the second popup I created (the first one is currently disabled because I don’t need it to show up yet–if I enable both popups, I can see them on Chrome.)

    I’ve tried changing the numbers for the z-index for the popup, and enabling and disabling the cookie setting and the admin setting. Keeps working on Chrome, nothing on Safari.

    This is the site: https://church.goosh2.com/.

    What else should I try — and the current PHP and CSS expert on our team is out of reach for a few days.

    Thanks

    Plugin Author Daniel Iser

    (@danieliser)

    @goosh2 – Not sure if I am looking at the correct thing, but I get a popup on that url in Safari for windows.

    Little image add top right.

    Hi @zoran.railic –

    where did you put this code to fix it?

    thanks!

    Plugin Author Daniel Iser

    (@danieliser)

    @arbelmartin101 – Anywhere you add custom CSS such as your themes style.css. Hope that helps

    Thanks for the fast reply, @danieliser but that didn’t seem to work.

    I’m using Avada version 3.9.3 and for me the issue is, that all sliders (revolution slider and fusion slider) are not working and neither are the dropdown menus.

    Safari version 9.0.3.

    I’ve contacted the developers on the issue and we’re trying to fix it but my client needs a fix immediately since he is waiting to launch.

    The site is Hardscape.com – do you guys see the issue?

    Thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Problem With Revolution Slider on Safari (Navigan Bullet Always Show)’ is closed to new replies.