Home › Forums › Support › Any plans to add custom header/footer and/or nicely formatted blog & post pages?
- This topic has 19 replies, 4 voices, and was last updated 6 years, 2 months ago by
Leo.
-
AuthorPosts
-
September 9, 2017 at 1:27 pm #382443
Matthew
Hey Tom,
I know GeneratePress isn’t intended to be a ready-made, super elaborate theme with a million features built-in like you can buy for $69 on ThemeForest. That being said, however, being able to create custom headers and footers, and having code that produces an attractive main blog and individual post pages would be REALLY nice. I have always bought my themes because of how much time it saves because everything is already coded. The down side to that approach is that, unless you use the same theme on every project (which we don’t), you have to learn a new UI every time. We switched over to using GeneratePress Premium for all website projects that don’t require fancy bells and whistles to simplify the development and support process. In doing so, however, it feels like we went too far the other direction, and now no longer have functionality that has become necessary for any website design project we do.
Do you have any plans to add customer header/footer capabilities as well as blog styling to your Premium product in the future? If so, do you have any idea what the timeframe might be?
September 10, 2017 at 12:17 am #382600Tom
Lead DeveloperLead DeveloperHi there,
What exactly do you mean by custom headers and footer? What exact kind of functionality?
September 11, 2017 at 2:16 pm #383464Matthew
I mean the kind of typical elements you usually find that you can enable in ThemeForest commercial themes, like showing the client’s phone number, showing social media icons w/ new window links, showing the cart, etc. (examples for the custom header). Typically the “custom footer” stuff is going to be a text block for “About Us” (which I know we can do already), as well as a repeated list of social media links, Facebook/Twitter/Instagram feed, “Latest Posts” widget, etc.
September 11, 2017 at 11:19 pm #383634Tom
Lead DeveloperLead DeveloperThose are mostly widgets, which you can either install plugins for, or use text widgets for.
For example, you can add a text widget with the clients phone number. Social icons can be added using Font Awesome or a plugin like Lightweight Social Icons. WooCommerce has a cart widget, which you can add inside any widget area.
GP has widget areas in the top bar, header, sidebars and in the footer, so you can build out your header/footer with these widgets and plugins.
Let me know if you need more info π
September 12, 2017 at 6:37 am #383860Stephen
Hi,
I’ve only been using GP P for 2 months, but I can assure you that the functionality you require is already built in π
Cheers
SteveSeptember 12, 2017 at 11:09 am #384072Matthew
Oh boy; now I just feel stupid… I should have been able to figure that out. Thanks for the helping hand, guys.
Your answers prompted two more questions, if I can appeal to your good graces:
1. Can I use the WP GUI to add the following PHP so I can have your theme dynamically print the website’s tagline into the header instead of using text to type it in:
<?php bloginfo( 'description' ); ?>
2. What about a nicely formatted main blog page and individual blog posts page? Does GP handle that without needing to add custom code, and – if not – is that feature planned in the product’s roadmap/future?
September 12, 2017 at 2:27 pm #384224Tom
Lead DeveloperLead DeveloperNo problem! Always happy to help π
1. GP can add this for you if you have it turned on in Customize > Site Identity. Otherwise, you can add that code into Appearance > GP Hooks as long as you check the Execute PHP option in the area you added it to.
2. What would nicely formatted look like? Any specific design?
September 13, 2017 at 1:08 am #384430Stephen
I have a monopoly on stupid questions so please leave them to me π
Cheers
September 13, 2017 at 9:28 am #384727Tom
Lead DeveloperLead DeveloperNo such thing π Always happy to help!
September 18, 2017 at 11:56 am #387531Matthew
OK… I am having success adding all the custom stuff I want in the header via HTML inserted into text widgets. My challenge now is to get them to display the way I want: In side-by-side columns instead of one vertically stacked column.
The intended outcome is this: Left-to-right widgets that are responsive and allow me to have (in the following order) 1) Logo, 2) PHP-generated code that displays their slogan, 3) Phone number or other text for a call-to-action, 4) Social media icons+links
How do I accomplish that?
September 18, 2017 at 1:11 pm #387589Leo
StaffCustomer SupportThis article should help with a bit of modification: https://docs.generatepress.com/article/split-header-three-sections/
Let me know.
September 26, 2017 at 9:18 am #392317Matthew
OK; I have the website almost exactly how I want it, but some finesse is still needed. Please help me troubleshoot one weird issue I can’t figure out and accomplish the desired outcome…
A) The site name is displaying in the header-center area of the header and it’s hyperlinked. Where is this coming from and how can I get rid of it so only the desired content shows up there?
B) I want to have the Tagline show to the right of the logo, and I want to have the .header-center CSS block available for future use (though it’s going to be blank for the time being).
I know this has been a long, rambling support thread, but I’m trying to get a base template site built in Flywheel that I can save as a blueprint to make future web development efforts faster. Getting these foundational design elements in place is a key part of that process.
Thanks in advance for your help!
September 26, 2017 at 3:33 pm #392520Leo
StaffCustomer SupportCan you link me to the site?
This should help for B: https://docs.generatepress.com/article/putting-site-title-next-logo/
September 26, 2017 at 4:28 pm #392537Matthew
You can access the website prototype using the following URL: https://www.stonecrestleadership.com?bypass=prototype
September 26, 2017 at 7:44 pm #392579Leo
StaffCustomer SupportLooks like it’s added in Customizer > Site Identity?
-
AuthorPosts
- You must be logged in to reply to this topic.