• Resolved roodude

    (@roodude)


    Hello,

    Do you know of a way to change the action that occurs when clicking outside of the lightbox? Currently, it takes the user to the image owner’s BuddyPress page, but I would like it to simply close the lightbox like the close button does. Any ideas? I am comfortable doing template overrides if necessary.

    Thanks,
    Harrison

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi Harrison,
    Thank you for using MediaPress.

    For now,
    Please add the following to css.(Dashboard->Appearance->Customize->Additional CSS)

    
    .mfp-inline-holder .mfp-content,
    .mfp-ajax-holder .mfp-content {
      width: auto;
    }
    
    

    That should do it.
    It is a temporary solution and I hope to put something better in future version.

    Thank you
    Brajesh

Viewing 1 replies (of 1 total)
  • The topic ‘Lightbox Click-Off Action’ is closed to new replies.