Testkid10133
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Related Posts] Styling line between posts??I’m still under local development Silvo but here is a screenshot of what I mean. I hope this will do https://postimg.org/image/x6miihg0b/ – if not just tell me, Thanks!
Forum: Plugins
In reply to: [WordPress Related Posts] Styling line between posts??Hi Patrick.
It’s under development under local servers. It’s a pretty generic sort of question I feel though.
Thank youForum: Plugins
In reply to: [WordPress Related Posts] Styling line between posts??**I would like to change the height of it and color! But I can do that, I just need to know the id or class!
Forum: Plugins
In reply to: [Related Posts by Sovrn] silvoslaf please help!I got it working thanks Silvo :).
I had to be more specific with my cssForum: Plugins
In reply to: [Related Posts by Sovrn] Sponsored Links??Thanks Silvo ??
glad we got that cleared upForum: Plugins
In reply to: [WordPress Related Posts] "Edit Related Posts" Removed?Try adding !important; to your css
Forum: Plugins
In reply to: [Related Posts by Sovrn] Sponsored Links??After doing more reading I found this is not the case.
You still offer “related links” to other sites in your network, right?
I only want MY own posts showing up or otherwise I am going to choose another plugin. Can you clarify this for me please?
I understand your in it to make money, but I think I speaks for many people when I say I would rather do a one off payment on codecanyon or something as opposed to getting it free and displaying your external “related links” within your network.Forum: Plugins
In reply to: [Related Posts by Sovrn] Sponsored Links??I think I found the solution..
Using your other plugin (the one with over 700k downloads) will not include sponsored links, right?Thanks
Forum: Plugins
In reply to: [Related Posts by Sovrn] silvoslaf please help!Thanks for the reply!
Ok, let me explain in some more detail.
Ignore the plugin for just a second..I am setting up my site so my post titles have a line break after them followed by the name of the person who posted it (please, don’t ask)! So it would something like this:
Blue Mountains And Green Hills
Greg ChanAnd this works great for your plugin!
Now this is where I think you get confused.. I want to style the author’s name so I add a class to it:
Blue Mountains And Green Hills
<p class=”authName”>Greg Chan</p>then I use css to change the font color:
.authName {
font-color: red;
}which works great with my theme and your plugin. Now comes the ARGGHHH part! Right, so now i want to hide the authors names on ONLY the actual post page i.e on each ‘single’. (I only want to display the authors name on the category that I’m querying, and not the actual post once you click in to it)
So now I target the authors name with css and hide it on ONLY the ‘single’/actual post once you click in to it:
.single .authName {
display: none !important;
}Which works great for my theme! It hides the authors name on the ‘single’ once you click in to the post.
HOWEVER!! Your plugin seems to also hide the authors name which I don’t want! I have been stuck on this for ages and would appreciate some help. Would I need to do something like:
.related_post_title .authName {
display: (No idea what css property to use??)
}I hope this makes sense and would love your help.
You should also consider making a really customizable version as a premium plugin!
Thanks