Modifying BNS Featured Category plugin
#1
Posted 02 December 2010 - 09:10 PM
I will ask the author but I doubt he would go into much detail, so I was wondering if you'd be able to point me to the right direction or, alternatively, is there some other way to display the recent posts from spesicic categories with the author's name on the sidebar?
#2
Posted 03 December 2010 - 01:52 AM
#sidebar #bns-featured-category-3 .hentry {
background: none;
border-top: 1px solid #222222;
clear: both;
overflow: hidden;
padding: 10px;
}
`
Drop that in your Custom CSS and let me know if that looks good.
Thanks, Bryan
#3
Posted 03 December 2010 - 09:40 PM
One more thing - how would I remove the bold font in the titles? Don't know how it would look, but would like to try and maybe change the author/blog name font into italics, if that's not getting too complicated...
#4
Posted 04 December 2010 - 03:37 AM
The font that is there isn't bold. Here is the code to change the font type; and make it italics...
This is for the Headings of the Posts, just change the font family to what you want, etc...
And for the author of the post, again; you can customize to your needs:
#5
Posted 04 December 2010 - 09:02 PM
#6
Posted 05 December 2010 - 06:32 PM
If that doesn't work and nothing is being changed when the custom code is edited, then perhaps there's a problem with the custom code itself...
#7
Posted 07 December 2010 - 12:25 AM
I'm not sure if I'm making myself clear, but what I want is to change the text in the box that says Recent Blog Entries to look the same as it is in the other posts, ideally so that the titles would look the same as they do in 'News' and the author name (or rather, name of the blog) would be either in italics or perhaps in a smaller font. I do not wish to change the box that says 'News', for example, which is also showing recent posts with the blog categories excluded...
#8
Posted 07 December 2010 - 04:45 AM
By the way, the post titles there are set to bold, good thing because we can use that to change them;
`#sidebar #bns-featured-category-3 .hentry strong{font-size:15px}`
Play with 15.
Thanks, Bryan
#9
Posted 08 December 2010 - 03:26 PM
#10
Posted 08 December 2010 - 05:57 PM
#11
Posted 08 December 2010 - 09:58 PM
#12
Posted 09 December 2010 - 03:51 AM
#13
Posted 10 December 2010 - 12:16 AM
As far as I can see the plugin php doesn't have anything that would override this (but I could very well be wrong), and the plugin author specifically says the plugin uses the style of the theme's 'posts'. I shall ask him again...
#14
Posted 10 December 2010 - 03:00 AM
#15
Posted 13 December 2010 - 02:31 AM
#16
Posted 13 December 2010 - 02:50 AM
#17
Posted 13 December 2010 - 08:20 PM
It's not that far off I think as adding the code actually changes the text, it's just that it removes the formatting as apparently adding 'bold' after somehow messes things up. is a screenshot of what happens as soon as 'bold' is added, and is what it looks like with the rest of the code in place but without the 'bold. As you can see, with 'bold' also only the first line is aligned properly.
#18
Posted 14 December 2010 - 03:17 AM
I need to examine your CSS for problems.
Thanks, Bryan
#19
Posted 15 December 2010 - 03:30 AM
#20
Posted 15 December 2010 - 03:33 AM










