- This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by
Tom.
-
AuthorPosts
-
March 11, 2016 at 3:20 pm #178631
Marilyn
I have a separate MySQL database for my business files, which is in a different directory than my WP installation. I used this setup successfully for several years with another theme, which is now “retired” so I switched to GP. Which I like a lot, so I’m glad it happened.
Before, I simply added a few lines of code to the html of the pages to call the header, footer, etc., from the theme, and it worked beautifully.
I’m trying to do the same thing with GP and most of it works, however the nav bar runs down past the bottom of the screen. I think I may need another bit of code, but don’t know what.
The code I added was
Right after <body> tag:
<?php get_header(); ?>And at the very last line:
<?php get_footer();What am I missing?
Thanks!
MarilynMarch 11, 2016 at 3:22 pm #178632Marilyn
My link didn’t get through, so one more time…
March 11, 2016 at 11:13 pm #178661Tom
Lead DeveloperLead DeveloperHi there,
That URL requires a username and password to view it.
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 30, 2016 at 9:19 pm #183044Marilyn
Hi,
I apologize for taking so long to follow up on this issue. I got wrapped up in some pressing problems and couldn’t get back to this.I have a better link to show the problem. My client login page.
The content is being pushed way too far down the screen. I think I am leaving out something that the page needs for positioning, but I have no clue where to find it. Also, the background color for the content should be white, but maybe fixing one issue will fix the other?
Thanks for any help.
MarilynMarch 30, 2016 at 11:20 pm #183067Marilyn
I’ve gotten past the nav bar being too deep. I took out a really outdated form validation script, and bingo. Don’t know why, but it’s good.
I still don’t know why the background is gray instead of white, though. Any suggestions on that will be welcome.
Thanks,
MarilynMarch 30, 2016 at 11:21 pm #183068Tom
Lead DeveloperLead DeveloperHi there,
Do you have a background color set in “Customize > Colors > Content Colors”?
-
This reply was modified 6 years, 4 months ago by
Tom.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
This reply was modified 6 years, 4 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.