Tagged: x
-
AuthorPosts
-
November 22, 2016 at 8:19 pm #1267653
sannaParticipantHi!
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 π
November 22, 2016 at 8:20 pm #1267655
sannaParticipantThis reply has been marked as private.November 22, 2016 at 11:45 pm #1267786
FriechModeratorHi There,
Thanks for writing in but the credentials you provided does not work, please confirm. And provided us your blog index page URL.
Cheers!
November 23, 2016 at 12:07 am #1267804
sannaParticipantThis reply has been marked as private.November 23, 2016 at 1:17 am #1267862
ChristopherModeratorHi 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.
December 15, 2016 at 9:21 pm #1295205
sannaParticipantHi Christopher,
I tried deactivating all plugins, but the problem remains π
Any other advice?
December 15, 2016 at 10:23 pm #1295254
Rue NelModeratorHello 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1267653 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
