Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Half width display on not logged in S5?

    #43332

    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

    In reply to: Hide sticky post in Graphene Neo

    #43291

    You can just hide it using Custom CSS. Insert this code in GM Neo Options > Display > Custom CSS:

    .home .post-1923 {
    display: none;
    }
    Admin

    In reply to: Full width header and footer

    #43162
    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

    In reply to: Cannot change homepage

    #43179

    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

    In reply to: MailChimp

    #43189

    In the mailchimp signup widget, can you try disabling javascript?

    Admin

    In reply to: Site lost formatting after changing to child theme

    #43132

    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

    #43170

    Can you give us the link to the blog posts page?

    Admin

    In reply to: Full width header and footer

    #43160
    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

    In reply to: Customer sidebar – is it supported?

    #43177

    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 options

    How do you create a new sidebar? Which plugin are you referring to above?

    Admin

Viewing 10 posts - 1,411 through 1,420 (of 6,030 total)