Viewing 6 replies - 1 through 6 (of 6 total)
  • Instead of this: [expand tag=”div” title=”View Part Numbers and Sizes”]
    lots of text to be expanded
    [/expand]

    Try this:[expand title=”View Part Numbers and Sizes” tag=”div”]
    lots of text to be expanded
    [/expand]

    Moving the div tag to the end of the expand portion…

    Thanks breeze76, but that didn’t fix the problem.

    Plugin Author Baden

    (@baden03)

    It’s an issue with your theme:
    <div id="left-area" style="height: 994px;">
    Since this div has a fixed height, the content spills over the end.

    Thanks for looking into the problem. I’m wondering where you found that height setting because when I view the source of the page, I don’t see that and I don’t even have the number 994 in my theme’s css file.

    Plugin Author Baden

    (@baden03)

    It is being set dynamically somehow. You might want to see if it is being caused by a plugin (disable all, and one-by-one re-activate). If it’s not a plugin, then it must be a script being called by your theme.

    If you get stuck, hit us back and we’ll see what we can to do to help.

    I only have two plugins installed on the site – Configurable Tag Cloud and WP E-Commerce. I disabled both and still had the problem. Definitely confirms it is a conflict with the Modest theme by Elegant Themes.

    I was never able to figure out where the theme was calling the height of 994px (never see it when I view the source or in any of my theme files) so I couldn’t change it.

    I managed a workaround by modifying the theme’s css and adding “overflow:hidden; height: 100%;” to the .container and “overflow:auto; height: 100%;” to the #left-area. It creates a scroll bar when the expanded content would go over the bottom of the page. Not what I’d like, but at least the content doesn’t blow outside of the page layout now.

    Thanks for all the help. If you ever figure anything out, let me know.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘expanding doesn't expand content area’ is closed to new replies.