Keijo Salakari
    Spectator
    Posts: 8
    August 26, 2014 at 7:38 pm #12551

    This is code from sidebar.php
    —-
    <?php /* Widgetized Area */

    if (is_single() || is_page()) {
    generated_dynamic_sidebar();
    }
    elseif(is_archive() || is_author()) {
    $blog_archive_sidebar = evl_get_option(‘evl_blog_archive_sidebar’,’None’);
    if ($blog_archive_sidebar != ‘0’ && function_exists(‘dynamic_sidebar’)) {
    generated_dynamic_sidebar($blog_archive_sidebar);
    }
    }
    elseif(is_home()) {
    $name = get_post_meta(get_option(‘page_for_posts’), ‘sbg_selected_sidebar_replacement’, true);
    if($name) {
    generated_dynamic_sidebar($name[0]);
    }
    else {
    if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘sidebar-1’)):
    endif;
    }
    }
    elseif(is_front_page()) {
    if (!function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘sidebar-1’)):
    endif;
    }
    ?>

    <!–END #secondary .aside–>

    </div>

    Keijo Salakari
    Spectator
    Posts: 8
    August 26, 2014 at 7:39 pm #12552

    And this is full sidebvar-2.php
    —-
    <?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>

    Roman
    Spectator
    Posts: 3147
    August 28, 2014 at 9:57 am #12588

    you need to provide me the code you entered in the Appearance -> Widgets

    Keijo Salakari
    Spectator
    Posts: 8
    August 28, 2014 at 5:05 pm #12612

    First widget in sidebar 2 is last articles.

    If I add second widget it always brakes site.

    It doesn’t matter what widget it is.

    Roman
    Spectator
    Posts: 3147
    August 28, 2014 at 10:10 pm #12621

    I visited your website now and it looks fine. does the issue still appear?

    Rolf Hey
    Spectator
    Posts: 5
    August 31, 2014 at 8:48 pm #12672

    Hi Roman,

    It seems I have the same problem, I have build the site into the free Evolve template, after purchasing the premium version and activate it, the same problem appears. Just one widget seems to be no problem but with a second widget I have the same screen as Keijo.
    Can you help me solve this?

    Rolf Hey
    Spectator
    Posts: 5
    August 31, 2014 at 8:57 pm #12673

    And when I change the layout width to Wide, 1600px the bootstrap slider is placed to the left instead of in the centre.
    You can see it for yourself … http://www.ondernemendleven.nl

    Rolf Hey
    Spectator
    Posts: 5
    August 31, 2014 at 9:18 pm #12674

    I have placed a mirror site build with evolve free … http://ondernemendleven.humanaholding.nl
    You will see that this template is working fine.

    Roman
    Spectator
    Posts: 3147
    September 1, 2014 at 3:28 pm #12692

    as I mentioned in the previous messages, you have there inserted some code incorrectly in the widget. for the bootstrap slider you need to upload an wider image as you defined wider page layout

    Rolf Hey
    Spectator
    Posts: 5
    September 1, 2014 at 6:32 pm #12704

    Hi Roman,

     

    Thank you for your quick response.

    The widget I use is the Easy Image Widget, and the widgets I use for the menu’s is s.c. advanced menu.

    It doesn’t matter witch widget I use, one widget is no problem, but when I attach a second widget to the left sidebar the template seems to get fuck-up.

    If it’s a widget problem, is there a list with recommended widget’s?

    Thanks,