• Ninjamankid

    (@ninjamankid)


    Hi,

    this is really strange – I have prettyPhoto Media installed on three different sites with exactly the same set up. On two it works just dandy. But on one all content that’s supposed to be hidden on the page is showing – both texts and images. I haven’t fiddled with any parameters at all, it just happened! I have tried deactivating/activating the plug in but that didn’t do anything.

    Any idea?

    Johan

    https://www.ads-software.com/extend/plugins/prettyphoto-media/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem, with using the class “hide” when displaying inline content.

    I has easy fancybox installed, so instead I used it’s class “fancybox-hidden” instead of hide, and it worked fine ??

    A better answer is actually to wrap your content around the following div

    <div style="display:none;">
    content
    </div>

    You could also try and use

    <div style="visibility:hidden;">
    content
    </div>

    Thread Starter Ninjamankid

    (@ninjamankid)

    Hi,

    thanx for the tips on how to fix this. I’ll check them out.

    Johan

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All hidden conent shows on page’ is closed to new replies.