Joe Banks
Member
Posted 1 year ago #
Have installed plug-in on Genesis sites on both individual and multisite instances. I do not see any reference to "Header" under Appearance admin navigation item. Using Genesis 1.5 and modified Freelance theme. Suggestions? Have tried all other plug-ins off on the multisite.
http://wordpress.org/extend/plugins/genesis-simple-headers/
If you changed the name of the theme, this is why it's not working. But, simple fix. Open up main.php and locate the line that has the original theme name and modify it to match what your theme's name is.
troycdunn
Member
Posted 11 months ago #
John, can you help me out with this. I'm running into the same issue as empathik, however, I don't see a main.php file. I started with the Enterprise theme, copied the folder, renamed it and BOOM -- "Header" no longer shows up in the menu.
Thanks for the assist.
Hey Troy,
If you change the name of the theme (in the style.css file), the plugin won't work. It's looking for the name to decide which sizes it needs to set.
main.php is in the plugin folder. You'd need to edit it on your local machine.
Hope that helps.
troycdunn
Member
Posted 11 months ago #
Got it! I was looking in the theme folder for the main.php file. The file was in plugins > genesis-simple-headers > main.php.
It looks like simply adding "case 'My Theme Name';" would resolve the issue. I'll give that a try.
Thanks for the super quick response!