nr_
Forum Replies Created
-
hey crashguru,
regarding ur problem:
maybe u have to increase the memory limit again, guess it is too low by default.OnTopic:
You’re right. The widget has this option. Anyway, is there a way to use this option in a post or page? I want this slideshow for my starting page, in big.Another option would be to use the source-code from the widget and to implement it on a single template for the first page.
Interesting btw:
nggSlideshow( {id: 0,fx:”fade”,width:160,height:120,domain: “http://www.nickyreinert.de/”,timeout:10000}so, the Script does recognize the “ID: 0” as the order to take pictures from the entire NGGallery.
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Applying a carousel to only one pagesorry, my bad…just delete the “!” before is_front_page – thats a “negation-term” and means, if is NOT front_page then do…
so u have 2 use:
<?php if (is_front_page()) {wp_carousel(0);} ?>
Forum: Fixing WordPress
In reply to: manual add selfmade menus to templateok, got it…finally found the corresponding function reference:
i solved the problem by using this addon for your plugin:
http://uninuni.com/wordpress-plugin-nextgen-smooth-gallery/
Its just an “pimped” slideshow-function and it comes without flash.
However – thanks for your time and your great plugin!
cheers
ok, maybe i mixed something up. (saturday evening, after sitting hours in front of the laptop ^^ )
But btw: It works like a charm on my local installation. So i have to check the web hosting environment.
you gonna laugh… i tried, but i cannot. 3 hours ago i used this shortcode, but now, its gone. It sounds weird, i know – but i swear! =)
its described here:
http://en.forums.wordpress.com/topic/introducing-the-slideshow-shortcode
3.0.1 – the newest one. And i recently figured out, there is a slideshow short code, too. But its not as comfortable as ngg 😉
tested, doesnt work, too. Tested with same browsers as mentioned above.
Maybe it doesnt work, because the newer WP-Releases also is using the [slideshow] – tag to show pictures from the built-in-mediathek? Cause the little Slideshow-Widget apparently works fine – and there its not activated by the use of this particular tag.
//E
no..thats ridiculous, then the flash-slider would’nt work as well..Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Applying a carousel to only one pagehey,
the following works fine for me:
add:
<?php if (!is_front_page()) {wp_carousel(0);} ?>somewhere in header.php (or wherever you like your carousel). Now its only displayed on frontpage, not on “sub-pages” or posts.
cheers
NB:
the 0 is the id of my carousel, feel free to change 😉Tested on newest Opera, Chrome, FF and IE
hm, weird. Now i tried to “reproduce” the situation on my public workspace – and i dont even see the loader.gif:
http://jwd.nickyreinert.de/bilder/
the good news are: It does work on the right sidebar – apparently ^^
Thats the content of my page:
activate slideshow with: [ slideshow id=1 ] from here -> [slideshow id=1]
and thats the HTML output:
<p>activate slideshow with: [ slideshow id=1 ] from here -> </p>
*shrug*
Forum: Plugins
In reply to: “nextgen-gallery” :: Possible to get comments on images?is there a solution for this feature? Would be really nice!