Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1362757
    rabbler
    Participant

    Hi, do the media and qoutation type posts work for ethos?

    It doesnt seem to be doing so on notesonrave.ie?

    #1362761
    rabbler
    Participant

    Sorry I mean at rabble.ie – where the post just looks a bit jumbled if I select video.

    Notes On Rave In Dublin.

    pw: test

    #1362921
    Rupok
    Member

    Hi 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!

    #1362980
    rabbler
    Participant

    I 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:

    http://notesonrave.ie/?p=284

    How come this post:

    Notes On Rave In Dublin.

    Isnt the same….

    #1362986
    rabbler
    Participant
    This reply has been marked as private.
    #1363138
    rabbler
    Participant

    Also 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

    #1363139
    Rupok
    Member

    Hi 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!

    #1363191
    rabbler
    Participant
    This reply has been marked as private.
    #1363764
    Rue Nel
    Moderator

    Hello 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.

    #1364120
    rabbler
    Participant

    Great, 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.

    #1364122
    rabbler
    Participant

    Just to ask quickly

    Over at

    http://www.rabble.ie/blog/

    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?

    #1364129
    rabbler
    Participant

    I 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

    #1364343
    Christian
    Moderator

    Further 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.

    #1366955
    rabbler
    Participant

    Okay, so shat about the post format icons on different stacks?

    Do they not appear on Ethos?

    #1367279
    Rad
    Moderator

    Hi there,

    Yes, post format icons are not available on other stacks. Each stack has their own feature, but still achievable through custom coding.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1362757 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>