Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 20 additions & 20 deletions inc/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Right Sidebar', 'estore' ),
'id' => 'estore_sidebar_right',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>'
) );
Expand All @@ -30,8 +30,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Left Sidebar', 'estore' ),
'id' => 'estore_sidebar_left',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>'
) );
Expand All @@ -40,8 +40,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Header Right Sidebar', 'estore' ),
'id' => 'estore_sidebar_header',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>'
) );
Expand All @@ -51,8 +51,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Front Page: Slider Area', 'estore' ),
'id' => 'estore_sidebar_slider',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>'
) );
Expand All @@ -62,8 +62,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Front Page: Area beside Slider', 'estore' ),
'id' => 'estore_sidebar_slider_beside',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>'
) );
Expand All @@ -73,8 +73,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Front Page Sidebar', 'estore' ),
'id' => 'estore_sidebar_front',
'description' => '',
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title">',
'after_title' => '</h3>'
) );
Expand All @@ -86,8 +86,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Footer Sidebar 1', 'estore' ),
'id' => 'estore_footer_sidebar1',
'description' => esc_html__( 'Show widgets at Footer section', 'estore' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>',
) );
Expand All @@ -97,8 +97,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Footer Sidebar 2', 'estore' ),
'id' => 'estore_footer_sidebar2',
'description' => esc_html__( 'Show widgets at Footer section', 'estore' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>',
) );
Expand All @@ -109,8 +109,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Footer Sidebar 3', 'estore' ),
'id' => 'estore_footer_sidebar3',
'description' => esc_html__( 'Show widgets at Footer section', 'estore' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>',
) );
Expand All @@ -121,8 +121,8 @@ function estore_widgets_init() {
'name' => esc_html__( 'Footer Sidebar 4', 'estore' ),
'id' => 'estore_footer_sidebar4',
'description' => esc_html__( 'Show widgets at Footer section', 'estore' ),
'before_widget' => '<section id="%1$s" class="widget %2$s">',
'after_widget' => '</section>',
'before_widget' => '<section id="%1$s" class="widget %2$s"><div class="tg-container">',
'after_widget' => '</div></section>',
'before_title' => '<h3 class="widget-title"><span>',
'after_title' => '</span></h3>',
) );
Expand Down