Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #240074

    Hallo Team,
    ich habe ein Problem mit der Einbindung per iframe und prettyphoto.
    Auf Desktop passt sich das Overlay perfekt an, bzw. es ist scrollbar wenn ich den Browser resize, auf dem iPad jedoch bekomme ich es nicht hin.

    Wäre sehr dankbar, wenn Ihr mir hier weiterhelfen könntet:
    Screen
    Webseite –>BTN: Vita

    Gruß,
    Nic

    #240614

    Hi Nic!

    Ich kann prettyphoto leider nicht mit einem iphone testen. Ich würde vorschlagen stattdessen fancybox zu verwenden – vielleicht gibt dir dieses Lightbox Skript bessere Resultate. Ein Child Theme, welches prettyphoto durch fancybox ersetzt, habe ich hier: http://www.mediafire.com/?05ho02ecut516hu hochgeladen.

    Best regards,
    Peter

    #240675

    Hi Peter,

    vielen Dank für das angepasste Child Theme. Habe lokal alles eingebunden und getestet. Der Call eines Bildes funktioniert, jedoch jeglicher Versuch eine Seite per iframe mit Fancybox darzustellen misslingt:
    – class=”fancybox.iframe”
    – data-fancybox-type=”iframe”

    Hab ich hier einen Denkfehler oder kann es sein, dass der Typ “iframe” in Deinem Child Theme nicht eingebunden ist?

    Danke für Deine Hilfe.
    Gruß,
    Nic

    • This reply was modified 10 years, 8 months ago by Nic.
    #241579

    Hi!

    Versuche einmal folgende Klasse zum Iframe-Link hinzuzufügen:

    
    class="lightbox" 
    

    Cheers!
    Peter

    #242667

    Hi Peter,
    hat leider nicht funktioniert. Konnte den Fehler jedoch durch eine CSS-Anpassung innerhalb von prettyphoto beheben.

    /*prettyPhoto adjustments for mobile devices. 1024px is presumed widest device.*/
    @media screen and (max-device-width: 1024px) {
    .pp_pic_holder.pp_default { width: 100%!important; left: 0!important; overflow: scroll; -webkit-overflow-scrolling : touch; }
    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_full_res { line-height: 0.7 !important; }
    .pp_details { width: 94%!important; padding: 15px 3% 15px 3%; min-height: 35px; background-color: #fff; margin: 0!important; }
    div.pp_default .pp_description {margin: 11px 50px 5px 153px !important; }
    div.ppt { display:none !important; }
    .pp_play {margin-right: 20px !important;}
    .pp_arrow_previous {margin-right: 5px !important;}
    }

    Vielen Dank.
    Gruß,
    Nic

    #243189

    Hi!

    Sehr gut :)

    Regards,
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘PrettyPhoto: iframe Darstellung auf iPad’ is closed to new replies.