Site logo

child-theme

Enhancements

Great job on GeneratePress, I look forward to more success for your organization! Center Mobile Nav Menu Post Format Options (link, quote, video, aside, etc) Easy Child Theme Download Link Import .xml Demo Content Option to make sidebar 100% page height “Kitchen Sink” page on generatepress A table of “featured sites” so I don’t have … Read more

Child theme plugin

Hi Tom, any chance in you recommending a plugin for making a child theme? There’s a few out there but I a was hoping you might be able to review them and recommend one that works best with GPS. Cheers .

3 new widgets (page-new.php)

Hey Tom, I’m stuck in something here. (I’m using child theme) I need to create 3 widgets area after header so I created a new page (page-homepage.php) and I call the new widgets: <div class="grid-container"> <div class="grid-33"><?php dynamic_sidebar( 'left-top' ); ?></div> <div class="grid-33"><?php dynamic_sidebar( 'mid-top' ); ?></div> <div class="grid-33"><?php dynamic_sidebar( 'right-top' ); ?></div> </div> And … Read more

Hooks addons

Hey awesome theme, I loved! With Hooks plugin, is possible to add widget areas? Or to do that I’ll have to create a custom page with widgets placed where I want? (I’m using child theme)

Cirillic fonts does not work

Hello. There is a problem with changing fonts. For example, the font Open Sans supports both Latin and Cyrillic (google), but does not work in Cyrillic and so with all other other fonts. Tell me how to fix and why not work?

Child theme customization is lost

Hello, I’m building a child theme from GeneratePress, but i’m having troubles. When i set the container grid width to 800px, it’s still 1100px. The same with site title font-size: i set it to 30px, but resolve with 50px. I’m using all addons that i’m recently bougth. I’ve seen that custom css style tag is … Read more