burnedfaceless
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: wp_head covering my pageIt is a sticky variant. I’m a poser with CSS but it seems like the menu css is posting it to the top so it won’t move it down.
I’m using the standard Bootstrap menu and I should be able to figure it out.
Forum: Developing with WordPress
In reply to: wp_head covering my pageThe page is not being pushed down.
The wp_header is above the navbar blocking it.
The style that pushes the HTML down is there with important and it’s being applied (chrome dev tools).
It is not actually pushing the page down, the admin bar is over the page.
I will post the page tomorrow if I can’t get it working.
Forum: Fixing WordPress
In reply to: Correct way to do this in WordPressOK so this site is just a LAMP application, no WordPress.
The login is just a series of HTML number inputs (they enter the number of units).
And those are entered into a MariaDB table which has one row.
I was thinking about just adding the folder that says admin into WordPress. And if I did that I could just keep it the same.
But I was wondering if I should tie it into the backend or somehow tie it into WordPress.
Forum: Developing with WordPress
In reply to: wp_head covering my pageI added a top margin of 32 px to the navbar. It works, but I am not sure if this is the best way to do it.
Forum: Developing with WordPress
In reply to: wp_head covering my pageHere is a screenshot of the page. The admin bar is covering the actual page.
Forum: Developing with WordPress
In reply to: How long does it take to learn to create custom themesThank you.
Forum: Fixing WordPress
In reply to: How to enable a custom 404 page in Apache2Thanks Steve, that did the trick.