Title: kkri's Replies | WordPress.org

---

# kkri

  [  ](https://wordpress.org/support/users/kkri/)

 *   [Profile](https://wordpress.org/support/users/kkri/)
 *   [Topics Started](https://wordpress.org/support/users/kkri/topics/)
 *   [Replies Created](https://wordpress.org/support/users/kkri/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/kkri/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/kkri/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/kkri/engagements/)
 *   [Favorites](https://wordpress.org/support/users/kkri/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/kkri/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/kkri/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] eMail box](https://wordpress.org/support/topic/email-box/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/email-box/#post-3641000)
 * Same problem here. Deleted the old plugin, created a new form, but email field
   doesn’t show
 * <p>[text* text-389 placeholder “nome”] </p>
 * <p>[text* text-374 placeholder “cognome”]<p>
 * <p>[email* email-505 placeholder “e-mail”] </p>
 * <p>[select menu-63 “Vorrei informazioni sul corso…” “HACCP” “CQC (C-E)” “CQC (
   D-E)”] </p>
 * <p>[textarea textarea-519 placeholder “messaggio”] </p>
 * <p>[submit “invia”]</p>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Playlist and sidebar widget](https://wordpress.org/support/topic/playlist-and-sidebar-widget/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/playlist-and-sidebar-widget/#post-3244536)
 * Hi Matteo.
    I tried to add your plugin to my blog but don’t work for me.I can’t
   see it browsing the page, nothing is visible, nor the text link and the player.
   It seems that I’m having all the problems of the previous versions: the toolbar
   button get active only if the cursor is on a .mp3 link, I can’t see the “don’t
   render” check box in the editor, and at last the problem is that the player is
   not visible in the browser… Seems the editor don’t work as it should.I tried 
   editing and viewing with 3 browsers: IE 9, FF 17 and Chrome 23.See my page `http://
   www.angiolettochecucina.it/audioricette.html` Ideas? It’s so urgent for me and
   I do want to use you plugin. 🙁 Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[mb.miniAudioPlayer - an HTML5 audio player for your mp3 files] Playlist and sidebar widget](https://wordpress.org/support/topic/playlist-and-sidebar-widget/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/playlist-and-sidebar-widget/#post-3244509)
 * The name of the ID is my choice? Or where do I get it from?
    Intanto grazie, 
   Matteo. Ciao
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN Custom Fields] [Plugin: NextGEN Custom Fields] Code for Gallery Field is Wrong](https://wordpress.org/support/topic/plugin-nextgen-custom-fields-code-for-gallery-field-is-wrong/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-nextgen-custom-fields-code-for-gallery-field-is-wrong/#post-2868392)
 * _[ Moderator Note: Please post code or markup snippets between backticks or use
   the code button. Or better still – use the [pastebin](http://wordpress.pastebin.com/)]_
 * I used the plugin to create a gallery with links pointing to an external page.
 * [http://www.ilmetauro.it/sfogliagiornale](http://www.ilmetauro.it/sfogliagiornale)
 * I had to insert some code to choose to see simply an image (if it has no custom
   fields) or to link to the page (if link is present in each image of the gallery.
   It worked fine, but today I have upgraded NGGallery to the last version, my code
   has been overwritten by the new gallery.php and now I tried so many times to 
   add my code again, but I see a normal image, but my gallery images don’t point
   to external links anymore. Is there something going wrong with last NGG pllugin?
   How to add my code in gallery.php? This is my code:
 *     ```
       <?php 
   
       /**
   
       Template Page for the gallery overview
   
       Follow variables are useable :
   
       	$gallery     : Contain all about the gallery
   
       	$images      : Contain all images, path, title
   
       	$pagination  : Contain the pagination content
   
        You can check the content when you insert the tag <?php var_dump($variable) ?>
   
        If you would like to show the timestamp of the image ,you can use <?php echo $exif['created_timestamp'] ?>
   
       **/
   
       ?>
   
       <?php if (!defined ('ABSPATH')) die ('No direct access allowed'); ?><?php if (!empty ($gallery)) : ?>
   
       <div class="ngg-galleryoverview" id="<?php echo $gallery->anchor ?>">
   
       <?php if ($gallery->show_slideshow) { ?>
   
       	<!-- Slideshow link -->
   
       	<div class="slideshowlink">
   
       		</a><a>slideshow_link ?>">
   
       			<?php echo $gallery->slideshow_link_text ?>
   
       		</a>
   
       	</div>
   
       <?php } ?>
   
       <?php if ($gallery->show_piclens) { ?>
   
       	<!-- Piclense link -->
   
       	<div class="piclenselink">
   
       		<a>piclens_link ?>">
   
       			<?php _e('[View with PicLens]','nggallery'); ?>
   
       		</a>
   
       	</div>
   
       <?php } ?>
   
       	<!-- Thumbnails -->
   
       	<?php foreach ( $images as $image ) : ?>
   
       	<div id="ngg-image-<?php echo $image->pid ?>" class="ngg-gallery-thumbnail-box" <?php echo $image->style ?> >
   
       		<div class="ngg-gallery-thumbnail" >
       <!-- se si vuole linkare alla foto grande mantenere solo il rpimo 'href=' altrimenti se si vuole linkare il link personalizzato mantenere solo il secondo 'href=' -->
       <?php
       	if ($image -> ngg_custom_fields ['link']=="") {
       ?>
       		<a>imageURL ?>" title="<?php echo $image->description ?>" <?php echo $image->thumbcode ?>  rel="lightbox[<?php echo $gallery->anchor; ?>]"> 
   
       <?php
       			} else {
       ?>
         </a><a> ngg_custom_fields ['link'] ; ?>" target=_blank title="<?php echo $image->description ?>"
       <?php echo $image -> thumbcode ?> >
       <?php
       		}
       ?>
       				<?php if ( !$image->hidden ) { ?>
   
       				<img title="<?php echo $image->alttext ?>" alt="<?php echo $image->alttext ?>" src="<?php echo $image->thumbnailURL ?>" <?php echo $image->size ?> />
   
       				<?php } ?>
   
       			</a>
   
       		</div>
   
       	</div>
   
       	<?php if ( $image->hidden ) continue; ?>
   
       	<?php if ( $gallery->columns > 0 && ++$i % $gallery->columns == 0 ) { ?>
   
       		<br style="clear: both" />
   
       	<?php } ?>
   
        	<?php endforeach; ?>
   
       	<!-- Pagination -->
   
        	<?php echo $pagination ?>
   
       </div>
   
       <?php endif; ?>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Let It Snow!] [Plugin: Let It Snow!] Some browsers snow some don't…](https://wordpress.org/support/topic/plugin-let-it-snow-some-browsers-snow-some-dont/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-let-it-snow-some-browsers-snow-some-dont/#post-2436728)
 * I’m working on it. I’m doing a red background but it’s sad without snow… 🙂 Is
   yours a country radio? I worked on a local radio for 8 years… Please let me your
   adress at my adress you find in my blog, if you like to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Let It Snow!] [Plugin: Let It Snow!] Some browsers snow some don't…](https://wordpress.org/support/topic/plugin-let-it-snow-some-browsers-snow-some-dont/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-let-it-snow-some-browsers-snow-some-dont/#post-2436726)
 * @ kelsieloos
    😉 😉 😉 I want my blog snowing! Everywhere is snowing … but in
   IE 9!!! grrr! Have a look: [http://www.angiolettochecucina.it/](http://www.angiolettochecucina.it/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Let It Snow!] [Plugin: Let It Snow!] Some browsers snow some don't…](https://wordpress.org/support/topic/plugin-let-it-snow-some-browsers-snow-some-dont/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-let-it-snow-some-browsers-snow-some-dont/#post-2436723)
 * No chance to make it snow before Xmas in IE 9 too? Please help!!!
    @ kelsieloos
   did you resolve the issue with IE 9? 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[JJ NextGen JQuery Carousel] JJ NextGen JQuery Carousel clickable images?](https://wordpress.org/support/topic/jj-nextgen-jquery-carousel-clickable-images/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/jj-nextgen-jquery-carousel-clickable-images/#post-1923094)
 * I have my links working putting an url in “Alt & Title Text” field and that’s
   nice. I put also the description of the page (home, skills, portfolio…) in the“
   Description” field for each image of the gallery, but description is not displayed
   
   as you can see in the purple Menu with rounded buttons.
   
    And this is the shortcode
   I put in a widget ‘ <div align=center>[jj-ngg-jquery-carousel html_id=”bottoni”
   gallery=”2″ width=”100″ height=”100″ visible=”5″ scroll=”1″ animation=”slow” 
   auto=”3″]</div> ‘ I think it’s very useful for everybody and very very important
   for me as my clients ask me for it. How can I do to make it viewed? Thank you
   in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Dynamic Headers] Dynamic Headers with Twenty Eleven and WP 3.2.1 works!](https://wordpress.org/support/topic/dynamic-headers-with-twenty-eleven-and-wp-321-works/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/dynamic-headers-with-twenty-eleven-and-wp-321-works/#post-2331530)
 * 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bannerize] WP Bannerize jQuery Cycle Plugin](https://wordpress.org/support/topic/wp-bannerize-jquery-cycle-plugin/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/wp-bannerize-jquery-cycle-plugin/#post-2149899)
 * Same question like the other user: your plugin is the best, if banners could 
   be animated somehow, it will be perfect. Grazie comunque per questo plugin utilissimo.
   😉
    Cristina
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [[TinyMCE] Extended_valid_elements for editor role](https://wordpress.org/support/topic/tinymce-extended_valid_elements-for-editor-role/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/tinymce-extended_valid_elements-for-editor-role/#post-2083914)
 * Same problem: no way to use all the options of TinyMCE for the editor role?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Efficient Related Posts] [Plugin: Efficient Related Posts] Will this plug-in support custom taxonomies?](https://wordpress.org/support/topic/plugin-efficient-related-posts-will-this-plug-in-support-custom-taxonomies/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/plugin-efficient-related-posts-will-this-plug-in-support-custom-taxonomies/#post-1613600)
 * If using WP categories (not tags)and more than one per post, which selection 
   the plugin will do?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cross Slide] [Plugin: Cross Slide Cross Fade] Image links](https://wordpress.org/support/topic/plugin-cross-slide-cross-fade-image-links/)
 *  Thread Starter [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-cross-slide-cross-fade-image-links/#post-2031444)
 * Hope it happens soon … 😉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Category Post List Widget] [Plugin: WP Category Post List Widget] Add excerpts](https://wordpress.org/support/topic/plugin-wp-category-post-list-widget-add-excerpts/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-category-post-list-widget-add-excerpts/#post-1982534)
 * Really nice plugin! No way to display date, author, excerpt,read more to use 
   it in a magazine theme (news list for category)? It would be perfect with these
   options. Thank you for your answer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Bannerize] [Plugin: WP Bannerize] Plugin running really slowly in WP 3.1](https://wordpress.org/support/topic/plugin-wp-bannerize-plugin-running-really-slowly-in-wp-31/)
 *  [kkri](https://wordpress.org/support/users/kkri/)
 * (@kkri)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-bannerize-plugin-running-really-slowly-in-wp-31/#post-1962439)
 * no way to have animated banners with fade and other effects?

Viewing 15 replies - 1 through 15 (of 21 total)

1 [2](https://wordpress.org/support/users/kkri/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/kkri/replies/page/2/?output_format=md)