• Ma configuration WP actuelle :
    – Version de WordPress : 3.6
    – Version de PHP/MySQL : 5.2.17 / 5.1.66-0+squeeze1-log
    – Thème utilisé : Weaver II
    – Thème URI : http://weavertheme.com
    – Extensions en place : Akismet (2.5.9), Contact Form 7 (3.5.2), DB Cache Reloaded Fix (2.3), Forum_wordpress_fr (3.1), NextGEN Gallery by Photocrati (2.0.27), Statpress Visitors (1.5.4), Ultimate TinyMCE (5.0), WP Grins (1.5)
    – Adresse du site : http://sansleconsnipunitions.fr
    – Nom de l’hébergeur : OVH

    Hello,

    I can’t add borders and shadows to my images.
    I searched answers here, so I tried do add a new folder called ngg_styles in wp-content, with a nggallery.css file.
    I added :
    .ngg-singlepic {border:2px solid white; box-shadow : 4px 4px 12px #444;}
    Nothing changes.
    I tried many other things (custom rules in weaver admin) and nothing worked.

    Can someone help me please ?

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must post the URL to the page with the problem.
    Anyway, you’ll must write the code in plugin css custom, not the theme one.

    Thread Starter MamanLullaby

    (@mamanlullaby)

    Thank you tizz.
    The problem is on all images. For example :
    http://sansleconsnipunitions.fr/le-pouilleux-pas-massacreur/
    I tried in the plugin css custom too (gallery/other options/styles)

    Testing your site with Firebug .ngg-singlepic {border:2px solid white;} works. So you could check via FTP if you have wp-content/ngg_styles/nggallery.css and if the file has the right permission.
    However box-shadow propriety strangely doesn’t works, but looking in your page source I noticed that the singlepic stylesheet (/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/nextgen_basic_singlepic.css?ver=3.6.1) and js aren’t loaded.
    So you should try with default theme activated and with all other plugins deactivated, because I think it’s a conflict problem, most probably with the theme. I’ve had a short experience with Weaver and I’ve noticed that’s a very invasive theme.

    Thread Starter MamanLullaby

    (@mamanlullaby)

    Thank you !

    So you should try with default theme activated and with all other plugins deactivated, because I think it’s a conflict problem, most probably with the theme. I’ve had a short experience with Weaver and I’ve noticed that’s a very invasive theme.

    Well, I tried, and I still don’t see borders or shadows… 🙁
    I think I’ll uninstall NexGen, thanks for your help !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘add border and shadow’ is closed to new replies.