Tips and Tricks HQ Forum

Support Forum for Tips and Tricks HQ Products

Register or log in - lost password? (Having an issue with the forum login?)

Search the Forum

Tips and Tricks HQ Forum » Infinity Remix Theme

Added email plugin in right column now posts are messed up

(10 posts) (2 voices)
  • Started 1 year ago by tfgmco.com
  • Latest reply from tfgmco.com
  • Possible Solutions (Related Topics):
    1. Estore plugin not registering customers, transactions, or sending emails
    2. Affiliate Product added to e-store plugin
    3. Is this WordPress Membership plugin right for me?
    4. 2 confirmation emails sent and user not added to Aweb list when confirmed.
    5. Not Receiving Emails Even Though The Plugin Sent The Email

Tags:

  • Forum Guidelines
  1. tfgmco.com
    Member

    T tried to add an email capture using a wiget in the top right sidebar. When I refresshed the page, the post had dropped down off the screen. I removed the wiget and it stayed the same. Can this be fixed?

    Thanks!

    Posted 1 year ago #
  2. amin007
    Key Master

    Most likely there is CSS or HTML issues with the code you are trying to insert which is why it's messing up the page layout. Can you please post a link to your site and the code you are trying to add?

    Posted 1 year ago #
  3. tfgmco.com
    Member

    http://www.jaxfreegas.com

    wp email capture added by tinyMCEtempalte widget added to top sidebar. I glanced at code but wasn't sure what I was looking for so it all looked fine.

    I removed the widget from the top side bar so that spot is empty.

    Thanks for your help.

    Posted 1 year ago #
  4. tfgmco.com
    Member

    forgot website:

    http://www.jaxfreegas.com

    Posted 1 year ago #
  5. amin007
    Key Master

    Thanks for the link... please post the actual code that you are pasting so I can see if there is any HTML error in there.

    Posted 1 year ago #
  6. tfgmco.com
    Member

    I deleted it when I tried to fix, but it was an email code for list wire. I think this is the code:

    <table border="0" cellpadding="0" cellspacing="0" style="position: relative; margin: 0px; padding: 0px;">
    <tr><td align="center" valign="middle">
    <form action="http://www.listwire.com/form/process.php" method="post">
    <input type="hidden" name="bot_action" value="form_subscribe">
    <input type="hidden" name="bot_track_code" value="form_subscribe">
    <input type="hidden" name="bot_pass_standard" value="0">
    <input type="hidden" name="bot_pass_custom" value="0">
    <input type="hidden" name="bot_account" value="tfgmco2fg">
    <input type="hidden" name="bot_redirect" value="http://www.jaxfreegas.com">
    <input type="hidden" name="bot_web_form_id" value="5745">
    <table width="380" border="0" cellpadding="0" cellspacing="0">
    <tr><td height="32" width="10%" align="left" valign="middle"> </td>
    <td height="32" width="28%" align="left" valign="middle"><div style="font:bold 13px verdana, sans-serif; letter-spacing:-1px; color:#363636; margin:0px 5px 0px 0px;">Name:</div></td>
    <td height="32" width="62%" align="left" valign="middle"><input type="text" style="width:85%; margin:0 auto; font:12px verdana, sans-serif; height:22px; line-height:100%; padding:4px 2px 2px 2px; border:1px solid #363636; background:#ffffff url('http://forms.listwire.com/images/form-input-bg.jpg') top left repeat-x;" name="fullname" value=""></td></tr>
    <tr><td height="32" width="10%" align="left" valign="middle"> </td>
    <td height="32" width="28%" align="left" valign="middle"><div style="font:bold 13px verdana, sans-serif; letter-spacing:-1px; color:#363636; margin:0px 5px 0px 0px;">Email:</div></td>
    <td height="32" width="62%" align="left" valign="middle"><input type="text" style="width:85%; margin:0 auto; font:12px verdana, sans-serif; height:22px; line-height:100%; padding:4px 2px 2px 2px; border:1px solid #363636; background:#ffffff url('http://forms.listwire.com/images/form-input-bg.jpg') top left repeat-x;" name="email" value=""></td></tr>
    <tr><td height="50" colspan="3" align="center" valign="middle">
    <table style="border: 1px solid #363636;" cellpadding="0" cellspacing="0">
    <tr style="background-color:#e8e8e8"><td height="26" style="border-top:1px solid #ffffff; border-left:1px solid #ffffff;"><input type="submit" style="overflow:auto !important; overflow:visible; width:auto !important; width:50px; margin:0px 15px 0px 15px; border:0px; background-color:#e8e8e8; font: bold 13px verdana, sans-serif; letter-spacing:-1px; color:#363636;" name="submit" value="Submit">
    </td></tr></table></td></tr>
    </table>
    </form>
    </td></tr>
    <tr>
    <td colspan=2 valign="bottom">

    <table width="100%" border="0" cellpadding="0" cellspacing="0" valign="bottom">
    <tr style="background-color: #c0c0c0;"><td height="1" align="center" valign="top"></td></tr>
    <tr style="background-color: #ffffff;"><td style="padding: 5px 0px 0px 0px;" height="32" align="center" valign="top">
    <table width="300" border="0" cellpadding="0" cellspacing="0">
    <tr style="background-color: #ffffff;"><td style="padding: 0px 0px 10px 0px;" align="center" valign="top"><img src="http://forms.listwire.com/images/listwire-form-logo.jpg" height="32" width="128" border="0" alt="ListWire - Free Autoresponders">
    click here for your free autoresponder</td></tr>
    </table>
    </td></tr>
    </table>

    </td>
    </tr>
    </table>

    <img src="http://forms.listwire.com/img.php?xzZgySIk1xqXgHFMMwGuA3LDIQq4S2Ifq0DWOKqckxq">

    Hope this helps.

    Donni

    Posted 1 year ago #
  7. amin007
    Key Master

    Thank you for the code... I tested it on my test site and it doesn't seem to break the outline. This is what I did...

    1) Browse to the widgets menu of WordPress
    2) Add a "Text" widget to the "Sidebar Top"
    3) Paste the code inside the "Text" widget that I just added

    It shows up fine without. The only problem I see is that the sidebar is 300px wide whereas this opt-in box is wider than 300px so it goes outside the theme area a bit. I think you should be able to get another piece of code from the provider that will fit in a 300px area. If not you cal always place is on an individual page then have a link to that page on the sidebar.

    Please do the steps that I did and let me know how you go.

    Posted 1 year ago #
  8. tfgmco.com
    Member

    The problem is the space on the post. After I added that code the spacing on the posts and pages got messed up. The appears half way down the page. Nothing is html editor in post shows extra spacing etc.

    Donni

    Posted 1 year ago #
  9. amin007
    Key Master

    I will send you an email to get site access so I can check it out.

    Posted 1 year ago #
  10. tfgmco.com
    Member

    Sorry, changed servers for my sites and lost all my emails today. Could you please resend the email, I think I fixed it. Thanks

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.

Tips and Tricks HQ  | WP Shopping Cart  | WP Affiliate Software  | WordPress Membership Plugin