Tagged: x
-
AuthorPosts
-
August 24, 2016 at 5:56 am #1144506
SnehalParticipantHello there,
I tried surfing through the forum for a similar problem but I couldn’t get a good answer. So here it is. When I search something in my website there’s this search results page showing up. It’s good already . I just want to remove those things in the sidebar.Recent Comments
Archives
Categories
No categories
Meta
Log in
Entries RSS
Comments RSS
WordPress.orgI want to remove all these and just the results show up. I am a newbie to wordpress. So please guide me through the easiest way to do this.
August 24, 2016 at 9:34 am #1144768
RahulModeratorHey There,
Thanks for writing in!
To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
August 24, 2016 at 11:25 am #1144915
SnehalParticipantgoldenmarineharvest.com
August 24, 2016 at 2:00 pm #1145204
NicoModeratorHi There,
Thanks for the URL.
Add this in your Customizer > Custom > CSS:
.search-results .x-sidebar { display:none; } .search-results .x-main { width:100%; } @media (max-width: 979px){ .search-results.x-sidebar.right { display: none; } }Hope it helps.
Let us know how it goes.
Thanks.
August 25, 2016 at 2:08 am #1146193
SnehalParticipantThat works but doesn’t solve my problem completely. Try searching something that won’t exist.it says
Nothing to Show Right Now and all the stuff i don’t won’t on the side show up. The css you gave me helped me remove the junk only when there are results. But, it fails to do so when there aren’t any results.
link to my site: goldenmarineharvest.comAugust 25, 2016 at 3:36 am #1146271
RadModeratorHi there,
Please update your CSS to this,
.search-results .x-sidebar, .search-no-results .x-sidebar { display:none; } .search-results .x-main, .search-no-results .x-main { width:100%; } @media (max-width: 979px){ .search-results .x-sidebar.right, .search-no-results .x-sidebar.right { display: none; } }Hope this helps.
August 25, 2016 at 8:08 am #1146555
SnehalParticipantThank you SO much Rad
August 25, 2016 at 9:41 am #1146677
RahulModeratorGlad we could help.
If you still have any issues regarding the theme, we’d be happy to assist you with that.
Thanks.
August 26, 2016 at 10:33 pm #1149249
SnehalParticipantI recentle changed to the agency demo . And the problem repeats . I cleared all the code. My needs are the same.
August 26, 2016 at 10:42 pm #1149252
SnehalParticipantI inserted the code you had given me earlier. it seems weird in the desktop version
August 26, 2016 at 11:13 pm #1149264
SnehalParticipantGOT IT THANKS
August 27, 2016 at 1:03 am #1149337
ChristopherModeratorGlad to hear that you were able to fix it.
September 4, 2016 at 1:09 am #1160271
SnehalParticipantThis reply has been marked as private.September 4, 2016 at 4:13 am #1160390
Rue NelModeratorHello There,
Thanks for updating in! To resolve this issue,
@media (min-width: 1200px){ body.x-content-sidebar-active.search, body[class*="page-template-template-blank"].x-content-sidebar-active.x-blank-template-sidebar-active { padding-right: 0; } body.x-content-sidebar-active .x-navbar-fixed-top { right: 0; } }Hope this helps. Please let us know how it goes.
September 10, 2016 at 1:38 am #1168981
SnehalParticipantthat works. But, there’s still some awkward space beneath the footer and i would love some padding in the right and left for the text it’s stuck to the sides. Please check it. Thanks in advance.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1144506 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
