• Resolved standdiana

    (@standdiana)


    Hello,

    First of all, thank you so much for this beautiful plugin, I’ve just begun to set it up and cannot wait to begin using it on my site.

    On the test and demo site, all of the album menus and boxes have a shadow effect on the bottom and right sides. You can see what I’m talking about here:

    https://wppa.opajaap.nl/?page_id=67

    I did not see any means of doing this in the WPPA+ settings. I did notice, however, that this shadow effect occurs site-wide on the demo site, so perhaps this needs to be set up elsewhere than the plugin CSS?

    Thanks so much for any assistance.

    Best regards,

    Diana

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter standdiana

    (@standdiana)

    Add in some css that you like to keep the mods in:

    .wppa-box {
    -moz-box-shadow: 3px 3px 4px #669933;
    -webkit-box-shadow: 3px 3px 4px #669933;
    box-shadow: 3px 3px 4px #669933;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='#669933',direction='135',strength='4');
    }

    This is the code from the docs & demos site.
    You can change the size by changing the 3px etc, and the color by #669933

    Thread Starter standdiana

    (@standdiana)

    This is beautiful!

    It’s going to take me a while to play around with colors and sizes, but wow! I love this look.

    Here’s a question, though. The only thing I changed was the box shadow sizes and color. And it changed everything that I can see within your plugin.

    What are the other styles for, and should I change these, as well?

    -moz-box-shadow
    -webkit-box-shadow
    -filter:progid:DXImageTransform.Microsoft.Shadow

    Thank you so much for all your help.

    All the best,

    Diana

    box-shadow is for browsers that support the new css (3??)
    -moz…, -webkit… are for old versions browsers that support it before officially documented in css specs.
    -filter… is for IE, always different….

    So, you must change all lines the same way to get all visitors to see it.

    BTW, would you mind to set topics to Resolved as they are?

    Thread Starter standdiana

    (@standdiana)

    Sure thing. And once again, thank you!

    Best,

    Diana

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WP Photo Album Plus Styling’ is closed to new replies.