Support » Plugin: Optin Forms - Simple List Building Plugin for WordPress » Shortcode not working on Fruitful Theme

  • Resolved MelissaMcKean

    (@melissamckean)


    I’m having trouble with the optin form not allowing me to type text into the email field. I have it disabled on pages and am using the short code, and I can tell it’s a problem with the short code because it works when I enable it on the individual page. However, if I enable it on the individual page, it goes to the bottom and I want it below the slider (which is where I have it now). I am using the Fruitful theme.

    My site is http://www.melissamckeanweb.com. I appreciate any help you can give me! 🙂

    https://wordpress.org/plugins/optin-forms/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Melissa,

    it has to do with your theme, as the theme’s CSS is using a negative bottom margin value (-60px) for the main-slider-container element. Then again, its child element .flexslider has a bottom margin of 60px.

    Here’s how you could fix it:

    Delete the white text which serves as a separator: <span style="color: #ffffff;">test</span>

    Delete the second span as well: <span style="color: #ffffff; line-height: 1.5;"><span style="color: #000000;"><br></span></span>

    Enter the following CSS in your Custom CSS field: .main-slider-container{margin:0!important;}.flexslider{margin:0 0 10px!important;}

    Be sure to double-check whether this messes up other pages where you are using the slider 😉

    Let me know if you’re able to fix it.

    Thread Starter MelissaMcKean

    (@melissamckean)

    That worked! Thank you so much, Boris! You’re the best! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode not working on Fruitful Theme’ is closed to new replies.