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
Seems to me like a problem that’s caused by WordPress not being able to create the intermediate sizes for each image you upload. Permission problem on the wp-upload folder?
Try changing to the default theme and then try uploading an image to see if the intermediary sizes are created. If not, then it’s most likely a problem with your WordPress installation. You might want to try posting on the WordPress.org support forum for that.
Admin
Remove the
!is_search() &&bit from line 65 of the loop.php file (version 1.1.2).Admin
You could create a static home page with no content, and then use CSS to hide the title.
Admin
#top-bar{
display:none;
}Admin
The WP Super Cache is a powerful plugin with lots of options. But of course, when you play around with caching there’s always the possibility that the cache is being displayed instead of the latest update of the page. This is why I am wary about using such plugins.
You might want to try the WP Minify plugin to optimise your site.
Admin
Thanks obiwan1964, BeatriceK, and Mitch. I’ve added you to the beta tester’s mailing list.
Admin
Hi Dafne,
I didn’t use any programming to style those bullet points. They’re all purely CSS.
What I did was:
1. Disable the bullets
2. Add padding to the left of each
<li>element3. Add background image to each
<li>element (this is where the blue square comes from)If you’d like to disable the bullet points, you’ll just have to remove the padding and the background for the
<li>element.As for the footer being moved to the left, this is usually caused by a stray
</div>closing the opening div too soon, i.e. the container which contained the footer is closed before the the footer is included. You might want to check your code for stray</div>.Admin
Hi Andrew,
I just checked your site and the menu item for the current page is highlighted. Try refreshing?
Admin
I don’t think it’s a type. The classes that wordpress apply to the current menu items does vary – some classes use underscores and others use dashes. The
.current_page_itemfor example uses underscores whereas.current-menu-itemuses dashes.In any case, this issue has been fixed in the latest update (1.1.2)
Admin
Err….I’ve never came across any plugin that provides this functionality before. But then again, I’ve never actually looked for such plugin before. You might have more luck searching in the wordpress.org plugins database or the support forum.
