Tagged: x
-
AuthorPosts
-
May 30, 2016 at 7:24 am #1016376
hjafferParticipantHi 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
May 30, 2016 at 7:28 am #1016379
ChristianModeratorHey there,
We could hide it through CSS only. Please give us the URL of the page where you want to show it.
Thanks.
May 30, 2016 at 7:41 am #1016392
hjafferParticipantThanks. I’ve used widget context to show the widget in one page only, but the area is still there in other pages.
May 30, 2016 at 7:42 am #1016393
hjafferParticipantThis reply has been marked as private.May 30, 2016 at 7:47 am #1016404
ChristopherModeratorHi 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.
May 30, 2016 at 8:13 am #1016432
hjafferParticipantThanks. That worked but I don’t know why it doesn’t work when I place it in my child theme css. Any idea why?
May 30, 2016 at 8:16 am #1016435
ChristopherModeratorHi 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.
May 30, 2016 at 8:22 am #1016446
hjafferParticipantSorry guys my mistake. It was a typo. It works perfect.
May 30, 2016 at 8:24 am #1016449
ChristopherModeratorGlad to hear that you were able to fix it.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1016376 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
