LauraLW
Forum Replies Created
-
Forum: Themes and Templates
In reply to: HATCH theme: trouble with static HOME pageI switched to a much simpler coded theme (Designer by Dessign.net) and it seems to be working well for my tweaking purposes. However, I would still like to know if anyone knows how to fix the issue I was having…
Forum: Themes and Templates
In reply to: HATCH theme: trouble with static HOME pageHello all, after trying to figure out how to achieve this on my own site for a few hours I figured it out.
You need to edit style.css and replace.home .hentry, .archive .hentry { float: left; width: 23.40425531914894%; height: 150px; margin: 0 2.127659574468085% 20px 0; position: relative; overflow: hidden; }with
.home .hentry { float: left; width: 100%; margin: 0 0 20px 0; font-size: 1em; } .archive .hentry { float: left; width: 23.40425531914894%; height: 150px; margin: 0 2.127659574468085% 20px 0; position: relative; overflow: hidden; }And then in the wordpress reading settings page change the frontpage to be the static page you want.
I used this for the static page home issue and it worked great – except the footer now displays alongside to the right of the page instead of at the bottom. Anyone know how to return it to normal?
Forum: Themes and Templates
In reply to: Loading a Category within a Page: Page became a duplicate PostUpdate: The problem is still not fixed, but I have worked around it for the time being (and now the URLs above lead directly to the categories instead of pages). If anyone knows what happened I’d still like to know so I can switch it back to pages.
Forum: Themes and Templates
In reply to: Space between navbar & page contentsThank you very much! I think I made the header height larger to make the first image fit correctly on the home page. So reducing the main-content margin to zero was perfect to fix the problem. Cheers!!