Tagged: x
-
AuthorPosts
-
July 3, 2016 at 6:10 am #1070246
GrangeLifeParticipantHi,
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.
July 3, 2016 at 6:11 am #1070247
GrangeLifeParticipantSorry – typo – meant to say ‘Scenes from the Celica’
July 3, 2016 at 6:22 am #1070257
ChristopherModeratorHi 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.
July 4, 2016 at 5:11 am #1071265
GrangeLifeParticipantHi 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?
July 4, 2016 at 5:20 am #1071277
ChristopherModeratorHi 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.
July 4, 2016 at 5:56 am #1071324
GrangeLifeParticipantThank 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!
July 4, 2016 at 7:06 am #1071377
Paul RModeratorYou’re welcome! 🙂
Please let us know how it goes.
July 5, 2016 at 9:30 am #1073048
GrangeLifeParticipantHi 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.
July 5, 2016 at 10:28 am #1073125
RupokMemberHi there,
You can add this under Custom > CSS in the Customizer.
.x-iso-container > .hentry { opacity: 1 !important; }Hope this helps.
July 5, 2016 at 10:32 am #1073128
GrangeLifeParticipantHi 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.
July 5, 2016 at 11:14 am #1073203
GrangeLifeParticipantHello 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.
July 5, 2016 at 2:06 pm #1073466
DarshanaModeratorHi 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
July 6, 2016 at 5:25 am #1074498
GrangeLifeParticipantThis reply has been marked as private.July 6, 2016 at 6:17 am #1074560
ChristopherModeratorHi there,
Please check FTP credentials.
Thanks.
July 6, 2016 at 9:16 am #1074806
GrangeLifeParticipantThis reply has been marked as private. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1070246 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
