Forums

NextGEN Gallery
[resolved] NextGEN Widget don´t work with snowblind theme (2 posts)

  1. RS2.0
    Member
    Posted 10 months ago #

    Hello,

    i asked this question already in the support-forum of the theme author, but he can´t help me anymore. For further information look at this link:

    http://themes.bavotasan.com/support/discussion/960/nextgen-widget-shows-no-pictures/#Item_2

    The exact problem is that when i take this widget in my sidebar only the title is shown, but no pictures. The theme author mean that could be a jQuery problem.

    Can anybody help me?

    Thanks a lot

    kind regards

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

  2. RS2.0
    Member
    Posted 10 months ago #

    I solved the problem. It´s no jQuery problem. What you just have to do is to change the float-part from the headlines at your style.css in the snowblind folder:

    line 40:
    h1, h2, h3, h4, h5, h6 {
    width: 100%;
    float: none; /*default value: float: left;*/
    clear: both;
    line-height: 1pt;
    }

    I figure it out with the great firefox add-on "firebug" where you can disable css parts. So also thx to the add-on author(s).

    But there was still another problem. If you want to show just one image at your slideshow-widget the pictures aren´t centered in the sidebar.
    So if you have a upride- or highside-picture (i don´t know how you call it:-)) the image isn´t centered.
    You can center the images in the widget by changing your widgets.php (\plugins\nextgen-gallery\widgets) on line 308 from this:

    echo "\n" . '<div class="ngg-widget entry-content">'. "\n";

    to this:

    echo "\n" . '<div class="ngg-widget entry-content" style="text-align: center;">'. "\n";

    I hope this can help somebody else, too.

Reply

You must log in to post.

About this Plugin

About this Topic

Tags