• Resolved 1123rob

    (@1123rob)


    Hey,

    On All the pages which I’m using the collapse-o-matic short code the footer is huge when the content isn’t expanded. Happy to provide a link if it is useful.

    All the titles have li (and are wrapped in a ul tag) and targclass=”maptastic”

    Theme is Ultra
    Plugins include:

    Black Studio TinyMCE Widge
    Contact Bank Lite Edition
    Meta Slider
    Page Builder by SiteOrigin
    Password Protected
    SiteOrigin Widgets Bundle
    TinyMCE Advanced
    WP Super cache

    Thanks!

    https://wordpress.org/plugins/jquery-collapse-o-matic/

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Baden

    (@baden03)

    Yes, a link would be very useful… always.
    Also, if you could provide an example of how, exactly you are using the shortcode. just the opening tag and some truncated content would be grand.

    Thread Starter 1123rob

    (@1123rob)

    http://www.mlg.rpjenkins.com/ztbv

    [expand title=”content title” targclass=”maptastic”]

    my content

    [/expand]

    Plugin Author Baden

    (@baden03)

    ah ha!
    It’s because you have so much content that it’s pushing the footer down.
    try adding the follwing under the plugin options page under Custom Css:

    .maptastic {
        position: absolute;
    }
    Thread Starter 1123rob

    (@1123rob)

    Hi Baden,

    I’ve added the CSS but the footer is still the same size, could there be something else causing it?

    Plugin Author Baden

    (@baden03)

    ok, remove the position definition and instead use:

    .maptastic {
       display: inline !important;
    }

    if that does not work, we might need to modify the plugin… regardless, we’ll get you fixed up.

    Thread Starter 1123rob

    (@1123rob)

    Sorry Baden, still no luck I’m afraid. Any other suggestions?

    Plugin Author Baden

    (@baden03)

    I guess there is no other way around it… you’ll need to change (again) to:

    .maptastic {
       display: none !important;
    }
    Thread Starter 1123rob

    (@1123rob)

    That’s sorted it out, thanks!

    Plugin Author Baden

    (@baden03)

    Huzzah! glad we could help get it working for you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Footer Is huge when content isn't expanded’ is closed to new replies.