About Sridhar Katakam
I am an independent WordPress web consultant with 10 years of experience in WordPress theme installation, customization, administration, maintenance, support, documentation, troubleshooting and PSD/design to WP.
Genesis and WordPress Tutorials
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.
Thank you for the tutorial and for the quick response!
Best,
Linda
Hello again,
I’ve finally had a chance to test out the before header widget. I’m having two issues.
First, when I try to add the css to the Customize css section, then I get a message that says something’s gone wrong and I’m not able to save the new css.
Second, I’m using a fixed site-header and want the widget to be fixed along with the header.
Can you help?
Do you need login info? If so, I’d prefer to send the site link and credentials privately.
Thanks!
Yes. Send the logins (WP and FTP/cPanel) via https://sridharkatakam.com/contact/
I am also trying to use a before header widget with a fixed header in Business Pro. As you can see at http://test.sharonhujik.com/ it seems to be problematic on the scroll.
Any ideas how to address this?
Had a look at your site and don’t see a div with a class of
before-header
above the header in the HTML.Have you followed the steps in this tutorial?
I’m sorry, I removed it because it wasn’t working. I realized that I had an outdated version of the theme which was the problem. I assumed WP would have alerted me to the update, but it did not.
Thank You for checking!
Can this be adapted for the Sample Child Theme? Also what changes need to be made such that the sticky bar can scroll to the top of the screen and stick when the header is no longer visible? Thank you.
Give this a try: https://sridharkatakam.com/utility-bar-in-genesis-sample/
Thank you, will have a go.
Hello,
I can’t find (// Register front page widget areas. ) In the functions.php. Would there be any reason why this isn’t showing up? I am also using beaver builder I’m not sure if this is an issue.
Still looking for some help on this issue …
I can’t find (// Register front page widget areas. ) In the functions.php. Would there be any reason why this isn’t showing up? I am also using beaver builder I’m not sure if this is an issue.
Hello,
I did not mention the correct name of the file in Step 1. It should be
includes/widgets.php
, not functions.php.I’ve updated the post.
This is still not working for us. We followed your tutorial step-by-step and it is not working. This is the site we are trying to implement on.
http://dev.class101.com/centralindiana
Please advise.
This is still not working for us. We followed your tutorial step-by-step and it is not working. This is the site we are trying to implement on.
http://dev.class101.com/centralindiana
Please advise.
Do you mind sending me your WordPress login so I can take a look inside?
Please send via https://sridharkatakam.com/contact along with a URL of this tutorial.
Hello there
I followed the instructions but unfortunately, I also have a problem when I scroll using the fixed site-header as it shows in the screenshots or in the next link http://krn.corpkrone.com.mx/
https://drive.google.com/open?id=1B4FajCu5utT2zcLd4fJTanZxf2kPQeCh
https://drive.google.com/open?id=1wffOD_ooYzhfKKlRSYT4BuPkdmmKN7e3
https://drive.google.com/open?id=1GGxxavHaipIJCjHWzqkKvPesLRmRbpYF
I’m using WP 4.9.6
Genesis Framework 2.6.1
Business-pro 1.0.6
do you have any advice?
Thanks for your attention.
Hello.
Try adding this CSS:
Thank you very much, it worked perfect.
what if I want the before header to be fixed too?
https://sridharkatakam.com/before-header-site-header-in-business-pro/
Hi Sridhar,
I have the before header widget area in place.
I have set the widget to be transparent using the CSS below.
.utility-bar {
background-color: transparent;
}
This way it mimics the transparent sticky header.
When you scroll down the page I want the Utility Bar to change to a solid colour, when the sticky header does, but I can’t figure out what elements to target with the CSS.
The sticky header uses the CSS below to change the background colour on scrolling down.
.has-fixed-header .site-header.shrink {
background-color: #232c39;
box-shadow: 0 0 2rem rgba(35, 44, 57, 0.2);
border-bottom: 5px solid #fff100;
}
Thank you,
Paul
Hi Paul,
I am wondering if you are commenting on the right tutorial.
There’s no element having a class of
utility-bar
in this one.Thanks Sridhar, I just named my widget area utility-bar instead of before-header, and replaced all mention of before-header in the code snippets
I am going to publish a tutorial tomorrow on how to make the before widget area + header fixed with the combo being transparent initially with a dark transparent background when scrolling.
Excellent, thank you.
Done.
https://sridharkatakam.com/before-header-site-header-in-business-pro/