• Resolved PGrizz

    (@pgrizz)


    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/

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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.

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey there PGrizz… there’s a tutorial at the following link for achieving just this.
    linky

    Thread Starter PGrizz

    (@pgrizz)

    thanks for the replies guys, and the tutorial from the link worked great 🙂

    I can’t get this plugin to work.
    The instructions don’t make any sense at all.

    Can someone help please.

    Thanks

    Plugin Author toddhalfpenny

    (@toddhalfpenny)

    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?

    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 🙂

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Widgets on Pages] Remove background from Widget added to Page?’ is closed to new replies.