Tagged: x
-
AuthorPosts
-
August 20, 2016 at 5:14 am #1139346
juanajaafarParticipantHi. 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?
August 20, 2016 at 5:57 am #1139381
ChristopherModeratorHi 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.
August 20, 2016 at 9:57 am #1139511
juanajaafarParticipantHm. 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;
}August 20, 2016 at 11:22 pm #1140003
RadModeratorHi 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!
August 21, 2016 at 1:23 am #1140072
juanajaafarParticipantThis reply has been marked as private.August 21, 2016 at 6:54 am #1140269
RadModeratorHi 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!
August 22, 2016 at 1:28 am #1141050
juanajaafarParticipantThat works. Thank you.
August 22, 2016 at 1:30 am #1141052
Rue NelModeratorYou’re welcome!
We’re glad we were able to help you out. -
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1139346 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
