Syahir Hakim

Keymaster

Forum Replies Created

  • Admin

    In reply to: Slider too wide

    #29555

    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

    In reply to: Menu Item not Linking to Posts in Category

    #29551

    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

    In reply to: Menu Item not Linking to Posts in Category

    #29549

    What is your permalink setting?

    Admin

    In reply to: php is_page()

    #29542

    Try this and see what’s the output:

    global $wp_query;
    disect_it( $wp_query );
    Admin

    In reply to: Menu Item not Linking to Posts in Category

    #29547

    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”:

    TRDus.png

    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

    In reply to: php is_page()

    #29540

    It could be that the global $post variable 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

    In reply to: Removing single post navigation

    #26996

    You can use the .single class:

    .single .post-nav {
    display: none;
    }
    Admin

    In reply to: php is_page()

    #29538

    Hurm..where is this function attached to?

    Admin

    In reply to: Mobile Smart isn't so smart

    #29533

    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

    In reply to: Add the "developer" id

    #29532

    OK.

    No wait. It already has a class. You can just hide it using CSS by targeting the .credit class.

Viewing 10 posts - 3,131 through 3,140 (of 6,030 total)