Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1179771
    handlettereddesign
    Participant

    I’m running into a problem with a Convertkit form I’ve added to the end of my blog posts. I’ve added a ConvertKit form to the end of my blog posts in order to give readers the opportunity to subscribe to our newsletter. I want the form to be visible on my blog posts, but not on the blog page.

    Take a look: http://66.147.244.105/~handlet3/blog/

    Is there a way to show the form on the blog post page and not on each post on the blog page?

    Thanks,

    Andy

    #1179926
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .blog .ck_form_container.ck_inline {
        display: none;
    }
    
    

    Hope that helps.

    #1182145
    handlettereddesign
    Participant

    Thanks for the tip but it doesn’t appear to fix the issue at hand.

    Any other suggestions?

    http://66.147.244.105/~handlet3/blog/

    #1182636
    Lely
    Moderator

    Hi There,

    Please remove this part from your custom CSS:

    /*.x-navbar {
      background: #FFFFFF;
    }
    
    .x-navbar a{
      color: #82A3AA !important;
    /*  color: #000 !important;*/
      }*/

    Comments inside comments will result to syntax error. CSS after syntax error will not work.
    Hope this helps.

    #1183320
    handlettereddesign
    Participant

    Great catch, that appears to have fixed it! Thanks Lely!

    #1183333
    Joao
    Moderator

    Glad to hear it,

    Let us know if we can help with anything else.

    Joao

  • <script> jQuery(function($){ $("#no-reply-1179771 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>