face4u
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ever After] slider and controlling content on homepageThank you ??
Forum: Themes and Templates
In reply to: [Ever After] slider and controlling content on homepageThank 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?
Forum: Themes and Templates
In reply to: [Ever After] slider and controlling content on homepageHello,
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; ?>
Forum: Themes and Templates
In reply to: Ever After Theme – inactive sidebarHello,
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…
Any help on this?
I installed the lightbox plugin and activated it, and still not working….
Forum: Themes and Templates
In reply to: [Ever After] change the time between slidesHey, Actually problem is solved. It was in themes/forever/js/slider.js…
Have a great weekend, Shulamit