Tagged: x
-
AuthorPosts
-
April 26, 2016 at 5:36 pm #901121
festifly-adminParticipantHello again,
I just wanted to thank you for the help in taking the title off of my blog pages. However, I have another question. There is still a container for the content on my post pages but I want it to behave like the other pages outside of the posting pages i.g. edge to edge with no container. Is there a way to accomplish this task?
Many thanks in advance.
April 27, 2016 at 7:21 am #901995
ChristopherModeratorThanks for writing in! Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
April 28, 2016 at 12:01 am #903528
festifly-adminParticipantThis reply has been marked as private.April 28, 2016 at 12:14 am #903537
festifly-adminParticipantHere’s a screenshot of the layout I’m trying to emulate. It’s made with Ethos and the first image is of the front page and the second is an image of a post. Both look like they are made in CS so I’m hoping to be enlightened on how I can accomplish it. and the site is http://www.gizmoids.com/
Thanks for your help in this matter.
April 28, 2016 at 12:33 pm #904436
JoaoModeratorH There,
To hide the feature imgs depending on the post according to your wishes you will need to apply so Custom CSS
To do that please follow this steps:
Inspect your page and find your post ID.
The ID of the Post “Frack” for example is 1231
After that you need to go to your Dashboard/Appeareance/Customizer/Custom/CSS and add the following code:
.postid-1231 .entry-thumb { display: none; }You will need to change the ID number according to the ID of each post you choose to hide the feature image. In case you would like to ad the image on some other part of the post, just add it as a normal image.
——————————————
On the other hand, the example screenshots you sent didn’t hide the feature image, they just made a “better” choice in terms of layout, they choose a feature image that has a a much bigger width in relation to the height so it covers the whole post on top and looks like this naturally without the need of custom CSS. Try using different image sizes with different background-colors and eventually you will find the style that suites you and your website the best.
Hope that helps,
Thanks,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-901121 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
