• 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>

Viewing 1 replies (of 1 total)
  • Twórca wątku rafmak10

    (@rafmak10)

    Jeszcze jedna rzecz… jak obejmuje selektorem większą część strony to działa.
    Tak to wygląda jakby miał zdefiniowane że suwak ma się pojawić dopiero np. przy 1000px….

    Wycinek CSS’a
    #content { background: url(img/background-small.png); width:724px; max-height: 200px; position: absolute; float: left; margin-right: 0px; margin-left: 500px; text-align: left; font-family: OpenSansRegular; font-size: 12px; color: white; margin-top: 60px; overflow: auto; }

Viewing 1 replies (of 1 total)
  • Temat ‘jQueryScrollPane – nie wyświetla treści’ jest zamknięty na nowe odpowiedzi.