Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: home page title is repeating for all the posts

    #12528

    URL?

    Admin

    In reply to: Slider link "view full post" links to specific post

    #12491

    I just visited your website and the links are working fine for me.

    Admin

    In reply to: Footer is under sidebar not at bottom of page?

    #12486

    The sidebar that contains the “Truth Pandemic” image is missing a closing </div>.

    Admin

    In reply to: Custom page names

    #12586

    That’s exactly what the WordPress custom permalink feature does. See Settings > Permalinks.

    Admin

    In reply to: Help with Changing Colors

    #11948

    Hurm..I did a quick tryout to get the sidebars to look like the previous version using the Custom CSS feature. If you wanna try it out, simply copy and paste this code into the Custom CSS option:

    .sidebar-wrap h3, #sidebar_bottom .sidebar-wrap h3{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background-image: -moz-linear-gradient(center top, #fff,#e3e3e3);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff), to(#e3e3e3));
    background: linear-gradient(#fff, #e3e3e3);
    -pie-background: linear-gradient(#fff, #e3e3e3);

    border: 1px solid #C5C4C4;
    color: #333232;
    margin: 0 0 5px -12px;
    text-shadow: 0 -1px 0 #ccc;
    }
    .sidebar div.sidebar-wrap {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    background: none;
    border: none;
    padding-top:0;
    }
    #sidebar_right{
    background-image: -moz-linear-gradient(left center,#ededed,#fff);
    background: -webkit-gradient(linear, left top, right bottom, from(#ededed), to(#fff));
    background: linear-gradient(left top, #ededed, #fff);
    -pie-background: linear-gradient(left top, #ededed, #fff);
    margin-top:0;
    margin: 0 5px;
    padding: 10px 10px 30px;
    }
    #sidebar_right{
    float:right;
    margin-right:0;
    }
    .leftbar #sidebar_right {
    padding: 10px 10px 30px;
    margin-left:0;
    background-image: -moz-linear-gradient(left center,#fff,#EDEDED);
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#EDEDED));
    background: linear-gradient(left top, #fff, #EDEDED);
    -pie-background: linear-gradient(left top, #fff, #EDEDED);
    }
    #sidebar_bottom {
    background:#EDEDED;
    border-top: 15px solid #CFCFCF;
    }
    Admin

    In reply to: Lost the DropDown Navagation Tabs

    #12585

    Just refresh the page (CTRL + F5)

    Admin

    In reply to: Latest theme

    #12241

    Make sure for every occurrence of -moz-box-shadow, you duplicate it two times, so that you have something like this:

    -moz-box-shadow: 0 0 5px 0 #000000;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;

    Otherwise, different browsers will see different thing. The -moz- prefix only works in Firefox.

    Same goes to -moz-linear-gradient, though the syntax is a bit different for webkit-based browsers and IE. Best to copy the theme’s CSS codes, and just change the colour codes.

    Admin

    In reply to: Colour problems with update

    #12581

    On second check, the custom menu styling in the sidebar is indeed a bug…I’ve fixed this and will be available in the next update.

    Admin

    In reply to: Colour problems with update

    #12580

    For the custom menu, you’d probably just need to refresh (CTRL + F5) your browser when viewing the page.

    For the blue title, this will be fixed in the next update. In the meantime, add this code to the Custom CSS option in the theme’s display options page:

    .sidebar h3 a, .sidebar h3 a:visited, .sidebar h3 a:hover{
    color:#fff;
    }
    Admin

    In reply to: Graphene with IE9

    #12544

    Hurm..that’s weird..it’s working fine on my development server, and on the demo site as well. I’ll look into the PDF you sent though.

Viewing 10 posts - 5,381 through 5,390 (of 6,030 total)