• Hi Danny,

    I’ve installed your plug-in and its great. It works fine except for one thing.

    I want the sign up box to be floated to the right, but as soon as I put the box inside a div, and float that div to the right- it doesn’t allow me to insert any values into the boxes.

    This is my code

    <div id="signup">
    
    <h1>Sign up to our newsletter</h1>
    <?php if(function_exists('nsu_signup_form')) nsu_signup_form(); ?>
    </div>

    CSS:

    #signup {
    	float: right;
    	}

    It works fine on the pages/posts I’ve created,, just not on the templates.

    #pagesignup{
    	float: right;
    	   }
    
    <!--html thing is below -->
    <div id="pagesignup">
    
    <h1>Sign up to our newsletter</h1>
    
    [nsu-form]
    
    </div>

    That works fine, but ironically I don’t want the box floated to the right on that page. I’m not sure if it is necessarily ironic, but it is a pain in the ass!

    I was wondering if there was an issue with the PHP or if you’ve ever come across an issue with the code before?

    I appreciate all the help you can give me!

    Regards,
    Padraic

    http://wordpress.org/extend/plugins/newsletter-sign-up/

  • The topic ‘[Plugin: Newsletter Sign-Up] Trouble positioning the box’ is closed to new replies.