Viewing 7 replies - 1 through 7 (of 7 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    WordPress.org forums are meant for the core application, themes and plugins distributed on WordPress.org.
    As you’re using a commercial theme, you ought to contact your theme’s vendors.

    Thread Starter sunsetsushi

    (@sunsetsushi)

    WordPress creating whitespace has nothing to the with the theme though, it does this no matter what theme I use everytime I try to insert a 1shoppingcart form and put heading above it.

    Please help.

    Thread Starter sunsetsushi

    (@sunsetsushi)

    It really is a wordpress issue, not a theme issue. The coding in wordpress changes the form code if I try to delete any white space in the WYSIWIG.

    That’s being created by the form plug-in — all this code:

    <br>
    <input id="merchantid" type="hidden" value="64253" name="merchantid">
    <br>
    <input id="ARThankyouURL" type="hidden" value="www.profcs.com/app/thankyou.asp?ID=64253" name="ARThankyouURL">
    <br>
    <input id="copyarresponse" type="hidden" value="1" name="copyarresponse">
    <br>
    <input id="defaultar" type="hidden" value="720415" name="defaultar">
    <br>
    <input id="allowmulti" type="hidden" value="0" name="allowmulti">
    <br>
    <input id="visiblefields" type="hidden" value="Name,Email1" name="visiblefields">
    <br>
    <input id="requiredfields" type="hidden" value="Name,Email1" name="requiredfields">
    <p></p>

    Perhaps try another form plug-in? Or review how to use that plug-in.

    Thread Starter sunsetsushi

    (@sunsetsushi)

    Is there some kind of <div align> or position: relative; I can do before the form code? to get wordpress to not create whitespace before the form after the text I type before the form?

    WordPress is not creating that space — all the above code is creating it and that code is part of the form. The form is creating the problem. It looks like that site is custom designed – are you the designer (Kimberly)? If not, go back to her for help. If so, as Andrew pointed out, you’ll need to contact the theme vendor for help with this kind of issue.

    Thread Starter sunsetsushi

    (@sunsetsushi)

    Yes, I’m the designer. I’m getting help elsewhere now, I know you are correct.

    Thank you!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How do I remove the whitespace in between this 1shoppingcart form code?’ is closed to new replies.