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
That’s because you manually modify the slider to extend over the two columns. The slider (as it stands) is meant to display in just the content column, not the sidebar. This feature will be added in 1.8 though.
Admin
If you go WP Admin > Categories, and click on the “View” link under each category, what’s the URL it takes you to?
You might want try setting a “Category base” in the permalink settings.
Admin
What is your permalink setting?
Admin
Try this and see what’s the output:
global $wp_query;
disect_it( $wp_query );Admin
The “Events” and “News” links on the nav menu are links to pages, not to category archive pages. When you create the menu items, make sure you use “Categories” rather than “Pages”:

See this tutorial by Ken for more details:
http://blog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/
Admin
It could be that the global
$postvariable has been changed (or destroyed?) by the time the script is executed. Can’t really tell without delving deeper into it.Have you tried using the Widget Logic (Visual) with it?
Admin
You can use the
.singleclass:.single .post-nav {
display: none;
}Admin
Hurm..where is this function attached to?
Admin
Hurm.. this is something on the plugin side, so I can’t really do anything about it. You can report it to the plugin author though.
Other than that, you can use other mobile theme switching plugins. It doesn’t need to be Mobile Smart.
Admin
OK.
No wait. It already has a class. You can just hide it using CSS by targeting the
.creditclass.
