How to have a widget not on every site

Posted in: Newsmag
Post count: 24

Hello, I have a widget: Sidebar MailChimp Form
So on some sites I want to have this Sidebar like on the main page and on the side of every post I make.

But for example on “My Account Page” (https://champlife.de/my-account) I dont want to have this sidebar.

Can anyone say me how I can change that?

Thank you

Post count: 23312

Hello ChampLife,

Try to turn off the sidebar from here -> https://www.screencast.com/t/LeIKwn0yM and check the results.

Thanks for your understanding!

Post count: 24

Hey Catalin, thanks for your answer, but you missunderstood what I meant, propably my mistake because my english is not the best, sorry for that.

I already disabled the sidbar on “Shop Hompage + Archives” and “Shop single product page”. Thats fine.

I only want the sidebar on the mainpage (https://champlife.de) and on every Blogpost (for example:https://champlife.de/wie-du-das-gute-leben-erlangst)

I have them there so its good. But I also have them for example here: https://champlife.de/my-account

And thats the problem, how can i disabled the sidbar on the “My Account” Page.

https://gyazo.com/b62567280552f53cf52f0ff7e9d19ced (The Newsletter on the right)

Thank you for your help

Post count: 23312

Hello ChampLife,

You should try using the code below and place it in Theme panel -> Custom CSS area.

.page-id-4673 .td-ss-main-sidebar{
display:none;
}
.page-id-4673 .td-main-content{
width:100%;
}

The result is here -> https://www.screencast.com/t/lBvrFsLx

Thanks for your understanding!

Post count: 24

Wow, now its perfect! Thank you vercy much!
Especially that you send the CSS for the width too.

Very good support.
Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newsmag’ is closed to new topics and replies.