Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter face4u

    (@face4u)

    Thank you ??

    Thread Starter face4u

    (@face4u)

    Thank you for your answers, but it’s not what I meant…

    The slider for ever after must have sticky posts… So if I want an active slider I can’t do what DMBarber suggests…

    I mean I can, but then I have no slider in this homepage…

    Or… you can tell me how to have the slider on a page which is the home page…

    Do you understand my question now?

    Thread Starter face4u

    (@face4u)

    Hello,

    I took this code below out of index.php, and put my own static code instead. Is there a way to put code I choose from the site like deciding which static page? because the default as I understand is the recent posts… (In order to use the slider…)

    <?php if ( have_posts() ) : ?>

    <?php forever_content_nav( ‘nav-above’ ); ?>

    <?php

    /**
    * Begin from zero
    */
    rewind_posts();

    while ( have_posts() ) : the_post(); ?>

    <?php get_template_part( ‘content’, get_post_format() ); ?>

    <?php endwhile; ?>

    <?php forever_content_nav( ‘nav-below’ ); ?>

    <?php elseif ( ! forever_featured_posts() && ! $recent ) : ?>

    <article id=”post-0″ class=”post no-results not-found”>
    <header class=”entry-header”>
    <h1 class=”entry-title”><?php _e( ‘Nothing Found’, ‘forever’ ); ?></h1>
    </header><!– .entry-header –>

    <div class=”entry-content”>
    <p><?php _e( ‘It seems we can’t find what you’re looking for. Perhaps searching can help.’, ‘forever’ ); ?></p>
    <?php get_search_form(); ?>
    </div><!– .entry-content –>
    </article><!– #post-0 –>

    <?php endif; ?>

    Hello,

    Somehow the thickbox/lightbox, or whateve should have been working – is not working in the ever after theme…

    The site https://www.zohara-blessings.com/archives/81&#8230;

    Any help on this?

    I installed the lightbox plugin and activated it, and still not working….

    Thread Starter face4u

    (@face4u)

    Hey, Actually problem is solved. It was in themes/forever/js/slider.js…

    Have a great weekend, Shulamit

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