Viewing 4 replies - 1 through 4 (of 4 total)
  • I need to know this as well, please help

    Try Capty, a jquery caption plugin.
    It works for me.

    @unwohltaeter, could you elaborate a bit more on how you acheived to use capty in conjunction with JJ NextGen JQuery Carousel ? I’ve got very little experience with WP …

    I tried to do that, added in my header.php:

    <link type="text/css" rel="stylesheet" href="wp-content/themes/twentyten-child/jquery.capty.css"/>
    <script type="text/javascript" src="wp-content/themes/twentyten-child/jquery.js"></script>
    <script type="text/javascript" src="wp-content/themes/twentyten-child/jquery.capty.min.js"></script>

    And in my footer.php all the function #default stuff and so on but it doesn’t work. Loading the jquery.js breaks JJ NextGen JQuery Carousel (multiple jquery issue I suppose) but if not loaded, nothing happens.

    I added :
    $output .= "<p><a href="">".$image_text."</a></p>";

    this line of code to jj_ngg_jquery_carousel.php (in the includes folder in the jj-nextgen-jquery-carousel plugin directory)

    I added it after

    if($use_url)
    {
    $output .= "</a>";

    my new line here

    }
    $output .="</li>";

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: JJ NextGen JQuery Carousel] Can I display the caption or description under the thumbnail?’ is closed to new replies.