Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #881652
    abeja
    Participant

    I have put the same slider in two different pages and on one is working ok
    http://fritula.hr/fritula/web-design/
    and on another is broken
    http://fritula.hr/fritula/identity/

    What can be the problem?

    #881738
    abeja
    Participant
    This reply has been marked as private.
    #881982
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    Please update revslider plugin to latest version and see if that fixes the issue.

    http://screencast.com/t/wKFIXjOZKdR

    Thanks

    #882001
    Rahul Sadarangani
    Participant

    Hi,

    Even I have the Same Issue and Its Not Fixing even after updating the Plugin

    #882058
    abeja
    Participant

    I updated the plugin but still the sliders don’t look the same (one is missing this black pattern above images)

    #882752
    Rupok
    Member

    Hi there,

    Thanks for updating. Both of the page looks same except the dotted overlay. Did you add this through custom CSS for specific page? You can try assigning the slider to a new page to test and make sure you are not using any page level CSS to change anything.

    Cheers!

    #883834
    abeja
    Participant

    Dotted overlay is added through settings on this slider, so it should be the same. I don’t know how t fix this.
    Thank you

    #884358
    Jack
    Keymaster

    Hi there,

    Thanks for writing back! This is definitely odd.

    The Dotted overlay is a custom div that is added to the revolution slider with a class.

    You could try adding a custom class to that specific slider with the following css:

    tp-dottedoverlay.twoxtwo {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../assets/gridtile.png");
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        background-repeat: repeat;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3;
    }

    Where tp-dottedoverlay.twoxtwo is your own custom class, this should apply it to the slider that isn’t displaying correctly, but also not affect the other page, as it already shows and this CSS is the exact CSS used for the effect.

    Thank you!

    #891588
    abeja
    Participant

    Hi
    Where can I apply those classes in Revolution slider options?
    btw when I preview slider from Slider revolution, it works ok, only on the page no.
    Thank you

    #891660
    abeja
    Participant

    i fixed it! Thank you

    #892267
    Rupok
    Member

    You are welcome!

    Glad that you fixed it. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-881652 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>