• Resolved leejosepho

    (@leejosepho)


    Following the WordPress 4.8 update, I have lost my Accordion Widgets and Sticky Sidebar (and some other display problems have also appeared) in my Twenty Twelve Child Theme. I have tried disabling all plugins and I have tried switching to Twenty Twelve with no success in solving the problem. You can see the difference by comparing the Sidebar, Widgets and “Sticky” (in relation to page scroll) at these two sites:
    https://www.nonameyet.org/’ (broken Twenty Twelve in 4.8)
    https://www.nonametestdrive.net/’ (same features working perfectly in a different theme in 4.8)

    Any ideas? Many thanks!

Viewing 3 replies - 16 through 18 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Nice to bump into you again.

    Thread Starter leejosepho

    (@leejosepho)

    Same here! ??

    Thread Starter leejosepho

    (@leejosepho)

    You were definitely correct about the problem being in my footer, Andrew. Here is the troubling line and the error report in my local Xampp:

    <?php echo nonameyet_copyright(); ?>

    Fatal error: Uncaught Error: Call to undefined function nonameyet_copyright() in F:\xampp\htdocs\b2_nonameyet\wp-content\themes\20nny12\links-footer.php:4 Stack trace: #0 F:\xampp\htdocs\b2_nonameyet\wp-includes\template.php(690): require() #1 F:\xampp\htdocs\b2_nonameyet\wp-includes\template.php(647): load_template('F:\\xampp\\htdocs...', false) #2 F:\xampp\htdocs\b2_nonameyet\wp-includes\general-template.php(167): locate_template(Array, true, false) #3 F:\xampp\htdocs\b2_nonameyet\wp-content\themes\20nny12\footer.php(21): get_template_part('links', 'footer') #4 F:\xampp\htdocs\b2_nonameyet\wp-includes\template.php(688): require_once('F:\\xampp\\htdocs...') #5 F:\xampp\htdocs\b2_nonameyet\wp-includes\template.php(647): load_template('F:\\xampp\\htdocs...', true) #6 F:\xampp\htdocs\b2_nonameyet\wp-includes\general-template.php(84): locate_template(Array, true) #7 F:\xampp\htdocs\b2_nonameyet\wp-content\themes\twentytwelve\page.php(29): get_footer() #8 F:\xampp\htdocs\b2_nonameyet\wp-includes\template-loader.php(74): inclu in F:\xampp\htdocs\b2_nonameyet\wp-content\themes\20nny12\links-footer.php on line 4

    That line is supposed to show a copyright date range something like 2012-2017, but I do not recall where I first got it and I do not know why it has suddenly become a problem.

    edit: The [Visitor Maps] shortcode is still not working, but the Sidebar, widgets and Admin Bar are fine and maybe all will be well after I complete a file-by-file re-build of my Child Theme.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘4.8 appears to have broken Twenty Twelve’ is closed to new replies.