Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: No content on the home page.

    #17317

    Can you let me know what’s your settings for Graphene Options > Front Page options?

    Also, do you have anything in your child theme that is hooked to the graphene_frontpage_posts_cats_args or graphene_frontpage_posts_cats_sticky_args filter?

    Admin

    In reply to: What happened to my color settings?

    #17331

    There’s a missing brace for the footer widget CSS that causes all other colour options to not be applied. Either use the default 3-column footer widget, or open up the theme’s functions.php file and change line 342 from this:

    $style .= '#sidebar_bottom .sidebar-wrap{width:'.$widget_width.'px';

    to this:

    $style .= '#sidebar_bottom .sidebar-wrap{width:'.$widget_width.'px}';
    Admin

    In reply to: Slider Font Style

    #17274

    Slider post title:

    .full-sized .slider_post h2 a, .full-sized .slider_post h2 a:visited {
    /* Your custom CSS style here */
    }

    Share text:

    .sharing_label {
    color: #fff;
    }

    It’s very easy to figure these out using Firebug. I just did that in a minute or two.

    Admin

    In reply to: mulitsite installation

    #17275

    Hi millo,

    I just tested the mobile theme on a multisite installation in my dev server, and it’s working as it should. Make sure though that you’ve network-enabled both the Graphene theme and Graphene Mobile theme as well as the Mobile Smart plugin, as non-network-enabled themes and plugin can’t be used by sites in a multisite installation.

    Admin

    In reply to: sidebar widgets showing up UNDERNEATH all of my posts help!!

    #17262

    Try removing that Facebook widget for a while, and see if that’s what causing it.

    Admin

    In reply to: Shuffle Slider post (random)

    #12451

    Version 1.5 will allow you to select multiple categories for the slider.

    Admin

    In reply to: Two Quick Questions

    #17223

    Add this to your Custom CSS:

    .full-sized .slider-entry-wrap {
    height: 25%;
    width: 100%;
    top: auto;
    bottom: 00;
    }

    Adjust your desired width and height accordingly.

    As for the content area width, do a search around in this forum, it’s been discussed quite a lot previously.

    Admin

    In reply to: Header Image wants to crop to a different size

    #17219

    The header image you’re trying to upload is not 198 pixels high. WordPress keeps the ratio of the header image, hence it’s asking you to crop the image.

    Admin

    In reply to: WP Symposium Avatar issues with Graphene theme

    #17198

    Add this to the Custom CSS option:

    .symposium-wrapper .avatar {
    position: static;
    border: none;
    margin-left: 0;
    margin-top: 0;
    }
    Admin

    In reply to: Show full post on home page

    #12742

    alexjc,

    It seems that you are using a static front page, but the page you’re using for that doesn’t have any content. Try adding some content or just use the default posts listing instead of Static Front Page.

Viewing 10 posts - 4,141 through 4,150 (of 6,030 total)