Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Benedikt Mo

    (@bmodesign2)

    I can help you. Please write me your E-Mail address at http://bmo-design.de/kontakt/ and I will send you the new template files.

    Plugin Author Benedikt Mo

    (@bmodesign2)

    problem was the remove_filter(‘the_content’, ‘wpautop’); and add_filter( ‘the_content’, ‘wpautop’ , 99); with 99 to handle after the do_shortcode.

    Thread Starter iwednesday

    (@slicer74)

    which file was that in? i don’t donna replaces files. i’ll donate soon πŸ™‚

    Plugin Author Benedikt Mo

    (@bmodesign2)

    go to functions/shortcodes.php πŸ™‚

    I’m having the same issue. I’ve created very minimalistic theme but when i activate the caption, I see all the images and captions on them and everything is struck out there, without any scroll

    Plugin Author Benedikt Mo

    (@bmodesign2)

    link please

    This is the link

    when i activate the caption i see all the images like a list below and the caption on.

    In my theme I dont have any functions or shortcodes.php file

    Plugin Author Benedikt Mo

    (@bmodesign2)

    do you use, something like this?
    add_filter(‘the_content’, …
    or
    this
    add_filter(‘widget_text’, …

    no nothing of that sort all i have is split the post into different columns like mentioned below

    [Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]

    I’m still waiting for solution, did someone found the solution for my issue please, id=notre this is where I post the gallery scrollGallery id=xxx comes

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
      <div class="tottitle"><?php the_title(); ?></div>
    <?php  $content = split_content(); echo '<div id="column1">', array_shift($content), '</div>'; ?> </div>
    <?php
    echo '<div id="notre">', implode($content), '</div>'; ?>
    <?php endwhile; ?><?php else : ?> <?php endif; ?>

    Thread Starter iwednesday

    (@slicer74)

    Mystery… im not able to look at your coding because i duno what theme etc….. but i works out some CCS fix .

    Try locate the: ‘scrollGalley.css’ file found on your server here: http://www.yourwebsite.com/wp-content/plugins/nextgen-scrollgallery/scrollGallery/css/scrollGallery.css

    this is a link to the css coding edit > here

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘[Plugin: NextGEN Scroll Gallery] caption problem’ is closed to new replies.