Tagged: x
-
AuthorPosts
-
February 8, 2017 at 7:51 am #1362757
rabblerParticipantHi, do the media and qoutation type posts work for ethos?
It doesnt seem to be doing so on notesonrave.ie?
February 8, 2017 at 7:55 am #1362761
rabblerParticipantSorry I mean at rabble.ie – where the post just looks a bit jumbled if I select video.
pw: test
February 8, 2017 at 9:27 am #1362921
RupokMemberHi there,
Your given page might be still on draft so can’t access. Let’s publish and update us. Also clarify the issue a bot more.
Cheers!
February 8, 2017 at 10:03 am #1362980
rabblerParticipantI always thought that when you had stuff like the video, link etc options for different types of posts it made them appear different eg
Like the trailer at this site here:
How come this post:
Isnt the same….
February 8, 2017 at 10:12 am #1362986
rabblerParticipantThis reply has been marked as private.February 8, 2017 at 12:02 pm #1363138
rabblerParticipantAlso trying to add a read more on the blog post page at rabble.ie/blog
Is this method still working?
It knocked my site off line and I had to go back in through FTP to fix?
https://community.theme.co/forums/topic/how-to-get-the-read-more-box-back-in-ethos/#post-89506
February 8, 2017 at 12:03 pm #1363139
RupokMemberHi there,
Unfortunately your given credentials not working. Also I am not really sure about your question. Your given link seems not related to the question either. Would you clarify a bit?
Thanks!
February 8, 2017 at 12:37 pm #1363191
rabblerParticipantThis reply has been marked as private.February 8, 2017 at 9:06 pm #1363764
Rue NelModeratorHello There,
Thanks for updating in!
#1] Because you have added a custom css that hides the featured media, this is the very reason why the featured video is not showing. To resolve this issue, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
.single-post .format-video .entry-featured { display: block !important; }#2] The code that is suggested on that thread does not apply to your site. You can make use of this code in your child theme’s functions.php file instead:
if ( ! function_exists( 'x_excerpt_string' ) ) : function x_excerpt_string( $more ) { $stack = x_get_stack(); if ( $stack == 'integrity' ) { return ' ... <div><a href="' . get_permalink() . '" class="more-link">' . __( 'Read More', '__x__' ) . '</a></div>'; } else if ( $stack == 'renew' ) { return ' ... <a href="' . get_permalink() . '" class="more-link">' . __( 'Read More', '__x__' ) . '</a>'; } else if ( $stack == 'icon' ) { return ' ...'; } else if ( $stack == 'ethos' ) { return ' ... <a href="' . get_permalink() . '" class="more-link">' . __( 'Read More', '__x__' ) . '</a>'; } } add_filter( 'excerpt_more', 'x_excerpt_string' ); endif;We would loved to know if this has work for you. Thank you.
February 9, 2017 at 4:54 am #1364120
rabblerParticipantGreat, i was just wondering was it possible to have the little icons etc beside each type of formatted post as well?
Amazing help thank you so much.
February 9, 2017 at 4:56 am #1364122
rabblerParticipantJust to ask quickly
Over at
Is it possible to have that “read more”
Coming after the extracted excerpt like with a few para breaks for tidyiness
and also to have it always appearing, like not just if the excerpt is truncated?
February 9, 2017 at 4:59 am #1364129
rabblerParticipantI guess I just want a link to the post not so much a read more
Like at the bottom of each item on that page, have a link to the permlink for the post
Just so its obvious to click there as some folks are saying the heading and image arent obviouc click points
February 9, 2017 at 9:00 am #1364343
ChristianModeratorFurther customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.
February 11, 2017 at 6:28 am #1366955
rabblerParticipantOkay, so shat about the post format icons on different stacks?
Do they not appear on Ethos?
February 11, 2017 at 3:57 pm #1367279
RadModeratorHi there,
Yes, post format icons are not available on other stacks. Each stack has their own feature, but still achievable through custom coding.
Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1362757 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
