• Resolved ayoungerskin

    (@ayoungerskin)


    Hi!

    Until now I have been able to make settings in the sidebar for when the text is not supposed to be shown. Because I don’t want the sidebar text to be seen on my about page. But now that has disappeared?? I can no longer make those settings?? How can I do this from you? Because now the text is showing on my about page :-/

    Best regards
    Ann

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi Ann,

    Thank you for getting in touch with us.

    Can you send us some screenshots of this, perhaps the URL to your site? I’m not sure what text in the sidebar do you mean.

    Kind regards

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Yes, if you go to https://www.ayoungerskin.com you see my sidebar with a text widget there (with a photo). Now if you click on my About me page you see it looks bad with that same text widget on that page. I would like to have the text widget on all pages except for the about me page. I was able to make this setting myself before but now that setting option has disapeared? Not sure what has happened, if there has been an update or something and it was removed??

    Best regards
    Ann

    Hi Ann,

    You can try to add this css to Appearance → Customize → Additional CSS:

    .page-id-9 #text-2 {
        display: none;
    }

    Hope that helps.

    Kind regards

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Thank you alot, that helped ??

    Two more questions, if you have a minute ??

    1) Is there a way to get the two remaining widgets a bit further down the page? And now I only mean that particular page where the text widget is excluded ??

    2) Are all those extra additional ccs (I have quite a few now) in any way making the page slower?

    Best regards
    Ann

    Thread Starter ayoungerskin

    (@ayoungerskin)

    Hi again!

    Another question is also, referring to my original question, if and how I add more pages to exclude from that text widget? Do I just add their site id in what you sent me? I think I might want to exclude the text widget in my disclosure and privacy policy page as as well :-/

    Best regards
    Ann

    Hi again,

    1. If you would like to remove all widgets in the sidebar on this specific page please add this css:

    .page-id-9 .sidebar.col-md-4 {
        display: none;
    }

    The code is strictly related to page ID so if you want to exclude another page you need to change the code like this:

    .page-id-9 .sidebar.col-md-4, .page-id-10 .sidebar.col-md-4 {
        display: none;
    }

    2. No, don’t worry. Rendering css is very fast and I cannot imagine how long would be your code to slower the site.

    Kind regards

    Thread Starter ayoungerskin

    (@ayoungerskin)

    ok great, thank you ??

    Theme Author lyrathemes

    (@lyrathemes)

    @ayoungerskin You’re welcome! We’d appreciate a review here, if you have a few minutes ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sidebar’ is closed to new replies.