Support » Theme: LiveRide » Widgets in left bar

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author TT Themes

    (@tomastoman)

    Hi,

    by default, the left sidebar is determined only for a menu. To put there some widgets, you will need to create a child theme, register a new widget area and output it in “header.php”, right after this code:

    <div class="menu-box">
    <?php wp_nav_menu( array( 'menu_id'=>'nav', 'theme_location'=>'main-navigation' ) ); ?>
        </div>

    Best regards,
    Tomas Toman

    Thread Starter vdanielsan

    (@vdanielsan)

    Thanks Tomas

    Also, I’ve seen your example web, and I find interesting the social media icons on the left side. I see that comes in the pro version, but the website to buy it seems down since yesterday. Can you advice? Thanks!

    Theme Author TT Themes

    (@tomastoman)

    I am sorry for the inconvenience. The website is back in operation.

    Best regards,
    Tomas Toman

    Thread Starter vdanielsan

    (@vdanielsan)

    Purchased, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widgets in left bar’ is closed to new replies.