flutwerk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Making Header Image clickableAh yes of course,
I forgot to set headerimg in the css:
#headerimg { display: block; outline: none; height: 150px; /* adjust this */ width: 942px; /* adjust this */ text-indent: -9999em; /* this will hide Home-link text */ }did the trick for me.
Thanks nebulus
Forum: Plugins
In reply to: Widget to display Users in a listThanks! The combination of Otto’s PHP Widget and the Author-Avatars Widget worked for me.
The Author-Avatars Widget creates the PHP I needed and the PHP Widget displays it in the Sidebar!
Forum: Plugins
In reply to: Widget to display Users in a listThank you Michael! That looks pretty much like what I was looking for.
However I’d like to have their avatars displayed and next to it their names. This one does not display their usernames, but their ID’s and posts, which is irelevant for me.
Also this code simply lists every member whereas I’d like to be able to chose specific members (I only want to display certain members).
I try to do this on my own and work at the code, but I’m a novice at PHP. If it’s very easy to do that for someone who knows his/her way around, I’d really appreciate any help on this.
Forum: Themes and Templates
In reply to: Quick Post WidgetHi,
I would like to use the Quick Post Widget in the footer.php
Is there a way to do that?
Forum: Themes and Templates
In reply to: Second side-bar not widget capableThanks it works now! 🙂
Forum: Themes and Templates
In reply to: Second side-bar not widget capableThe message wordpress gives me is:
No Sidebars Defined The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions.