Change Page Length

  • Unknown's avatar

    Hello

    I am using the Twenty Thirteen theme, but I’m new to wordpress and don’t know CSS.

    I would like to use a form designed in Wufoo for one of my pages. I have used the short code provided and successfully embedded the form within wordpress.

    The form works, however the length of the form is more than the page is allowing. The scroll bar reaches the bottom before the end of the form. This will deter users from filling in the form, as it looks like it doesn’t work properly, although you can still tab to the lower fields.

    I noticed that the blog page has a much longer scroll bar than the page with the form, as it is possible to scroll through all of the entries.

    Please can you advise me on how to increase the size allowed on this page.

    Thank you

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The issue is in the code from Wufoo. They have a height of 975px set for the iframe which is about 375px short of the actual length of the form. The following is a “hacky” way of fixing it, but it does work. I think I would report this to Wufoo since it is a fix they should make on their end, but in the meantime you can add the following to your custom CSS.

    .page-id-100 .entry-content iframe {
        height: 1350px;
    }
  • Unknown's avatar

    Thank you for helping me out again.

    I have changed the height in the short code from Wufoo from 975 to 1350 and it is working perfectly now.

    I will report the issue to Wufoo & hopefully they will consider changing the short code they provide so that others don’t have the same problem.

  • Unknown's avatar

    That’s great and you are welcome. I think it will be an easy fix for them to make. I suspect that the height just isn’t getting calculated correctly. This could possibly have to do with varying font and line heights on the theme’s themselves.

  • The topic ‘Change Page Length’ is closed to new replies.