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
There you go! Don’t start selling crack, or I’ll have to boot you out! 😀
Admin
Try updating to version 1.5.3 and see if the problem persists.
Admin
What kind of script error are you seeing? It’s working fine on my end.
Admin
It looks fine to me (Firefox 7.0.1)

In any case, I am doubtful that this is a theme issue. Might want to try Mozilla’s or WordPress.org’s support forum.
Admin
Be sure to let the plugin author know as well. Will help everyone in the long run 🙂
Admin
Try switching to TwentyEleven theme and see if the issue persists. Just to make sure if it’s really a theme issue.
Admin
Those are most likely due to the plugins you’re using, and unfortunately, there’s not much you can do short of editing the plugin’s files. Best to just let the author know I guess.
Admin
Just to explain things a little better:
'sort_column' => 'menu_order page_title',means to sort the pages according to menu order first, then alphabetically. The problem is that the syntax is not correct. It should be:
'sort_column' => 'menu_order, page_title',Notice the comma after
menu_order.Admin
Admin
Add this code into the theme’s Custom CSS option:
.excerpt-thumb {
display: none;
}
