• Resolved Redhotka

    (@banny83)


    The gallery without the plug-in is displayed the whole images, after turning on the plugin is cut off. I tried to add my own CSS styles overwriting this, but unfortunately to no avail.

    Could you please help me?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jules Colle

    (@jules-colle)

    Looks like your theme is setting a fixed page height with javascript before the gallery is fully loaded, and afterwards the height is not updated anymore. Could you check with the theme author please?

    As a quick fix you might try to add this css:

    #main, #content { height:auto !important; }

    But this might break some other stuff on your website.

    Thread Starter Redhotka

    (@banny83)

    Hi, thank you for your replay.
    But I can’t do that, because now in shortely sites the sidebar is cuted. ??

    Plugin Author Jules Colle

    (@jules-colle)

    you could set

    #content { min-height: 840px !important; }

    This is a theme issue though. I hope I helped you but this is no longer a support question related to the plugin, so I’m marking it as resolved.

    Thread Starter Redhotka

    (@banny83)

    Thank you for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The plugin cuts the gallery’ is closed to new replies.