-
Hi, I am attempting to use the revolution slider him page with a couple changes. I want the bottom 2 column option (like on the video page). I have made the bottom changes to the rev slider php file. But the items are appearing in 1/3 column format instead of the featured properties going across one larger column (2/3).
Also, the revolution slider does not appear. I have added the widget and created the sliders. Not sure what I have missed here. Can you assist??
Thanks, Dori
Here is the code I have on the rev slider php file:
< ?php /* Template Name: Homepage + Revolution Slider */ ?> < ?php get_header(); ?> < ?php if ( is_active_sidebar( ‘homeland_top_slider’ ) ) : dynamic_sidebar( ‘homeland_top_slider’ ); else : _e( ‘Please add revolution slider widget here…’, CODEEX_THEME_NAME ); endif; /*Get variables from Theme Options*/ $homeland_hide_three_cols = get_option(‘homeland_hide_three_cols’); $homeland_hide_two_cols = get_option(‘homeland_hide_two_cols’); $homeland_hide_welcome = get_option(‘homeland_hide_welcome’); $homeland_hide_properties = get_option(‘homeland_hide_properties’); $homeland_hide_services = get_option(‘homeland_hide_services’); $homeland_hide_testimonials = get_option(‘homeland_hide_testimonials’); homeland_advance_search(); //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_services)) : homeland_services_list(); endif; //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_properties)) : homeland_property_list(); endif; //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_welcome)) : homeland_welcome_text(); endif; //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_three_cols)) : ?> < ?php homeland_featured_list(); //modify function in “includes/lib/custom-functions.php”… homeland_blog_latest(); //modify function in “includes/lib/custom-functions.php”… ?> < ?php endif; ?> < ?php get_footer(); ?>
Template Name: Homepage + Revolution Slider if ( is_active_sidebar( ‘homeland_top_slider’ ) ) : dynamic_sidebar( ‘homeland_top_slider’ ); else : _e( ‘Please add revolution slider widget here…’, CODEEX_THEME_NAME ); /*Get variables from Theme Options*/ $homeland_hide_three_cols = get_option(‘homeland_hide_three_cols’); $homeland_hide_two_cols = get_option(‘homeland_hide_two_cols’); $homeland_hide_welcome = get_option(‘homeland_hide_welcome’); $homeland_hide_properties = get_option(‘homeland_hide_properties’); $homeland_hide_services = get_option(‘homeland_hide_services’); $homeland_hide_testimonials = get_option(‘homeland_hide_testimonials’); homeland_advance_search(); //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_services)) : homeland_services_list(); endif; //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_properties)) : homeland_property_list(); endif; //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_welcome)) : endif; //modify function in “includes/lib/custom-functions.php”… if(empty($homeland_hide_three_cols)) : homeland_featured_list(); //modify function in “includes/lib/custom-functions.php”… homeland_blog_latest(); //modify function in “includes/lib/custom-functions.php”… - This topic was modified 2 years by admin.
Sorry, this forum is for verified users only. Please Login or Register to continue