Muhammad Arslan
Forum Replies Created
-
Hi @lofesa
The border size is not changeable from the Related Posts Thumbnails settings.
For simplicity, The border size is by default set to 0.Looking Forward.
You can target the specific block heading by custom CSS by giving a class to the h4 tag.
Thank You. ??
Hello @halimah
We have added the functionality which enables you to exclude a number of posts from related post thumbnails.paste the following code in your functions.php of your child theme.
add_filter( 'rpt_exclude_post', 'related_posts_thumbnails_exlude_posts' ); function related_posts_thumbnails_exlude_posts( ) { return array('comma separated id/s of post/s'); }
When using the Gutenburg block, write the title with the tag.
For example, if you have the title “Some Title” write it as “<h4> Some Title </h4>”.It will be converted to a h4 tag.
Thank You
Related Posts Thumbnail plugin has a block section as well.
On your site, the title is defined in the H4 tag moreover, If you want to add custom classes you can add custom classes as well to target the specific element from the Related Posts Thumbnail block.
Forum: Plugins
In reply to: [Custom Login Page Customizer] Login pageHi @ericpo
Your problem is addressed on the support form as well.
That wasn’t the case with me as I have also created a menu item with “Custom Link” and pasted the Login link there.
When clicked on it it took me to the login page.Are you using some other plugin to achieve the Login/Logout Menu dynamically?
Hi @josepaulino
I also tried a similar approach and pasted the exact shortcode which you are using.
Here is a video https://d.pr/v/EnPr2Y in this video I am implementing the shortcode in a widget.here is the documentation link of SSB shortcode.
in which values for attribute theme are defined as well.
- This reply was modified 3 years, 7 months ago by Muhammad Arslan.
- This reply was modified 3 years, 7 months ago by Muhammad Arslan.
Forum: Plugins
In reply to: [Under Construction, Coming Soon & Maintenance Mode] Add Another Social linkHello @eliemarga
Thank you for using the Plugin.
We will be reviewing the telegram link as well as more social platforms.
Stay tuned.Hello @webreneszansz
Thank you, for appreciating the plugin and love and support.
If you don’t like the title and excerpt of the Related Posts thumbnails then you need to add custom CSS according to your taste and liking.
Here is the custom CSS which you can use to reduce the cutting from both sides of the title and excerpt to zero.
@media (max-width: 980px) { .relpost-block-single-text { padding: 10px 0px 10px 0px !important; } }
Forum: Reviews
In reply to: [Related Posts Thumbnails Plugin for WordPress] simple and effectiveHello @dean-mcadams
We appreciate the love and support and using the Related Posts Thumbnails Plugin for WordPress.
- This reply was modified 3 years, 8 months ago by Muhammad Arslan.
Hi @rjohara
Thank you so much for being a part of Simple Social buttons and suggesting these platforms.
We will discuss these platforms and the possibilities of adding this in SSB in an internal meeting and will let you know about it.Hello @sylvain29950
you have 2 posts posted on your blog and after sharing either post, only one post to share is “? p = 81”.
This must be due to the cache, have you tried purging your cache and then resharing it.It would resolve the issue
Please let us know when you clear your cache.Hello @otterreviews
As deleting the plugin is not resolving the issue you must have used the function “get_related_posts_thumbnails();” in your theme within the posts loop, if that is the case this might be creating the problem as Related Posts Thumbnails are no longer there once you deactivate/delete the plugin and when the function is called from your theme, which is not defined, it creates a fatal error in your theme.
WordPress Related Posts Thumbnails doesn’t need that function it shows the thumbnails by default so you don’t need the function.
Hello @onsecrethunt
Right Now, Related Posts Thumbnails for WordPress doesn’t have the capability to show related posts for attachment posts.
Hi, @1m9u9z7ii
We have an option for this situation as well.
Just go to the Related Posts Thumbnails -> Thumbnails -> check the option with Show posts with featured images.
It will only show the posts which have the featured images set.Thank You.