Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1034769

    Hello!

    I would like to add a header at the top of the blog page here:
    https://www.firewalksales.com/blog/

    before going into the posts. Just something simple like an H1 “Blog” title will do.

    How would I go about this since the page is somewhat automated?

    Thank you!
    Liz

    #1034828

    Hey losting,
    Please try enabling the title bar for your blog page, by going to the layout option in the page editor, and choosing “display only title”
    2018-11-18-000240
    Please let us know if this is what you had in mind.

    Best regards,
    Mike

    #1034874

    Hi!

    I like that idea, but it didn’t seem to work.

    https://www.firewalksales.com/blog/

    Liz

    #1034879

    Hi,
    Are you using header transparency on that page?
    Another option is this jQuery, Try adding this code to the end of your functions.php file in Appearance > Editor:

    
    function custom_blog_title_script(){
      ?>
      <script>
    jQuery(window).load(function(){
      jQuery( '<h1 class="main-title entry-title"><a title="Blog" itemprop="headline">Blog</a></h1>' ).insertBefore( '#top.blog article.post-entry:first-child' );
      });
     </script>
      <?php
      }
      add_action('wp_footer', 'custom_blog_title_script');

    Best regards,
    Mike

    #1034880

    That jQuery worked, thanks!

    I LOVE, LOVE, LOVE Enfold but continually struggle with the limitations of the blog functions. The design options are very limited in comparison to the rest of the amazing site options.

    PS. My header isn’t set to transparent. The blog page is defined under Enfold Child > Theme Options > And where do you want to display the Blog?
    which I assume had something to do with it?

    #1034894

    Hi,
    Thank you for the feedback, the dev team are making many changes which we hope to remove your struggles.
    Are you satisfied with the solution, or would you like me to login to your site and investigate further?

    Best regards,
    Mike

    #1035208

    Thanks for checking. I’m satisfied, you can close it out. Thanks!
    Liz

    #1035272

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Blog Header’ is closed to new replies.