• Closed
  • Keijo Salakari
    Spectator
    August 24, 2014 at 1:01 pm #8596

    I just bought Evolve plus.

    I installed it to http://www.smoto.fi site.

    We have sidebars in every page. Left side we’ll have important maters like latest news, RSS and article gategory with drop down box.

    I also like to have sidebar, where we could add important lionks to rules, project where we are involved and so on.

    This sidebar should have subtitles because we’ll have lot of important information to notice.

    How I could change sidebar places?

    Best Regards
    Mr Keijo Salakari
    Finland

    P.S SMOTO meens Suomen Motoristit ry and this meens Finnish motorcycle assosiation. Like SMC in Sweden.

    Keijo Salakari
    Spectator
    Posts: 8
    August 24, 2014 at 1:27 pm #10386

    I choosed sidebar to both side from theme options. sidebar 2 is in the left. Sidebar 1 is in the right.

    When I add new widgets to sidebar 2, page looks like this one http://www.smoto.fi/wp-content/uploads/2014/08/Screenshot-from-2014-08-24-140757.png

    What I should do?

    Best Regards:
    Mr Keijo Salakari

    Roman
    Spectator
    Posts: 3147
    August 24, 2014 at 7:05 pm #10385

    please check the code in the Sidebar 2 . it seems to be not correctly inserted code and that’s why it’s breaking the layout of the page

    Keijo Salakari
    Spectator
    Posts: 8
    August 24, 2014 at 7:36 pm #8598

    Here is code of sidebar 2

    —-

    <?php
    /**
    * Template: Sidebar.php
    *
    * @package EvoLve
    * @subpackage Template
    */

    $evl_layout = evl_get_option(‘evl_layout’,’2cl’);

    $sidebar_css = ”;
    if(class_exists(‘Woocommerce’)) {
    if(is_cart() || is_checkout() || is_account_page() || (get_option(‘woocommerce_thanks_page_id’) && is_page(get_option(‘woocommerce_thanks_page_id’)))) {
    $sidebar_css = ‘display:none’;
    }
    }

    ?>
    <!–BEGIN #secondary-2 .aside–>
    <div id=”secondary-2″ class=”aside <?php if (($evl_layout == “1c”)) {} if (($evl_layout == “3cm” || $evl_layout == “3cl” || $evl_layout == “3cr”)) {echo ‘col-xs-12 col-sm-6 col-md-3’;} else {echo ‘col-sm-6 col-md-4’;} ?>”

    <?php if(class_exists(‘Woocommerce’)):
    echo ‘style=”‘.$sidebar_css.'”‘;endif;?>

    <?php /* Widgetized Area */
    if (dynamic_sidebar( ‘sidebar-2’ )) : ?>
    <?php endif; /* (!function_exists(‘dynamic_sidebar’) */ ?>
    <!–END #secondary-2 .aside–>

    </div>

    —-

    It was similar before installation and after.

    Roman
    Spectator
    Posts: 3147
    August 24, 2014 at 8:08 pm #12064

    I mean code in the widgets area

    Keijo Salakari
    Spectator
    Posts: 8
    August 24, 2014 at 8:17 pm #12066

    Sorry, but could you tell to which file I should look?