Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    Hurm.. if that’s the case, then the solution will be as easy as setting the column width options to round numbers instead.

    Regarding the maths:

    646.785 + 283.125 + (10 x 4) = 970

    where (10 x 4) = 10px gutter on left and right of the container each, and 20px gutter between the two columns.

    Admin

    In reply to: Post Thumbnail

    #23569

    Moved to Support. Please post in the correct section next time.

    Admin

    In reply to: Re: Update 1.6 Weird CSS

    #23516

    Hey Josh,

    Not to pick on you, but starting from version 1.6, we should discourage users from modifying the theme’s columns width directly using CSS. Instead, do it directly using the theme’s options. This is because there’s a lot of things that need to be changed / updated when you modify the column widths, and the theme’s Column Width Options is designed to do just that.

    As for Gendji’s site above, the overflowing slider and posts can be fixed by simply removing the width property from the .featured_slider #slider_root and .post selectors, and then remove the padding property from the .post selector as well. Afterwards, the positioning of the post date needs to be adjusted.

    Appreciate your help so far. It’s about 4am here and I’ve got a flight to catch tomorrow morning, and will probably not have internet access until Monday at the earliest, but I trust the forum users will be in capable hands 🙂

    Admin

    In reply to: Managing columns with a child Theme

    #23369

    Try not to make any column widths changes via CSS. Instead, do it directly using the theme’s options. There’s a lot of things that need to be changed / updated when you modify the column widths, and the theme’s Column Width Options is designed to do just that.

    Admin

    See this topic to change the slider layout back to two columns:

    https://forum.graphene-theme.com/topic.php?id=3119

    Admin

    In reply to: RSS disappeared in 1.6

    #23542

    https://forum.graphene-theme.com/topic.php?id=3088

    Sent via Android using Tapatalk. Please excuse my brevity.

    Admin

    In reply to: Contact Page?

    #23499

    Install the Contact Form 7 plugin, then create a contact form using that plugin, then create a Contact page and add that form into that page.

    Admin

    In reply to: How can I move the Header Widget to the Right

    #23497

    Try adding this to the Custom CSS option:

    .header-widget {
    position: absolute;
    right: 100px;
    }
    Admin

    In reply to: Is this technically possible?

    #23450

    By different “style” do you mean a completely different stylesheet, or a different content and layout?

    Several options:

    1. Place different widgets on different pages by using the Widget Logic plugin.

    2. Create a custom page template, and then apply that template to that particular page.

    3. Unload the theme’s stylesheet and load up your own, custom stylesheet.

    Admin

    Try replacing the content of the theme’s style.css with the updated one here:

    http://graphene.googlecode.com/svn/branches/1.6/style.css

Viewing 10 posts - 3,631 through 3,640 (of 6,030 total)