Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: 404 page doesnt show up

    #14916

    I just tried visiting http://fitifuti.com/lalala and it does show up the 404 page with the correct HTTP 404 response in the HTTP response header.

    If you only see this in Google Webmaster Tools, it’s probably because in the past the theme returns HTTP 302 on not found instead of HTTP 404, but this has since been corrected. Give it some time and Google will probably correct it.

    Admin

    In reply to: change the type of creative commons license in the footer

    #14922

    With the upcoming update the logo will just be a simple background image sans all the php conditionals surrounding it in the current version. You should be able to change it more easily by then, just using CSS.

    Admin

    In reply to: Problem with slider view full post button

    #14950

    whoa…your site is not serving up the CSS files as of now. Try disabling the WP-Minify plugin for a while so that I can see the issue.

    Admin

    In reply to: translation error

    #14940

    Hi Monika,

    Thanks for reporting!

    If you could supply me with the correct translation, I’ll update the translation files.

    Admin
    Admin

    Your homepage is automatically redirected to the “Wall Street Weekly Wrap-Up 6-24-11” post, which is a post, not a homepage. Even if you do the automatic redirect and it *appears* to your site’s visitors like a homepage, WordPress doesn’t recognise it as a homepage and thus it doesn’t show the slider.

    Admin

    I got a 404 – Page Not Found error when I clicked on the link to your site.

    Admin

    In reply to: Changing Thumbnails in Homepage Panes

    #14936

    Set the Featured Image of those posts to whatever images you want to be displayed together with the posts.

    Admin

    In reply to: Changing button color

    #14746

    Looks like it’s an IE-only problem. Make sure you have replaced all the colour codes with the red ones, particularly those in these lines:

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
    -pie-background: linear-gradient(#afaeae, #6E6E6E);

    You would also probably need to insert this for the red colour to be retained when the button is hovered over:

    .block-button:hover {
    background:#afaeae;
    background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
    background:linear-gradient(#afaeae, #6E6E6E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
    -pie-background: linear-gradient(#afaeae, #6E6E6E);
    }

    Remeber to change the colour codes to red as well.

    Admin

    In reply to: Removing "comments closed" from the bottom of a page

    #13267

    Have you tried the settings in Graphene Options > General > Comments Options ?

Viewing 10 posts - 4,771 through 4,780 (of 6,030 total)