- This topic has 10 replies, 6 voices, and was last updated 6 years, 4 months ago by
Tom.
-
AuthorPosts
-
August 12, 2015 at 12:58 am #128562
Nam Nguyen
Hi Support,
What is the recommended child theme to use?
When I searched for Generate Child theme, the one that comes up is Freelancer, however, I’m not sure if this is the correct one to use. I’ve already done the front page, and don’t want to use a child theme that completely changes my current front page.
I searched in the forum, and it seems like you’ve recommended a blank child theme, so I’m a little confused.
Please help recommend.
ThanksAugust 12, 2015 at 9:16 am #128656Tom
Lead DeveloperLead DeveloperHi there,
Here’s the blank one you can use: http://generatepress.com/api/themes/generatepress_child.zip
Let me know if you have any other questions ๐
October 18, 2015 at 8:29 pm #145515Peter
Good morning,
Please excuse my ignorance, BUT, I have just downloaded the generatepress_child.zip file and an really keen to know how to open it (and where to download it to!!).
Basically I am trying to put the logo before the site title – either to the left or in the centre of the page.
I do have the GP Hooks add-on.
Cheers
Peter
PS. I am also relatively ignorant (re. CSS and as my question would suggest.
October 20, 2015 at 12:43 pm #146076bdbrown
Hi Peter. You would download the child theme zip file to your local computer. Then go to Appearance > Themes > Add New > Upload Theme > Choose File. Select the zip file you downloaded, then install and activate it. Then add some CSS to the child theme style.css file using the Editor.
This will align it to the left:
/* move logo above site title left aligned */ .site-logo { display: table-header-group; } .site-branding { display: table-footer-group; }
This will center it:
/* move logo above site title and centered */ .inside-header { display: table; } .site-logo { display: table-header-group; } .site-branding { display: table-footer-group; text-align: center; }
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
October 20, 2015 at 3:49 pm #146103Tom
Lead DeveloperLead DeveloperThanks for answering that, @bdbrown! No idea how this one slipped through – sorry for not getting back to you sooner Peter.
January 10, 2017 at 3:43 pm #262739Jay
I just downloaded and activated that child theme and it threw an error. It seems to be incompatible with beaver builder header footer.
January 10, 2017 at 5:54 pm #262762Leo
StaffCustomer SupportWhat’s the error you are getting?
January 10, 2017 at 6:44 pm #262771Jay
Ok, so i went back to reproduce the error and I could not. Could it possibly be that I activated the child theme without ever activating the main GP theme? Thanks for the prompt response!
January 10, 2017 at 6:53 pm #262781Tom
Lead DeveloperLead DeveloperShouldn’t be that – the parent theme always just sits in the background of the child theme.
Glad it’s working now ๐
January 10, 2017 at 6:56 pm #262782Jay
Thanks again Tom. While I have your attention :-), is it possible to create a look like this website?
http://precisionshadeanddrapery.com/?
Looking for that transparent menu and all. The other elements seem to be achievable with a combo of bb tools.Thanks in advancd.
January 10, 2017 at 10:09 pm #262807Tom
Lead DeveloperLead DeveloperThis might help when it comes to the transparent menu: https://docs.generatepress.com/article/merging-header-navigation-content/
-
AuthorPosts
- You must be logged in to reply to this topic.