Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you very much! Congratulations for so nice slider, from Montevideo.

    Thanks, a lot.

    Yeah, my slider is enabled, but I can’t see when I put “Preview”.

    My version oh PHP is 5.2.17 (my host). Any solution?

    Hi Igor!

    Thanks in advance, and sorry for my english.
    I reading all posts now, but I can’t resolve my problem.

    I really like the LenSlider. I put the PHP code on my template but nothing change on my website. I have LenSlider v1.1.2

    The code:

    home.php

    <?php get_header(); ?>
    
    <?php if ( 'on' == et_get_option('lucid_featured', 'on') && is_home() ) get_template_part( 'includes/featured', 'home' ); ?>
    
    <?php if( class_exists( 'LenSlider' ) ) {LenSlider::lenslider_output_slider('9256f51f08');}?>
    <?php
    	$recent_sidebars = array('recent-area-1','recent-area-2','recent-area-3');
    	if ( is_active_sidebar( $recent_sidebars[0] ) || is_active_sidebar( $recent_sidebars[1] ) || is_active_sidebar( $recent_sidebars[2] ) ) {
    		echo '<div id="recent-categories" class="clearfix">';
    		foreach ( $recent_sidebars as $key => $recent_sidebar ){
    			if ( is_active_sidebar( $recent_sidebar ) ) {
    				echo '<div class="recent-category' . (  2 == $key ? ' last' : '' ) . '">';
    				dynamic_sidebar( $recent_sidebar );
    				echo '</div> <!-- end .recent-category -->';

    Can you help me?

    rurales.gutierrezlarre.com

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