- This topic has 12 replies, 3 voices, and was last updated 4 years ago by
Tom.
-
AuthorPosts
-
January 8, 2017 at 9:41 pm #262029
Raul
Hi,
The view for the blog and its categories, I would like to have it with Mansory, but it always comes out to 3 columns, regardless of the width of the page (1100px-2000px).
Can it be modified like the column view?
On the other hand, I would like to remove completely (not hiding it with CSS) the excerpt and the link to read more in the mansory view, especially in the categories
A greeting!
January 8, 2017 at 10:33 pm #262034Leo
StaffCustomer SupportHi Raul,
Checkout this post for modifying columns: https://generatepress.com/forums/topic/masonry-layout-in-4-across-instead-of-3/
As for removing excerpt and read more link, leaving the Excerpt Length and Read more label space blank in Customizer > Blog > Blog Content should do.
Let us know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/January 9, 2017 at 2:18 am #262087Raul
Hello,
I almost have the columns based on css in each @media, just need to tune it at all.
Attached is a screenshot with the result of putting white space. What I said, I would like you not to just make a hidden with css to avoid that space between rows.
https://www.evernote.com/l/AAzB4glnGflKW5ximeOC3cECu_CJLKuBInU
Thanks and regards!
January 9, 2017 at 8:12 am #262198Tom
Lead DeveloperLead DeveloperCSS is needed to remove the … in the post there. Not sure why you don’t want to use it in this case?
.masonry-post .entry-content, .masonry-post .entry-summary { display: none; }
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentJanuary 20, 2017 at 5:49 am #266156Raul
Works perfect!
Thanks!
January 20, 2017 at 6:50 am #266166Leo
StaffCustomer SupportGlad we can help!
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 7, 2017 at 12:29 am #275374Raul
Hello,
Returning to this topic
Is there any filter or function to be able to put full page container width only for the blog pages, category and tags in the mansory view?Thank you!
February 7, 2017 at 7:57 am #275543Leo
StaffCustomer SupportTry this CSS:
.blog .grid-container, .archive .grid-container { max-width: 2000px; }
Let me know.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 7, 2017 at 8:09 am #275545Raul
Hello,
It does not work, they pile up the images of the posts.
The idea is that the images of the posts work and look something like this: https://www.imagely.com/wordpress-gallery-plugin/pro-masonry-gallery/ without being a gallery, being the blog posts.
Thank you!
February 7, 2017 at 8:15 am #275550Leo
StaffCustomer SupportMaybe I misunderstood what you wanted but the code above should make the container width of blog and archive page to 2000px.
Can you provide a link to your site?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/February 7, 2017 at 10:55 am #275609Tom
Lead DeveloperLead DeveloperHow about this?:
.masonry-enabled .grid-container.container { max-width: 100%; }
If not, a link as Leo said would definitely help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentFebruary 7, 2017 at 11:36 pm #275841Raul
Perfect!
Blog http://dev.raulsaez.es/blog-fotografia/ and categories http://dev.raulsaez.es/blanco-y-negro/
Many thanks to both
A greeting!
February 8, 2017 at 12:17 am #275845Tom
Lead DeveloperLead DeveloperGlad we could help π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.