Support » Theme: Eemeli » Sidebar empty

  • Resolved matthieugodts

    (@matthieugodts)


    Hello

    I have another question.
    In a specific page on my website i’d like not to show any widgets.

    So with the visibility tool i ask to do so, but, automatically some random widgets appears.
    Do you have any solutions for this little problem.
    Is there a possibility on a specific page to not display the widget area ?

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes you can, when you create a new page, make sure you select the No Sidebar template

    View post on imgur.com

    Thread Starter matthieugodts

    (@matthieugodts)

    Yes indeed i can ask to have a template without sidebar.

    But my problem is a bit different.
    I have a widget on a sidebar and a widget on the subsidiary area.

    I have a page where I want my widget on the subsidiary, so i choose the template without sidebar, perfect.
    But I also have a page where a want my widget on the sidebar, and no widget on the subsidiary area.

    So I ask the widget on the subsidiary area to be invisible via the visibility settings. Then, the template show by default four random widget..

    I try to explain it clearly:) Dou you understand?
    If you know a solution or a trick to could help me, I’ll be glad to learn it:)

    Yes I do understand you, but I don’t think that’s possible in this theme

    Theme Author Sami Keijonen

    (@samikeijonen)

    If nothing else you can always hide Footer widget area with CSS. When you look at the body classes every page unique class like page-id-2704.

    So you could hide that page footer widgets like this:

    .page-id-2704 .sidebar-subsidiary {
    display: none;
    }
    Thread Starter matthieugodts

    (@matthieugodts)

    yep
    good idea it worked

    thank you very much:)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar empty’ is closed to new replies.