Viewing 7 replies - 1 through 7 (of 7 total)
  • Have you tried re-uploading your theme?

    Thread Starter ritarose

    (@ritarose)

    My theme is modified/skinned… not sure how to do that and be sure I don’t lose any of the code.

    Then all I can suggest is that you turn debug on and enable error logging to see if that will help you locate the error.

    Thread Starter ritarose

    (@ritarose)

    So I did that and I’m getting the following. Should I be going through the functions.php file and changing all of these? (Forgive me for not being a real programmer : )

    [13-Sep-2012 13:35:02] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:02] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:04] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:04] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:05] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:05] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:06] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:06] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:08] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:08] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:10] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:10] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:12] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:12] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:13] PHP Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    [13-Sep-2012 13:35:13] PHP Notice: add_custom_image_header is deprecated since version 3.4! Use add_theme_support( ‘custom-header’, $args ) instead. in /home/ritros/whiterosekallah.com/wp-includes/functions.php on line 2638

    Thread Starter ritarose

    (@ritarose)

    (The above was what I got in my debug.log)

    These functions don’t actually exist in functions.php, but i did find them in themes.php… they seem to be updated/correct there.

    I have an almost identical site that does work:
    https://www.ritarosephotography.com

    Would you recommend borrowing one of the files (themes? functions?) from it to see if it makes my https://www.whiterosekallah.com site work?

    thanks a lot for your help…

    Thread Starter ritarose

    (@ritarose)

    So I replaced the files in my whiterosekallah.com site with the functions.php and theme.php from my ritarosephotography.com site (where the nav actually shows) and didn’t get anything different.

    Still desperate for help .. thanks.

    You should be using those functions in your theme instead of the older, deprecated functions that you are using. But they’re not the cause of your problem as far I can can tell.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Missing page navigation’ is closed to new replies.