BuddyDev

Search

[Resolved] MediaPress lightbox arrow

Tagged: 

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15593

    Hello, I want some help to change the arrow color in the lightbox, because my site has a black background and you cant see the arrows, is there a way to change color?

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 2934
    Ravi on #15596

    Hello Oscar,

    Please put the following css code in you active theme stylesheet file i.e. “style.css”.

    
    .lg-actions .lg-next, .lg-actions .lg-prev {
    	color: #4ac3ff; // replcae with your color
    }
    
    .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    	color: #8ff57a; // On hover color
    }
    

    Thank You
    Ravi

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15605

    Is there a way to make the arrows always visible?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #15617

    Hi Oscar,
    I am a bit confused because of @racisharma’s reply.

    Are you using the default MediaPress lightbox or are you using the mpp-lightslider plugin?

    In case of the default lightbox, I will need to share the code again as the above code is for light slider. Also, the arrow is always visible if you are using default lightbox and the current list has more than one media.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15630

    I am using the default lightbox, but no, the arrow is not visible unless I hover over it.

    Do you recommend another?

    • This reply was modified 5 years, 10 months ago by Oscar.
  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #15668

    Hi Oscar,
    Hope you are doing well. I am not sure I understand the issue.

    Here is a screenshot of my lightbox with arrows
    https://i.imgur.com/1JrHvdY.png

    I see both the arrows whether I put the mouse over it or not? Can you please share me a screenshot of the issue.

    is there a chance that you have only one image in the context that lightbox is opened?

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15669

    Of course

    https://photos.app.goo.gl/p3K6mkGmWk35zc5i8
    https://photos.app.goo.gl/hiZW1PmUK9VJT2WU6

    If you see, in ther first image there is no arrow
    Also in mobile dosnt work

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #15672

    Thank you. Is there any chance that your theme comes with a lightbox? It seems like the settings of the lightbox is not coming from ours or getting modified somehow.

  • Participant
    Level: Enlightened
    Posts: 43
    Oscar on #15674

    You were absolutely right, it was rtmedia (I didn’t deactivated it). Now it works.
    Another question, is there a way to enable lightbox on widget pictures (top rated and recent media)?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #15692

    Please allow us to put the lightbox options on all of the widgets. I am working on a future release of MediaPress. Please open a new topic and let me know where else do you need the lightbox feature. I will be happy to accommodate.

    PS:- Marking this topic as resolved as the original issue is fixed.

    Thank you
    Brajesh

You must be logged in to reply to this topic.

This topic is: resolved