Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1369703
    SeLoRe
    Participant

    Hi,

    I want show my Blog Title and Blog Subtitle on a custom page, how can I do that ? I am using Integrity stack. My website is https://www.soruncozumu.com

    #1370018
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #1377052
    SeLoRe
    Participant

    You can see atatched screenshots what I mean. First screen is original X homepage and second one is I created with The Grid plugin. I want show my Blog Title and Blog Subtitle on page I created with The grid.

    #1377089
    Christian
    Moderator

    I see. Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. Thanks for understanding. Take care!

    #1380672
    SeLoRe
    Participant

    It is not a difficult thing really why you don’t try to help me I can’t understand that. If I want pay money for do this I don’t ask it on this community.

    Anyway if someone wants do this I found a solution. I use Integrity stack and I will tell for Integrity.
    Open file framework/views/integrity/_landmark-header.php

    Find;
    <?php if ( is_home() && x_get_option( 'x_integrity_blog_header_enable' ) == '1' ) : ?>

    Change with;
    <?php if ( is_page(881) && x_get_option( 'x_integrity_blog_header_enable' ) == '1' ) : ?>

    881 is page id, change it with your page id.

    If you want display it on all pages change with;
    <?php if ( is_page() && x_get_option( 'x_integrity_blog_header_enable' ) == '1' ) : ?>

    #1380964
    Paul R
    Moderator

    Hi,

    Thanks for sharing.

    Have a great day!

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