Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
Are you using any caching or minifying plugin on the site? This is usually caused by some element on the site having width exceeding the normal content width.
Admin
You can just hide it using Custom CSS. Insert this code in GM Neo Options > Display > Custom CSS:
.home .post-1923 {
display: none;
}Admin
Quote:Good point.. Just had a thought though, is there a way to “fix” the footer to the bottom of the screen?Yes. Something like the following CSS code would work:
#footer {
position: fixed;
bottom: 0;
width: 960px;
}Admin
1. The homepage in GM Neo is controlled in GM Neo Options > General > Front Page Options.
2. I see you already have custom menu in the slide-in panel.
3. Go to GM Neo Options > General > Footer Options, and make sure that the “Do not show the manual switcher link” option is not checked.
4. In GM Neo Options > Display > Header, make sure the “Use
tag” option is checked.
Admin
Admin
So what other formatting exactly is lost? If it’s just the header and menus you can just go ahead and re-apply your old settings in WP Admin > Appearance > Header, and Menus.
Admin
In reply to: Static front page – posts not displaying in selected page
August 11, 2014 at 12:23 pm #43170Can you give us the link to the blog posts page?
Admin
Quote:I’d thought about using a background image that would give the impression of a full width header/footer etc but need to make sure that it does not get messed up in different browsers/screen sizes etc.That would work for the header, but not for the footer since the distance between the header and footer depends on how much content the current page has.
Admin
Please provide the link to your site so that we can have a look.
Quote:I create the new sidebar and associate it with the page and remove the standard sidebar in the plug-ins optionsHow do you create a new sidebar? Which plugin are you referring to above?
Admin
Have you seen this post from last year?
