Benedikt Mo
Forum Replies Created
-
Hi,
a) not possible
b) you can change the thumb size, etc. in your nextgen admin interface.
Best regards
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] [Plugin: NextGEN Scroll Gallery] No design to choosehm, try to install it with the integrated wordpress plugin install function in your admin interface.
If you like the plugin, please rate it at wordpress.org <http://wordpress.org/> and I would be happy if you donate me something or recommend me.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] [Plugin: NextGEN Scroll Gallery] problem with IE7hm, click F12 and check your settings. Is there IE 7 selected?
I find the problem, but it is not my fault.
Your theme replace the custom wordpress content filters.Look at:
functions/theme-functions.php line 83-86/** * Disable Automatic Formatting on Posts * Thanks to TheBinaryPenguin (http://wordpress.org/support/topic/plugin-remove-wpautop-wptexturize-with-a-shortcode) */ function theme_formatter($content) { $new_content = ''; $pattern_full = '{(\[raw\].*?\[/raw\])}is'; $pattern_contents = '{\[raw\](.*?)\[/raw\]}is'; $pieces = preg_split($pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE); foreach ($pieces as $piece) { if (preg_match($pattern_contents, $piece, $matches)) { $new_content .= $matches[1]; } else { $new_content .= wptexturize(wpautop($piece)); } } return $new_content; } remove_filter('the_content', 'wpautop'); remove_filter('the_content', 'wptexturize'); add_filter('the_content', 'theme_formatter', 99);If you remove this lines, it will work.
Thanks.
I know, where I can download the gallery 😉 I mean, were can I find the gallery at your site http://www.sintergi.it ?And one more question. What happen if you uncheck use description ?
Thank you. And can you please write me where I can find the gallery?
Do you think it’s possible to send me your theme files? My mailadress is info “at” bmo-design.deoh, ok it’s not a free theme. So can you please send me a link to your blog?
ich can’t reproduce this with twenty eleven.
hm… what is the name of your theme?
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] [Plugin: NextGEN Scroll Gallery] problem with IE7Hi steve, I can’t find a problem in IE9 and IE8.
No, because it only works for one element on your website. If you have more than one gallery, all will change the image.
Forum: Plugins
In reply to: [NextGEN Scroll Gallery] [Plugin: NextGEN Scroll Gallery] Chang caption sizeit’s displayed inline. Height and width are nor possible. You can try line-height.
no there isn’t.
It’s the unique design.