Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1089063

    dlmorey
    Participant

    Hi – I’ve lost the arrows on my revolution slider, and I can’t get any arrows to appear, regardless of the settings.

    Can you provide a solution?

    custom1k.com/Beaver

    Thanks.

    #1089067

    dlmorey
    Participant
    This reply has been marked as private.
    #1089565

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .tp-leftarrow.tparrows.zeus.noSwipe {
        left: 8% !important;
    }
    .tp-rightarrow.tparrows.zeus.noSwipe {
        left: 92% !important;
    }

    Hope that helps.

    #1091737

    dlmorey
    Participant

    That solved it, thanks very much.

    #1091738

    Lely
    Moderator

    You’re welcome!

    Cheers!

    #1092222

    dlmorey
    Participant

    Hi – the problem of the missing arrows persists on Chrome, both mac and PC. It is solved on Firefox, and I don’t have IE to test it on. Can you update the CSS solution you provided?

    Thanks again.

    #1092329

    Jade
    Moderator

    Hi there,

    I checked on Chrome and the arrows are displaying fine.

    Please try to clear your browser cache and check again.

    #1094192

    dlmorey
    Participant

    I’ve cleared my browser cache and restarted the Mac Pro tower, but the arrows still don’t appear. I also checked on two PC desktops on Chrome, and the arrows don’t show up there either. The iPad shows no arrows, but that may be by design. The only place I can see arrows are on 2 different MacBooks. The arrows are still missing the 3 other systems, on Chrome. What do you suggest?

    Thanks.

    #1094521

    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    #rev_slider_2_1 .zeus.tparrows {
        margin: 0 13%;
    }

    Hope this helps – thanks!

    #1095145

    dlmorey
    Participant

    That appears to have solved the problem. Thanks very much.

    #1095183

    Thai
    Moderator

    If you need anything else please let us know.