Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1358540
    0r6h3us
    Participant
    #1358610
    Rupok
    Member

    Hi there,

    Thanks for writing in! The provided solution is for Integrity stack. So if you are using Integrity then it should work. Kindly provide your URL and let us know what you are trying to achieve.

    Cheers!

    #1358638
    0r6h3us
    Participant

    Hi there,

    Thank for your response.

    This is the url: http://pillarsofthemultiverse.com/

    I want to have the same header on the pages as on blog and store.

    I have tried the solution on thread “Header page style like ‘Blog Header’ and ‘Portfolio'” But it does not work.

    What am I doing wrong?

    #1358703
    Rupok
    Member

    Hi there,

    Thanks for writing back. Looks like you have same header for all pages. Can you point us the difference?

    Cheers!

    #1358712
    0r6h3us
    Participant

    Hi there,

    Thx for ur response! But I dont see any header at my pages.

    See Attachments:
    At file Header, you see the blog with a header.
    At file No header, you see no header at page IK BEN.

    What do u see I dont see?

    Greetings

    #1358758
    Rupok
    Member

    Hi there,

    Thanks for clarifying. Looks like you are referring the Page Title. Make sure “Disable Page Title” under “Page Settings” is not checked – http://prntscr.com/e4vr0a

    And set “Layout – Fullwidth” as page template – http://prntscr.com/e4vrm5

    If you use any blank template then the page title will be eliminated.

    Hope this helps.

    Cheers!

    #1358767
    0r6h3us
    Participant

    Hi there,

    I followed your instructions but it didnt work.

    Any other suggestions?

    Thank you.

    Greetings.

    #1359079
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Maybe did you accidentally turn off the page title. In Page options, you can enable/disable a page title. To find out more about this settings, please check it out here: https://community.theme.co/kb/meta-options-pages/

    If nothing else works, would you mind providing us the url of your site with login credentials so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

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

    Thank you.

    #1359255
    0r6h3us
    Participant
    This reply has been marked as private.
    #1359277
    Christopher
    Moderator

    Hi there,

    The issue is related to your child theme customization, if you preview your site in parent theme you’ll see title displays fine, see the attachment. Please check your child theme.

    Hope it helps.

    #1359317
    0r6h3us
    Participant

    Hi there,

    Thank you!

    But it is a different page title style than on store and blog. How do I get the same style?

    Greetings

    #1359343
    Rad
    Moderator

    Hi there,

    Please add this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery('.entry-header h1.entry-title').addClass('h-landmark').removeClass('entry-title').wrapInner('<span></span>');

    Hope this helps.

    #1359423
    0r6h3us
    Participant

    Hi There,

    Thanks it works!

    Is it possible to have the title outside the container, like in blog and store?

    Greetings

    #1359462
    Christopher
    Moderator

    Hi there,

    Please add this JS code as well :

    jQuery(".page-template-template-layout-full-width .entry-header").insertBefore(".entry-wrap");

    Add this CSS too :

    .page-template-template-layout-full-width .h-landmark span:before, .page-template-template-layout-full-width .h-landmark span:after {
        width: 505%;
    }

    Hope it helps.

    #1359471
    0r6h3us
    Participant

    Hi There,

    Thank you. It works!

    Greetings!

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