Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter root09

    (@root09)

    i found a “solution” here:
    https://www.iceablethemes.com/forums/topic/pretty-photo-popup-on-mobile-device/

    css:

    @media only screen and (max-width: 767px) {
    .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: hidden; }
    div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
    div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
    .pp_content { width: 100%!important; height: auto!important; }
    .pp_fade { width: 100%!important; height: 100%!important; }
    a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
    #pp_full_res img { width: 100%!important; height: auto!important; }
    .pp_details { width: 100%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
    a.pp_close { right: 7%!important; top: 10px!important; }
    }

    but how to put a close butont inside ?

    any idea ?

    Plugin Author Barry Kooij

    (@barrykooij)

    Hey there,

    Sorry to hear that. For now there is no way to disable PrettyPhoto but I’ve added an issue to our repository to fix the PrettyPhoto styling on Android phones. You can follow the progress here: https://github.com/barrykooij/wp-car-manager/issues/126

    All future communication regarding this issue will be at that GitHub issue.

    Kind Regards,

    Barry Kooij

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to disable PrettyPhoto ?’ is closed to new replies.