Syahir Hakim
KeymasterKuala Lumpur, Malaysia
When not perched on my workspace, I tremendously enjoy hiking in the bushes and climbing mountains. They serve as much-needed refuges from the pretense of cities.
Forum Replies Created
-
Admin
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
June 29, 2011 at 10:40 pm #14922With 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
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
Hi Monika,
Thanks for reporting!
If you could supply me with the correct translation, I’ll update the translation files.
Admin
Admin
In reply to: Completely Green to coding-Need Help with Slider and Posts on Home page
June 29, 2011 at 2:11 am #14926Your 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
In reply to: Completely Green to coding-Need Help with Slider and Posts on Home page
June 28, 2011 at 10:46 pm #14924I got a 404 – Page Not Found error when I clicked on the link to your site.
Admin
Set the Featured Image of those posts to whatever images you want to be displayed together with the posts.
Admin
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
Have you tried the settings in Graphene Options > General > Comments Options ?
