Carousel in widget
-
Hi, thanks for this plugin!
Can You tell me how can i add Carousel item to the Widget?
Or if it’s impossible now, how can i paste it directly in my functions.php file if i have this lines of code:
//* Register before footer widget area
genesis_register_sidebar( array(
‘id’ => ‘przed-stopka’,
‘name’ => __( ‘Przed Stopk?’, ‘genesis’ ),
‘description’ => __( ‘To jest pozycja w której tre?c widoczna jest przed stopk?’, ‘genesis’ ),
) );add_action( ‘genesis_before_footer’, ‘sp_before_footer’, 5 );
function sp_before_footer() {
genesis_widget_area( ‘przed-stopka’, array(
‘before’ => ‘<div class=”przed-stopka widget-area”><div class=”wrap”>’,
‘after’ => ‘</div></div>’,
) );
}Thanks for help
- The topic ‘Carousel in widget’ is closed to new replies.