Tagged Questions
0
votes
1answer
46 views
Override WordPress Widget CSS Classes?
I'm attempting to style lists in the sidebar (you know, <ul><li>) and I'm curious how to also make widgets adopt this class. Each widget seems to have its own class assigned to it by ...
-2
votes
2answers
105 views
IE 6~8 ignoring font, background, and margins on sidebar [closed]
I am using the default Twenty Twelve Wordpress theme with my site, and I am trying to customize the sidebar. The CSS I am using is:
.widget-area, #secondary{
float: right;
width: 210px;
font-family: ...
2
votes
1answer
775 views
Vertical Sidebar Menu Parent and Child not displaying correctly
I am developing a WordPress site and trying to display my menu correctly. How can I display all Parent items but only show the Child items when it's Parent has been selected. I hope that makes sense. ...
0
votes
2answers
299 views
CSS Twentyeleven / Sidebar has to be changed IN the CSS Stylesheet. Sidebar on the left side
I have to change my wordpress look. The sidebar should be placed on the left side. I was already looking for solutions, but the piece of codes I found didn't fit into mine. I dont know where I have to ...
0
votes
2answers
1k views
How do I make the sidebar bigger in twenty twelve?
I am new to WP with little knowledge of code. I am using Twenty Twelve and have managed to create a child theme (minus the header image for some reason). One of my widgets does not fit into the ...
0
votes
1answer
175 views
Add a specific css to a widget
I have a theme with a sidebar and 3 widgets. I want to change the color of one of those widgets. The problem is that all the widgets have the same code:
<div class="box_outer">
<div ...
2
votes
2answers
523 views
customizing recent posts
Im working on my first wordpress blog and trying to avoid plugins if at all possible for a lot of what doesn't really need to have a plugin. I am slightly familiar with php ( I don't understand it but ...
0
votes
1answer
36 views
Creating a blog on my companies new website using Wordpress but I have sidebar issues
As said in the title, I am creating a blog on my companies new website using Wordpress but I have sidebar issues.
The website is only in production phase at the moment.
The Link is so you can see ...
0
votes
1answer
709 views
How do i make a sidebar background color? [closed]
With the 20-11 theme i would like to make the sidebar one long color. I have no idea how long my page are and i need the sidebar height to be the same as the post height. Right now when i do ...
2
votes
1answer
641 views
Duplicate and alter sidebar for Twenty Eleven
I'm trying to create own template including submenu instead of the regular sidebar in Twenty Eleven.
Although I manage to create and select my new template the page ends up with bad CSS.
Here is ...
0
votes
1answer
184 views
Sidebar missing from Homepage
The home page displays the sidebar below the rest of all the latest posts, leaving a vacant sidebar area for the majority of the (long) page. The sidebar displays fine on any single post.
My ...
1
vote
3answers
815 views
Best approach for loading a sidebar Only if the screen max-width is >900px?
I have been playing around with media queries quite a bit lately and I love the concept. It is so easy to display images or change div floats depending upon what the users screen max-width is.
I'm ...
0
votes
1answer
503 views
How put links in wordpress dynamic sidebar?
i would like put link after each widget in dynamic sidebar. I thinks is possible if i use static sidebar, but i don't found any tutorial for this.
Thanks you
1
vote
2answers
1k views
different class (css) for sidebar widgets
I want to add different class (css) in widgets in site sidebar .
For example:
First widget in Sidebar -> class=sidebar-top1
Second widget in Sidebar -> class=sidebar-top2
third widget in Sidebar ...
0
votes
1answer
175 views
Missing sidebar parameter “fix” - before_content
as you know the sidebar parameters from register_sidebar() that control the widget layout are
- before_widget
- after_widget
- before_title
- after_title
the problem is that you cannot implement ...
0
votes
1answer
170 views
why does this text overlaps in the sidebar?
I've been trying, without success, to remove to sliding of the text: "ggplot+background+grid+colour"
From the left sidebar here
Any suggestions on how to do this?
3
votes
4answers
3k views
Custom per-page sidebar widgets .. possible?
Let's say I'm doing a site about cars, and in the main content area of a Page (using a certain template), there are a few paragraphs about a particular car.
In the sidebar, are several standard ...