• Please help, the captions are not appearing at all. I have been struggling with this for days, and I just cannot get them to show.

    It is important to my client to have the captions show. I could just try using a new version of the plugin, but another developer already made some customizations of the buttons and arrows, and I don’t want to risk losing those customizations and not being able to get them to show correctly again.

    Thank you!
    Here’s the url to the site: https://192.185.83.158/~artsmali/

    https://www.ads-software.com/plugins/wp-nivo-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ameliafranz

    (@ameliafranz)

    Also, here’s the area from the php file that controls captions: I used “#” because the images are not supposed to click through to the post, and this is the only way I found to do it.

    <?php query_posts( ‘cat=’.$category.’&posts_per_page=’.$n_slices ); if( have_posts() ) : while( have_posts() ) : the_post(); ?>
    <?php if ( ” != get_the_post_thumbnail() ) : ?>

    <?php the_post_thumbnail(); ?>

    <?php endif ?>
    <?php endwhile; endif;?>

    I have the same problem.
    I appreciate any help.

    This is the blog:
    https://www.behtan.info/blog/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘help, no captions!’ is closed to new replies.