Help with Oxygen theme
-
How can I use widgets on the front page template and when clicking on the post have the widgets be gone?
Ex: http://tracyzhangphoto.wordpress.com/I have custom c.s.s
The blog I need help with is: (visible only to logged in users)
-
How can I use widgets on the front page template and when clicking on the post have the widgets be gone?
The “visibility” function will let you control where and when widgets are displayed.
If you visit your Dashboard > Appearance > Widgets and click on the ‘down arrow’ for a particular Widget, there should be a ‘Visibility’ button.
From there, you will be presented with several drop-down boxes, if you’d like to hide that particular Widget on single post pages then you’d want to choose:
“Hide” if “Page” is “All single posts”
Perform that action for each Widget you have installed and they shouldn’t display on the individual post pages.
Hope that helps.
-
@cristobalshort: add this in the CSS editor:
.single #tertiary { display: none; } .single #content { margin-right: 0 !important; }PS In the future make sure you post CSS questions in the CSS forum, not the Themes forum.
-
@justpi: Works like a charm. :)
Another solution (for those without the Custom Design upgrade) would be to follow the steps outlined earlier for Widget Visibility and add a blank text widget to the secondary sidebar for individual posts.
That will remove the default theme sidebar, the downside is that your right-margin isn’t increased, the only benefit is that the widgets aren’t displayed.
- The topic ‘Help with Oxygen theme’ is closed to new replies.