sunnydeval
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress already installed but asking to install?Forum: Fixing WordPress
In reply to: Author bio shows twiceok.
Forum: Fixing WordPress
In reply to: Author bio shows twiceWow. Great!
Thanks Davood for your help.
Forum: Fixing WordPress
In reply to: Blog Post Content Not Showing IssueThere is no default option.
These are the options which i can see
Plain
Day and name
Month and name
Numeric
Post name (Selected)
Custom StructureForum: Fixing WordPress
In reply to: Blog Post Content Not Showing IssueOnly post under /blog are not accessible.
Rest of pages are accessible.Forum: Fixing WordPress
In reply to: menu align help?I made these changes in Inspect Element(Q).
.site-header .site-container {
position: relative;
max-width: 90em;
}.site-header .site-header-top {
position: fixed;
top: 0;
width: 100%;
}Fixed Menu with width size Working good. It only showing when i scroll down the page. When cursor is on top of the page then it not showing menu. I want to show also menu on top when my cursor is on top.
Forum: Fixing WordPress
In reply to: menu align help?Seems like you very deep knowledge on wordpress.
Thanks dear.
I have also tried this below tag to fix menu on top while scrolling down.
But not showing correctly. Is there anything missed?
position: fixed;
These changes are not live. I tried in Inspect Element(Q). I think you know very well about it.