Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1256908
    Projektyle
    Participant

    Hi, I am using the Icon stack and am missing an overall headline for my posts page. I searched the forum and find references to having the option of “turning on” the headline in Custom > Blog Options. But in the Custom > Blog section I have available there is no reference to showing the headline. In the page settings itself the headline is set to show.

    Hope you can help

    #1257283
    Jade
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1257898
    Projektyle
    Participant
    This reply has been marked as private.
    #1257985
    Rahul
    Moderator

    Hey There,

    Thanks for the credentials!

    We could see both, Logo and the page headline. Would you mind clarify what you are asking for? See attached!

    http://prntscr.com/d7lawh

    Thanks for understanding.

    #1258254
    Projektyle
    Participant
    This reply has been marked as private.
    #1258341
    Rupok
    Member

    Hi there,

    Thanks for writing back. It’s because you are using Icon stack. Each stack has its own layout and design. Since Icon stack has minimal blog, so the title part is eliminated. If you switch to another stack then you will see the blog title.

    Cheers!

    #1258373
    Projektyle
    Participant

    That’s is unfortunate. I don’t intend to switch the stack.
    There must be a way to code a headline in there. Which file would I edit?
    (Yes, child theme is in place).
    Hope you can help me out with this.

    #1258428
    Nabeel A
    Moderator

    Hi again,

    Please add the following jQuery script in your Customizer via Appearance > Customize > Custom > Edit Global Javascript

    jQuery(document).ready(function($){
    	$('.blog .x-main.full').prepend('<h1 class="h-landmark"><span>The Blog</span></h1>');
    });

    And then add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .h-landmark {
        text-align : center;
        font-size: 44px
    }

    Don’t forget to clear your browser’s cache after adding the code. Let us know how this goes!

    #1258461
    Projektyle
    Participant

    Awesome! Thank you!

    #1258486
    Joao
    Moderator

    You are welcome 🙂

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