When I insert a widget into a page everything works fine, except the custom background that my widgets in the sidebar use also shows up and causes a conflict with the custom background that my pages use. How can I turn off the widget's background just for the one that I inset into a page using this plugin?
http://wordpress.org/extend/plugins/widgets-on-pages/
you could use some style like:
.post .widget { background: none; }
(general example only)
details depend on your theme and the css classes of your post/page and the widgets.
a link to your site might get you more help.
Hey there PGrizz... there's a tutorial at the following link for achieving just this.
linky
thanks for the replies guys, and the tutorial from the link worked great :)
AuntyAstro
Member
Posted 1 year ago #
I can't get this plugin to work.
The instructions don't make any sense at all.
Can someone help please.
Thanks
Hey anutypizza,
Yup we can help... what is it you're trying to do (add widgets to content in the editor or adding widgets in your template files)? Also do you have a link we can see?
AuntyAstro
Member
Posted 1 year ago #
I got it working.
There was nothing in the instructions about dragging the widget you want down. I just tried it and it sat there ... then went to plugin settings.
Also had to do a bit of CSS to get rid of the bullets but that's the easy part.
Thanks for your quick reply ... I'll add a "it works" on wp plugin page.
Thanks also for great plugin :)