• Resolved alonbl

    (@alonbl)


    1) In the Demo I can see the slider below the header but in widgets there is bo option. Is it because its the free version?

    2) I managed to make a new widget area below the header, but when placing the MH Slider widget, it become huge. For now I have placed other widget. How can I make it smaller? please help me if you can.
    my site is: https://www.techtip.co.il

    The changes I maked are:
    in index.php I placed:
    <div style = ‘width: 100px;’>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(“top_slider”) ) : ?>
    </div>

    in functions.php i placed:
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘top_slider’,
    ‘before_widget’ => ‘</div>’,
    ‘after_widget’ => ‘<div id=”%1$s”>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’,
    )
    );

Viewing 1 replies (of 1 total)
  • Hi alonbl,

    please have a look at the theme documentation to configure your website accordingly.

    In order to place the widgets on your front page (e.g. MH Slider widget), you need to create and set a static front page, assign the widgetized Homepage template to your static front page and then just place the widgets into the Home widget areas as you like in your WordPress dashboard under Appearance => Widgets.

Viewing 1 replies (of 1 total)
  • The topic ‘How to add MH Slider below the Header?’ is closed to new replies.