Archived topic
GeneratePress - Layouts Theme Integration
6 replies · Started by Oleg on January 30, 2016
Hello!
Tell me, is it possible to integrate the GeneratePress with the plugin Toolset Layouts? The instructions given on this page.
Hi there,
You can do this within your child theme.
Copy the template (page.php, single.php, etc..) and place it in your child theme folder.
Replace the loop with the code they provide, like they have done in their examples.
Let me know if you need more info :)
It says that the theme should support Bootstrap. I thought that GeneratePress does not use it Bootstrap.
You can integrate the bootstrap CSS into Generatepress via the Generate Hooks add-on.
I've used bootstrap in Generatepress so it works.
It's not added by default, but as Adrian said it's easy enough to integrate :)
You can give more precise instructions on how to do it? I know how to add a hook. But what I have to add a hook? Do I need to download a library Bootstrap?
Using this link you can simply copy the CDN to the Header Hook.
http://getbootstrap.com/getting-started/
Insert the script in the Footer Hook though, so that it loads last and saves up load time.
You can also try this plugin.
