Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1267653
    sanna
    Participant

    Hi!

    I have set “Show full post content on index” to on in customizer,
    however, I still only get featured image and post title visible
    on my blog page.

    Thank you in advance πŸ™‚

    #1267655
    sanna
    Participant
    This reply has been marked as private.
    #1267786
    Friech
    Moderator

    Hi There,

    Thanks for writing in but the credentials you provided does not work, please confirm. And provided us your blog index page URL.

    Cheers!

    #1267804
    sanna
    Participant
    This reply has been marked as private.
    #1267862
    Christopher
    Moderator

    Hi there,

    Please remove analytics code from Customize -> Global CSS.
    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #1295205
    sanna
    Participant

    Hi Christopher,

    I tried deactivating all plugins, but the problem remains πŸ™

    Any other advice?

    #1295254
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! It turns out that the full post content applies to standard post. Because you are using an Image Post Format, only the image and the title displays. If you want to override this default setting, please follow the steps:

    Because what you are trying to accomplish requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    Once you have your child theme active and ready, please follow the following steps below:
    1] Using Notepad or TextEdit or Sublime Text or any text editor, please create a new file in your local machine.
    2] Insert the following code into that new file

    <?php
    
    // =============================================================================
    // VIEWS/INTEGRITY/CONTENT-IMAGE.PHP
    // -----------------------------------------------------------------------------
    // Image post output for Integrity.
    // =============================================================================
    
    ?>
    
    <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
      <div class="entry-featured">
        <?php x_featured_image(); ?>
      </div>
      <div class="entry-wrap">
        
        <header class="entry-header">
          <h1 class="entry-title"><?php the_title(); ?></h1>
          <?php x_integrity_entry_meta(); ?>
        </header>
        <?php x_get_view( 'global', '_content', 'the-content' ); ?>
        
      </div>
      <?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>
    </article>

    3] Save the file named as content-image.php
    4] Upload this file to your server in the child theme’s folder
    wp-content/themes/x-child/framework/views/integrity/

    Hope this helps.

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