Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016376
    hjaffer
    Participant

    Hi Xperts

    Is it possible to show the top footer widgetised area in one page only? I don’t want it to show throughout the site, I just need it on one page only.

    Thanks

    #1016379
    Christian
    Moderator

    Hey there,

    We could hide it through CSS only. Please give us the URL of the page where you want to show it.

    Thanks.

    #1016392
    hjaffer
    Participant

    Thanks. I’ve used widget context to show the widget in one page only, but the area is still there in other pages.

    #1016393
    hjaffer
    Participant
    This reply has been marked as private.
    #1016404
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .page-id-589 footer.x-colophon.top {
        display: block;
    }
    footer.x-colophon.top {
        display: none;
    }

    Hope that helps.

    #1016432
    hjaffer
    Participant

    Thanks. That worked but I don’t know why it doesn’t work when I place it in my child theme css. Any idea why?

    #1016435
    Christopher
    Moderator

    Hi there,

    I don’t find any problem with child theme’s style.css file. Please remove the code from customize, place it in style.css file and provide us with login credentials.

    Thanks.

    #1016446
    hjaffer
    Participant

    Sorry guys my mistake. It was a typo. It works perfect.

    #1016449
    Christopher
    Moderator

    Glad to hear that you were able to fix it.

  • <script> jQuery(function($){ $("#no-reply-1016376 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>