Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1209337
    rvevaina
    Participant

    I am trying to add custom content to the top of my blog pages (blog home, single posts and archive pages) using a custom function (added a screenshot so you can see my code), but nothing is showing up.

    The code was working properly before, but the content suddenly stopped showing, so I’m not sure what went wrong.

    #1209420
    Rupok
    Member

    Hi there,

    It’s working fine on your site – http://prntscr.com/cry4tt

    But you have the below code on your Child Theme’s CSS that’s hiding this :

    .custom-header-container {
      display: none;
    }

    Let’s remove the CSS to get expected result.

    #1209438
    rvevaina
    Participant

    Ahh good catch. Thank you.

    #1209489
    Lely
    Moderator

    You’re welcome!

    Cheers!

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