cliff_lusk
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Cr3ativ Staff] How to display the Staff Index Page?I get the 404 error also. How did you fix it?
Forum: Fixing WordPress
In reply to: Make Sticky Header Navigation Menu While Scrollingyes I did…sorry forgot to change it
Forum: Fixing WordPress
In reply to: Make Sticky Header Navigation Menu While Scrollingbut my menu is at the top all the time. What you want is a sticky menu…which would be more difficult.
Forum: Fixing WordPress
In reply to: Make Sticky Header Navigation Menu While ScrollingYou can just make the “position: fixed;” with a top: 0px;
Like this this:
.normal-menu {
position: relative;
top: 0px;
}with .normal-menu being change to whatever yours is for your menu.
Are you familiar with CSS at all?It was the .htaccess file. I don’t know what the problem was, nor do I really know how to fix it. Is there a standard wordpress .htaccess file somewhere?
I did fix the problem, but I did it by copying the .htaccess from my site to this one (my wifes). It worked after that. Thanks for the help.
Viewing 5 replies - 1 through 5 (of 5 total)