Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alfoldem

    (@alfoldem)

    i meant should i copy your code across to the functions.php file as there appears to be similar code in the 2010functions.php file

    sorry if not clear

    Thread Starter alfoldem

    (@alfoldem)

    Hey
    I have a “2010functions.php” aswell as a “functions.php”

    Within the 2010functions.php i found the following coding:

    function twentyten_page_menu_args( $args ) {
    $args[‘show_home’] = true;
    return $args;
    }
    add_filter( ‘wp_page_menu_args’, ‘twentyten_page_menu_args’ );

    There is nothing like this in the functions.php
    Its almost identical to what you suggested, should i copy it into the functions.php?
    May sound silly this but how do i identify line 845, none of the lines in the file have numbers against them.

    Cheers

    Thread Starter alfoldem

    (@alfoldem)

    Hey Chinmoy, looks like you know the fix for this, before i add it i just want to check where to add it?
    Do i just add it at the end before the:

    endif;

    Cheers

    Thread Starter alfoldem

    (@alfoldem)

    hmm, not sure whay this happens but when i log in to the site the meta / login section is in a seperate container to the widgets above – it is that container that slides across the screen.
    However if i go to the site without logging in the meta / login part is all in the same container and doesnt move.
    that will be why you cant see whats happening.
    Seems like it will only be me who sees this problem!!

    I will try with those settings – thanks wpbum

Viewing 4 replies - 1 through 4 (of 4 total)