• Resolved roadtoparadisede

    (@roadtoparadisede)


    Hey there,

    First the URL: http://www.road-to-paradise.de
    Its about the sites “About me” and “Foto-Gallerie”.

    I choosed the Layout with two sidebars, one on the right and the other on the left side.
    If you are entering the sites “About me” or “Foto-Gallerie” I want the two sidebars to disappear. So I choosed in the post-settings for that sites the layout “No Sidebards” and “Full Width? Yes”. After saving I checked the two sites but only the sidebar on the right side disappears, the one on the left side is still there.

    Thanks in advance.
    Flo

Viewing 2 replies - 1 through 2 (of 2 total)
  • dark_yodaman

    (@dark_yodaman)

    Hi Flo,

    I found a solution for this problem as I also had it.

    Open file evolve/library/functions/basic-functions.php

    on line 1703 change (in function evolve_lets_get_sidebar_2)
    $post_id = isset($post->ID);
    to
    $post_id = $post->ID;

    Thread Starter roadtoparadisede

    (@roadtoparadisede)

    Hi,

    thank you so much.
    Your solution works perfectly well.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Left Sidebar doesn't disappear’ is closed to new replies.