jQueryScrollPane – nie wyświetla treści
-
Mam problem z modyfikacją.
Po zainstalowaniu przez panel admina i wstawieniu selektora „slider” nie wyświetla się żadna treść w danym obszarze, po usunięciu selektora wyświetla się wszytsko ok tyle, że bez jQuerowego slidera.
Ma ktoś jakis pomysł o co może chodzic?<div class=”slider”>
<div id=”content”><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class=”entry”>
<h1>„><?php the_title(); ?></h1>
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( 'single-post’, array(’class’ => 'entry-thumb’) ); } ?>
<?php the_content(’czytaj dalej’); ?>
<div class=”clear”></div>
</div> <!– end entry –>
<?php endwhile; else: ?>
<p><?php _e(’Sorry, no posts matched your criteria.’); ?></p>
<?php endif; ?>
</div>
</div>
</div>
- Temat ‘jQueryScrollPane – nie wyświetla treści’ jest zamknięty na nowe odpowiedzi.