Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide the widget dock in a specific category post #19

Open
alessiogemmi opened this issue Apr 22, 2014 · 2 comments
Open

Hide the widget dock in a specific category post #19

alessiogemmi opened this issue Apr 22, 2014 · 2 comments

Comments

@alessiogemmi
Copy link

There is the possibility to hide the widget in a specific category post?
Thanks
Alessio

@cheyrou23
Copy link

I'd like to know how to hide the widgets bar entirely - removing all the widgets leaves an empty grey bar. I can't see a way to remove it.

@cheyrou23
Copy link

Smarter people than me have probably solved this in a more elegant way but to hide the Dock entirely in all posts I made it fully transparent in the CSS.

Remove the widgets from the dock in the Wordpress Dashboard. Go to Appearance - Widgets and remove any items from the Dock (you have to expand each one and click Delete).

Make the dock itself transparent by changing the file:

/srv/www/wordpress/public_html/wp-content/themes/DigitalSignageWordpress-master/stylesheets/app.css

Change the section that reads:

/* line 198, ../sass/app.scss */
.dock {
background: rgba(79, 75, 75, 0.6);
position: relative;
display: block;
height: 50%;
width: 100%;

so the third line down is set to full transparency:

background: rgba(79, 75, 75, 0.0);

There may also be a way to apply this to individual posts in internal CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants