Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael

    (@alchymyth)

    if you come from the other topic you will have seen that the questioner was asked to provide a link to the site with the problem, and to have a child theme of Twenty Eleven activated;

    link?

    Thread Starter awinter

    (@awinter)

    Hi, yes seen that, should have said however that the site is still in construction and password protected on clients hosting so I can’t really post a link.

    I am using a child theme, importing Twenty Eleven.

    As its already been posted I just wondered if a solution had been found – I was hoping to attract attention from the original poster to see what they did – given that the post doesn’t give the solution.

    I have used the css exactly as stated in nicolas gallagher’s blog post, then used Widget Classes plugin to add the .drop-shadow class to my widgets (mainly cos I cannot for the life of me find where to add the class). Any help much appreciated.

    Cheers,

    Adam

    felilikesflowers

    (@felilikesflowers)

    Hello,
    have you been able to resolve the problem?

    I’m looking to do the same thing, but cannot seem to find a solution.

    I also started a post regarding this problem, but didn’t reveice an answer yet. Here is my post:

    http://wordpress.org/support/topic/add-drop-shadow-to-widget-in-sidebar?replies=4

    Thank you!

    Thread Starter awinter

    (@awinter)

    Hi felilikesflowers,

    No I didn’t. To be honest I felt a bit scolded for asking (my forst post on a WP forum). I decided to go with a basic drop shadow instead – not as fancy but couldn’t get the page curl effect to work.

    I used the following to apply a background and a drop shadow:

    background: #fff;
    -webkit-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.3);

    You’ll need something additional for IE (pre-9) tho as it wont play with box shadow. Google it for many different solutions. Here’s a start:

    http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/

    Thread Starter awinter

    (@awinter)

    felilikesflowers

    Will respond to your original post..

    ;o)

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Twenty Eleven – widget drop shadow’ is closed to new replies.