- This topic has 16 replies, 2 voices, and was last updated 7 years, 8 months ago by
Tom.
-
AuthorPosts
-
March 5, 2016 at 7:46 am #177214
Josef
Hi there!
I started using WordPress yesterday and installed the generatepress template.
My website is for my uncle who is an engineer and want just a static website (only pages, no blog function).
– How to move the logo on the left side of the header? When I add a logo it’s right under the site identity name.
– How to have page specific sidebars? When I have the layout global… or Content / Sidebar it always shows the sidebar from the template settings. How to have different sidebars on different pages?
– Is there a way to modify the bottom line (Copyright for my uncle)
– How to sort the navigation in specific order?
– Is there a way to have the navigation always on top even when scrolling?I’m sorry for those beginner questions. I try to learn as fast as possible ๐
Anyway: thank you very much for this nice template and for all supporting answers!!
Josef
March 5, 2016 at 8:43 am #177228Josef
Sorry, another question:
How to edit the text in the editor for pages? For example I would like to add a heading but I just can select bold and italic ๐
March 5, 2016 at 8:48 am #177232Josef
Update: I was able to sort the navigation manually ๐
March 5, 2016 at 12:00 pm #177274Tom
Lead DeveloperLead DeveloperHi there,
1. This might help: https://generatepress.com/forums/topic/logo-next-to-site-title/#post-118692
2. This plugin will do the trick: https://en-ca.wordpress.org/plugins/display-widgets/
3. https://generatepress.com/knowledgebase/changing-the-copyright/
4. https://generatepress.com/knowledgebase/using-menus/
5. Check out our Menu Plus add-on: https://generatepress.com/downloads/generate-menu-plus/
6. Click the “Kitchen Sink” button to show more options in the editor: https://generatepress.com/forums/topic/content-editor-second-row-on-toolbar/#post-118701
Hope this helps ๐
March 7, 2016 at 10:15 am #177623Josef
Dear Tom! Thank you very much for your support ๐ !! Every hint worked except for copyright (I’m thinking about buying some addons in the future).
Best regards
JosefMarch 7, 2016 at 2:29 pm #177674Tom
Lead DeveloperLead DeveloperWeird about the copyright – did you add your code using these instructions?: https://generatepress.com/knowledgebase/adding-php-functions/
March 11, 2016 at 9:27 am #178554Josef
Hi Tom,
I used the PHP code with the plugin code snippet to add it to WP.
I’m still building and testing all the functions and some plugins… it makes fun and I’m sure that I have some questions in the future ๐
Thank you very much for your great support!
March 11, 2016 at 9:31 am #178555Tom
Lead DeveloperLead DeveloperYou’re welcome ๐
March 15, 2016 at 8:57 am #179474Josef
Hi Tom,
sorry, I have another question ๐ I have my Logo back below the site title and tagline.
But there is a lot of free space between the logo picture and the navigation. Do you happen to know how to remove the space between logo and navigation? ๐
Thanks a lot!!!
March 15, 2016 at 1:06 pm #179562Tom
Lead DeveloperLead DeveloperHi there,
Do you have a link to your website? Would help to see what’s causing the spacing ๐
March 15, 2016 at 11:56 pm #179635Josef
Dear Tom,
yes, the link is: http://www.ingbรผro-meisel.de
Another question is: could I add a second logo? I would like to have one below the title (like the blue one right now) and one logo on the left side near the title?
Thanks a lot
March 16, 2016 at 12:02 am #179644Tom
Lead DeveloperLead DeveloperIf you have the Spacing add-on, you can reduce the spacing in the header by going to “Customize > Element Spacing”.
Otherwise, you can try this CSS:
.inside-header { padding-bottom: 0; }
You would have to use our GP Hooks add-on to add a second logo.
However, I suggest combining all three elements (logo, site title and blue background) into one main image. It will be more responsive that way.
Let me know if you need more info ๐
March 16, 2016 at 1:39 am #179653Josef
Ok, I see ๐ I think I need some more plugins ๐
For your information: The CSS code didn’t work to remove the space between logo and navigation ๐
Do you recommend adding the title “Ingenieurbรผro Meisel” in a picture? But then search engines does not recognize this title as text…. is this correct? If yes, I think a two logo solution could be better?
March 16, 2016 at 2:52 am #179664Josef
Hmm… ok, nevermind. I will put the second logo just in one image as you recommend!
But I still have the issue with the free space… ๐
March 16, 2016 at 10:40 am #179724Tom
Lead DeveloperLead DeveloperAdd your CSS using this plugin: https://wordpress.org/plugins/simple-css/
Adding CSS to the core theme will result in you losing those changes when you update the theme.
-
AuthorPosts
- You must be logged in to reply to this topic.