Tagged: x
-
AuthorPosts
-
October 24, 2016 at 11:38 am #1228550
shughesdParticipantHi,
I want my full posts to show, only most recent with the rest just links, when clicking on the nav bar link.
I see that I’m supposed to check Full Post Content on Index, which I have done. Nevertheless, only the title shows (but the title doesn’t show after clicking on the post, and I want both!).
What else can I do? The posts are always going to be a series of images (jpgs of a pdf newsletter).
Site: hgb.cappatagglehost.com. Nav item: newsletters.
Thank you in advance!
October 24, 2016 at 1:53 pm #1228749
RupokMemberHi there,
Thanks for wriitng in! It seems you are referring the Category pages. We need to check your setup and some settings. 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.
October 25, 2016 at 5:21 am #1229597
shughesdParticipantThis reply has been marked as private.October 25, 2016 at 6:08 am #1229644
ChristopherModeratorHi there,
please find and remove this CSS code from customizer:
.single-post .entry-header { display: none; }Copy _content.php from framework/views/global and put it in the same path inside child theme, replace existing code with following :
<?php // ============================================================================= // VIEWS/GLOBAL/_CONTENT.PHP // ----------------------------------------------------------------------------- // Display of the_excerpt() or the_content() for various entries. // ============================================================================= $stack = x_get_stack(); $is_full_post_content_blog = (is_home() || is_archive()) && x_get_option( 'x_blog_enable_full_post_content', '' ) == '1'; ?> <?php if ( is_singular() || $is_full_post_content_blog ) : x_get_view( 'global', '_content', 'the-content' ); if ( $stack == 'renew' ) : x_get_view( 'renew', '_content', 'post-footer' ); endif; else : x_get_view( 'global', '_content', 'the-excerpt' ); endif; ?>Hope it helps.
October 25, 2016 at 8:29 am #1229788
shughesdParticipantHi! Thank you.
I did those things. The only thing it seemed to help with is that I now have the title when I click on the full article. I still only get the title/link when clicking on the nav item ‘newsletters,’ whereas I need to see the whole article.
Help?
October 25, 2016 at 3:45 pm #1230481
Nabeel AModeratorHi again,
You’ve selected this post’s format “23 October 2016” to be an image. Every format has a different way of displaying posts. I’ve changed it back to standard and now the whole content is visible on newsletters category page.
Cheers!
October 25, 2016 at 4:06 pm #1230501
shughesdParticipantAwesome! thank you. I must have just been trying anything to get it to work the way I wanted.
Excellent support as always! I don’t know why I waste so many hours trying to figure things out on my own when you all are so responsive with the best answers!
October 25, 2016 at 11:35 pm #1230906
RupokMemberYou are welcome. The more you explore the more you will learn and eventually it will help you in future.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1228550 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
