Krektor
Forum Replies Created
-
Wow Jeff, thanks for the super fast world record response.
I have actually just managed to achieve this via a shortcode in my functions.php, despite hours of trying previous to opening this support query.
Must be another case of ‘rubber duck debugging’ ??
Thanks for your time, I appreciate it!
Forum: Plugins
In reply to: [WP Show Posts] Title style: font size + boldAdd custom CSS.
.wp-show-posts .wp-show-posts-entry-title { font-size: 28px; font-weight: bold; }
You can also change the title tag to H1, H2, H3 etc if you prefer.
Forum: Plugins
In reply to: [WP Show Posts] Change font size of excerptHello.
Yes, you will need to add custom CSS into WordPress.
.wp-show-posts-entry-summary { font-size: 0.8em; }
Thank you @aakash8 and @wpallimport for taking time to help.
I will give these both consideration and see what will work for my needs.
Will report back once working!
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…Ahhh I see!
OK, I think the problem is that I have it configured to not display posts, only categories.
I have tried turning ‘list posts’ on and it does open the correct tree to display the current post name.
Ideally I would like it to open and highlight the current category that the post is in, rather than the post itself in the tree. Currently it keeps open whatever tree was open before, or if its the first visit, then all trees are closed.
Is this option possible at all?
If so then I could upload the site to a test domain for you to have a look at? ??
Thanks again, your help is appreciated!
Forum: Plugins
In reply to: [WP-dTree] [Plugin: WP-dTree] Open to selection…Hi ulfben, thanks for the reply. It is a local site at the mo for testing. However I have tried on another site, and the open to selection DOES work when viewing categories, but NOT when viewing the actual post itself.
I have replicated this on my test site also so I assume this is how it is supposed to work?
Many thanks ??