Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1139346
    juanajaafar
    Participant

    Hi. I have a few questions re the above:

    1) How can I change the font for “Related” to be the same as “Share this”/”Like this” for the Share and Like buttons?

    2) How are Related posts selected as recommendations for a particular post? I seem to see the same posts being recommended.

    3) I have a post that doesn’t have a Featured image (I don’t want to insert one into the post) but I want it to have a thumbnail image when it appears as a Related post or when it’s listed on the Category page list.

    Help?

    #1139381
    Christopher
    Moderator

    Hi there,

    #1 Please add following code in Customize -> Custom -> CSS :

    h3.jp-relatedposts-headline em {
        font-family: "Work Sans",sans-serif;
        font-style: normal;
    }

    #2 & #3 It sounds like you might be having an issue with a third party plugin or script. Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.

    Even if you use x recent posts shortcode, still you need to add featured image. Recent posts shortcode give you option to display posts from specific category.

    e.g:

    [x_recent_posts count="1" orientation="vertical" category="remember"]

    Hope it helps.

    #1139511
    juanajaafar
    Participant

    Hm. Okay, thanks.

    What should I add to this code if I want to change the word “Related” to “Read”?

    h3.jp-relatedposts-headline em {
    font-family: “Work Sans”,sans-serif;
    font-style: normal;
    }

    #1140003
    Rad
    Moderator

    Hi there,

    It can’t be done through CSS. It requires tweaking within templates. Would you mind providing your site’s URL that has this? And admin and FTP login credentials as well so I could directly find the template responsible on it.

    Thanks!

    #1140072
    juanajaafar
    Participant
    This reply has been marked as private.
    #1140269
    Rad
    Moderator

    Hi there,

    It’s from jetpack which we can’t edit directly. Instead, please add this code to Admin > Appearance > Customizer > Custom > Javascript

    jQuery('.jp-relatedposts-headline em').text('Read');

    Thanks!

    #1141050
    juanajaafar
    Participant

    That works. Thank you.

    #1141052
    Rue Nel
    Moderator

    You’re welcome!
    We’re glad we were able to help you out.

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