• Resolved Wafts

    (@wafts)


    I’m trying to create a squeeze page.

    I have created a custom template in wordpress called splash.php

    This gives me essiantly a blank page, which is what I want.

    I have created a page called splash and set that to be the main page for my site. http://www.bakertips.com

    I have put in the shortcode in the splash.php and that seems to have worked, but the CSS is messed up.

    I’m sure I’m probably missing something. I’m sure it just needs me to tweak where the css is or something but I can’t figure it out.

    The opt in form looks fine on the home page http://www.bakertips.com/home

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi! It seems that your template is not contain header part. Try adding a call header into the top of your template:

    <?php get_header(); ?>

    Hi Wafts,

    as @giantsev has said, your custom template lacks the header call, which loads the plugin’s CSS file into the head section.

    I see that @giantsev’s solution helped you fix it 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using Optin Forms On Splash Page With Custom Template’ is closed to new replies.