Archived topic
GeneratePress Documentation?
3 replies · Started by Jan on August 20, 2015
Hi, does the template have any documentation how to work with it? For example I wonder how to create any slider, how to combine sections and blog posts on main page or how to edit sections to get better looking page (for example how to create layout like this: https://www.dropbox.com/s/b3s2a1zhtuj2lvx/Screenshot%202015-08-20%2015.12.53.png?dl=0)
I am quite dissapointed with my purchase as available documentation covers just basic things.
Thx
Jan
Hey Jan,
You can use this plugin: https://wordpress.org/plugins/lightweight-grid-columns/
Or make use of the unsemantic grid:
<div class="grid-container">
<div class="grid-33">
I am 33% wide.
</div>
<div class="grid-33">
I am 33% wide.
</div>
<div class="grid-33">
I am 33% wide.
</div>
</div>
Check http://unsemantic.com/ for more information.
Thanks for reply. And what about:
1) implementing latest posts and various sections on main page?
2) slider with some text and call-to-action buttons?
I guess there are plugins like revolution slider but there are usually part of the theme.
Hi Jan,
1. I'd like to create a plugin like this - just need some time. For now, you can use something like this: https://wordpress.org/plugins/display-posts-shortcode/
2. There's so many great slider plugins out there that I decided to work on things that would be specific to GP and make sure users could use their favorite slider plugin no matter what.
That being said, a slider add-on definitely isn't out of the question for the future :)
You can find other theme documentation here: https://generatepress.com/knowledgebase
