Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1070246
    GrangeLife
    Participant

    Hi,

    I’ve noticed from my last two posts that the initial wording is no longer showing on the ‘News’ Page. When looking at my site I see that posts up to ‘Scences from the Celica’ are showing some text but the two after that do not. Is it possible that I have turned something off somewhere? If so could someone tell me what? I did add a video to the post ‘Friday Thoughts’ and wonder if this is the problem. Still a newbie and feeling stupid!

    Many thanks.

    #1070247
    GrangeLife
    Participant

    Sorry – typo – meant to say ‘Scenes from the Celica’

    #1070257
    Christopher
    Moderator

    Hi there,

    Because this requires a template change, I’d advise that you setup 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.

    Copy content-image.php from framework/views/integrity and put it in the same path inside child theme, replace existing code with following :

    <?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">
        <?php if ( is_single() ) : ?>
        <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' ); ?>
        <?php else : ?>
        <header class="entry-header center-text">
          <h2 class="entry-title">
            <a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to: "%s"', '__x__' ), the_title_attribute( 'echo=0' ) ) ); ?>"><?php x_the_alternate_title(); ?></a>
          </h2>
          <?php x_integrity_entry_meta(); ?>
        </header>
          <?php _get_view( 'global', '_content', 'the-excerpt' ); ?>
            <?php endif; ?>
      </div>
      <?php x_get_view( 'integrity', '_content', 'post-footer' ); ?>
    </article>

    Hope it helps.

    #1071265
    GrangeLife
    Participant

    Hi Christopher,

    Thank you. As a newbie I’m not quite sure if I understand but I’ll look at the links and try to work it out. Is there a video tutorial at all on this?

    #1071277
    Christopher
    Moderator

    Hi there,

    After setting up child theme as per instruction in previous replay, you need to connect to FTP account (if you don’t have FTP credentials, please ask from yous host provider).

    Download content-image.php file from wp-content/themes/x/framework/views/integrity, open this file in text editor and replace existing code with one I provided in previous replay and save the file. Next upload it in the same path inside child theme which is wp-content/themes/x-child/framework/views/integrity.

    Hope it helps.

    #1071324
    GrangeLife
    Participant

    Thank you Christopher.

    I’ve downloaded the child theme and I’ll now look at the ftp aspect. Bit anxious about this as I don’t want to mess things up!

    #1071377
    Paul R
    Moderator

    You’re welcome! 🙂

    Please let us know how it goes.

    #1073048
    GrangeLife
    Participant

    Hi again,

    I have followed the instructions above but not my news page does not appear to be rendering the posts! I would welcome advice on how to fix it. I uploaded the amended file to the child theme only.

    Many thanks.

    #1073125
    Rupok
    Member

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .x-iso-container > .hentry {
      opacity: 1 !important;
    }

    Hope this helps.

    #1073128
    GrangeLife
    Participant

    Hi again,

    I have taken the file down from the child theme and the posts have reappeared. Clearly I’m doing something wrong but I’ve no idea what! Hopefully someone will be able to help.

    Thank you again.

    #1073203
    GrangeLife
    Participant

    Hello Rupok,

    I uploaded again to the child theme and added the css to Edit Global CSS as you suggested above. The result seems to be that only one post now appears – that I made for today. In addition the post text is still not showing on the news page summary in the same way it did when I first set up the site. I just don’t seem to be able to work out what to do and your help would be appreciated.

    Thanks again.

    #1073466
    Darshana
    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.

    #1074498
    GrangeLife
    Participant
    This reply has been marked as private.
    #1074560
    Christopher
    Moderator

    Hi there,

    Please check FTP credentials.

    Thanks.

    #1074806
    GrangeLife
    Participant
    This reply has been marked as private.
  • <script> jQuery(function($){ $("#no-reply-1070246 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>