- This topic has 28 replies, 4 voices, and was last updated 8 years, 10 months ago by
Tom.
-
AuthorPosts
-
May 25, 2017 at 9:06 am #323996
Leo
StaffCustomer SupportTry wrapping the ones for the featured image padding like this:
@media (min-width:769px) { .post-image img { position: relative; vertical-align: middle } .post-image + .entry-header + .entry-content:after, .post-image + .entry-header + .entry-summary:after { clear: none; } .post-image-aligned-left .site-main .inside-article div.post-image { margin-top: -40px; margin-left: -40px; margin-bottom: -40px; } .post-image-aligned-right .site-main .inside-article div.post-image { margin-top: -40px; margin-right: -40px; margin-bottom: -40px; } .post-image-aligned-center .site-main .inside-article div.post-image { margin: -40px -40px 40px -40px; } }May 25, 2017 at 9:13 am #324012Manojit
Hey guys thanks for all the help! One more thing, the blog posts with images are quite long (height) can i decrease it a bit much so that it looks compact and nice. More like a square grid type size we have in posts without featured image.
May 25, 2017 at 9:26 am #324023Leo
StaffCustomer SupportTry to set excerpt length instead of showing full post? https://docs.generatepress.com/article/blog-overview/#blog-content
May 25, 2017 at 9:30 am #324027Manojit
Yes i already set it to 20. I think if there is a way to decrease the line height or padding between them? It may work
May 25, 2017 at 9:31 am #324028Manojit
Yes now it is inside the container but has default padding of 40px i guess
May 25, 2017 at 10:16 am #324053Manojit
The typography plugin helped me get the look i was aiming for, so now all that is left is the rounded cornering of featured image post thumbnail
May 25, 2017 at 11:56 am #324109Leo
StaffCustomer SupportDid you try this? https://generatepress.com/forums/topic/blog-page-help/#post-323978
May 25, 2017 at 10:46 pm #324266Manojit
Yes, but the featured image thumbnail’s corners are still not rounded. However when i go inside the post the image has rounded corners
May 26, 2017 at 12:27 am #324292Tom
Lead DeveloperLead DeveloperThis code should definitely do that: https://generatepress.com/forums/topic/blog-page-help/#post-323978
Unfortunately for me to find out why it’s not working, I would need to see your site? Perhaps you can temporarily place it on a live server?
May 26, 2017 at 12:39 pm #324596Manojit
ok, Lemme set it up on my hostgator account. I will give you my login once its done. Also one more thing is there any where i can make something like this with generate press https://www.moboxgraphics.com/aetuts/
video portfolio.Edit – just saw elementor and it looks like they have a video plugin which may be able to solve my problem
May 26, 2017 at 5:58 pm #324693Joseph
I set two categories for two different blogs and linked the category page to the menu. That’s fine. The issue I am having the nav-next and nav-previous links. The two blogs merge when your come to the end of a blog post, et shows the next blog first post (See attached)
I just want to use CSS to void(display:none) the nav-previous on a single blog page but cannot get it to work.
Any help is truly appreciated.
May 26, 2017 at 6:10 pm #324700Tom
Lead DeveloperLead DeveloperTry this:
.post-navigation { display: none; }May 26, 2017 at 6:13 pm #324702Joseph
Yes thank you for your reply. I did see this on another thread here. But it wipes out all of the post nav on the entire blog. Even if I assign it to .category-# , can I just do a single page ID for this css to apply?
Thanks!!
May 26, 2017 at 6:29 pm #324707Tom
Lead DeveloperLead DeveloperAh, single posts don’t have a category class in the body element by default in WP.
What if you just told the post navigation to stay within the category?: https://docs.generatepress.com/article/generate_category_post_navigation/
-
AuthorPosts
- You must be logged in to reply to this topic.