Images within 'hidden text' under 'expand collapse funk' code show squished

This topic is: not resolved

This topic contains 3 replies, has 1 voice, and was last updated by  skysimonephoto 8 years, 6 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6283

    skysimonephoto
    Participant
    Post count: 9

    Hi Evan,
    Thanks for creating such a great plugin.

    1) I did notice it doesn’t seem to work on ipad.. All the text just shows to start. Is there a fix planned for this?

    2) If I embed an image in the hidden text under your code, the image shows squished and I’m not sure why.

    This is my image text html
    Ok I have come up against some trouble.
    1) on iPad this coding doesn’t seem to be supported.
    2) if I embed an image inside the hidden coding, it squishes it incorrectly and I can’t figure out why’

    – Without those 2 problems, it’s amazing.
    http://www.skysimonephotography.com click About Sky Fun + Qwirky
    or click this direct link
    http://skysimonephotography.com/about-sky-new-york-california-las-vegas-wedding-photographer/

    This is the embed photo coding I’m using.
    It displays fine if I paste it above your code, but if I place it in the hidden section, it squishes

    [caption id="attachment_1015" width="300"]Fun + Quirky Wedding Photographer San Diego Las Vegas + New York. Sky Simone wedding photographer with bride and groom Emma and Luke while filming their wedding video. Sky Simone Fun + Quirky Wedding Photographer, San Diego, Las Vegas, New York – Pictured here with bride and groom “Emma + Luke” on their wedding day![/caption]

    and the image will show squished, regardless of how I tinker with it, or which image I choose.
    I’m not sure why your html is messing the image html up inside it?

    Attachments:
    You must be logged in to view attached files.
    #6287

    skysimonephoto
    Participant
    Post count: 9
    This reply has been marked as private.
    #6288

    skysimonephoto
    Participant
    Post count: 9

    It is working on ipad, but even if I try uploading a new image, selecting full size at 500px or 770px or anything else, it shows squished.

    This is definately something wrong with the coding, that isn’t getting picked up as multiple people are having the issue. I really hope it gets resolved as I love the code otherwise, but I need images in my hidden text!

    #6320

    skysimonephoto
    Participant
    Post count: 9

    The Help Support on Theme Forrest for my Keres Plugin helped me.
    You have a fault in your CSS
    Your CSS actually comments the content of anything hidden to squish to 20pixels, so hopefully you’ll be able to make a fix!

    From my WordPress Theme “Keres” Support
    ——————
    3- The squished image is generated by a css rule added by the used plugin:
    please always check the plugins generated css or settings to be sure that it’s not breaking the site layout. I already fixed it by installing Simple Custom CSS plugin and add the folowing CSS in Appearance > Custom CSS :

    #page_main_content .hidden-content img {
    width: 100% !important;
    }

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.