rafayama
Forum Replies Created
-
I don’t think they ever answered me… I end up using another plugin called soldpress
also looking for this
Forum: Themes and Templates
In reply to: [Customizr] how does the crop work? (using 3.0.10)ok thanks
Forum: Themes and Templates
In reply to: [Customizr] stick footer to bottomI customized the template, now the footer is in the bottom
thanksForum: Themes and Templates
In reply to: [Customizr] stick footer to bottomI added the css there with the proper selectors, but the footer is still just after the content
Forum: Themes and Templates
In reply to: [Customizr] stick footer to bottomI tried something similar to the sticky footer, but the problem is that I dont have a wrap to header and content
Forum: Themes and Templates
In reply to: [Customizr] stick footer to bottomhere it is » http://mariliachamon.com/
done
found this solution here » http://ww.wp.xz.cn/support/topic/how-can-i-change-the-thumbnail-size-when-displaying-albums?replies=15 » In NextGEN we are hardcoding the thumbnail sizes for basic and extended basic albums. For compact albums, they were fixed size in legacy version of NextGEN (v1.9.x) too. However, for extended albums in legacy, the thumbnails were the size of your gallery thumbnails. So if you resized thumbnails, etc, you could resize the thumbnail size in your extended albums. Right now, both album thumbs are hardcoded in size.
The quick fix for this to go to this file:
../plugins/nextgen-gallery/products/photocrati-nextgen/modules/nextgen_basic_album/adapter.nextgen_basic_album_controller.phpYou’ll need to look for these lines (around line 153ish) and change the thumbnail dimensions to what you are looking for:
// legacy templates expect these dimensions
$image_gen_params = array(
‘width’ => 91,
‘height’ => 68,
‘crop’ => TRUE
And by the way, changing the CSS for extended albums to the size you want won’t resolve this, because the underlying thumbnail is still the same size, which means that you’re thumbnail is one size, the CSS is another, and the thumb will be pixelated.-Becky
» then it is just a bunch of overwrites in css
nevermind
and if I try to change the gallery settings, it displays many times these notices »
Notice: Trying to get property of non-object in /wp-includes/capabilities.php on line 1078
Notice: Trying to get property of non-object in /wp-includes/capabilities.php on line 1079
Notice: Trying to get property of non-object in /wp-includes/capabilities.php on line 1079
Notice: Trying to get property of non-object in /wp-includes/capabilities.php on line 1082
I also want this, but I think it uses the pro lightbox which is only available in the paid version