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.
problem was the remove_filter(‘the_content’, ‘wpautop’); and add_filter( ‘the_content’, ‘wpautop’ , 99); with 99 to handle after the do_shortcode.
which file was that in? i don’t donna replaces files. i’ll donate soon π
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
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
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; ?>
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