Side Bar removal on Project Page
-
AuthorPosts
-
philippefalle
MemberHello –
I would like to remove the side bar from my projects page so the project image are the only thing on the screen.
The theme I’m using is Snap
The site I need help with is: philippefalle.comThe blog I need help with is: (visible only to logged in users)
scottrrollo
Theme AuthorHey there, Philippe! Looks like you have lots of adventures to share 😀
Snap’s Portfolio pages will display full-width for you when you remove the Excerpt from the post.
Give that a try and let us know if you have any more questions!
Hello Scottrrollo – thank you for the quick response.
I’ve just checked and I haven’t put any Excerpts on the portfolio pages.
As these will just be images – not text.
so in the side bar i currently have
Blog Archive
Blog Posts
Face book
these are the ones i want to removesee the link this may help a bit more
https://philippefalle.com/portfolio/united-arab-emirates/many tanks in advance
scottrrollo
Theme AuthorOh, you know what, Philippe — it looks like you’re using a regular post. Try setting up a Portfolio page using the Portfolio Template.
I hope that guide helps 😀
Hello thank you.
we can’t use the Portfolio for this section of the blog. it won’t show the images as we want them in the individual galleries. so the WordPress team have told me to come here and ask for help removing the side bar from this section only
I understand some coding is required !
any further help would be great
thanksscottrrollo
Theme AuthorAh! I see what you’re asking for now, Philippe.
Try adding in this snippet of code to remove your sidebar on your single post pages:
.single #sidebar { display: none; }
I hope this helps 😀
thanks i’ll try this now- let you know how i get on
:-)
hello – sadly not ! :-(
scottrrollo
Theme AuthorIs it not working at all, Philippe? Or just not what you’re looking for?
I’d really appreciate a bit more clarity so I can help you get this one sorted out 😀
hello – it may be that i have placed the code in the wrong place…
all that happens is that the code text shows up on the page i want to remove the side bar from…if it put the text in the project page then it shows up on the page in fact where ever i put it, it shows up on the page…
really appreciate your help…
scottrrollo
Theme AuthorNow that you’ve sorted out where to place this code, did you happen to get this working, Philippe?
Hello – sadly this did not work !
scottrrollo
Theme AuthorSorry to hear that, Philippe!
The only thing I can think is that the code snippet is being overridden by another rule. Give this a try:
.single #sidebar { display: none !important; }
I hope this does the trick 😀
- The topic ‘Side Bar removal on Project Page’ is closed to new replies.