• Resolved AZBros

    (@azbros)


    Hi,
    I just noticed today that Pages (not Posts) on my website are no longer working. I’m not sure when this happened. There have been a lot of updates to the Hueman theme, so I’m not sure which, if any, may have caused this issue.

    Also, Pages that contained shortcode to display something no longer display anything. Two examples are my FAQ page (http://azbros.com/faqs) and my Contact page (http://azbros.com/contact).

    Not sure if anyone else is experiencing these issues or not. Just curious if it’s common and/or if anyone has any suggestions. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    In wp-config.php change
    define('WP_DEBUG', false);
    to
    define('WP_DEBUG', true);

    and paste here the error you get on pages.

    Thread Starter AZBros

    (@azbros)

    Fatal error: Call to undefined function hu_page_title() in /home4/azbrosco/public_html/wp-content/themes/azbros-theme/parts/page-title.php on line 15

    Theme Author presscustomizr

    (@nikeo)

    Hi @azbros, the function hu_page_title() has been deprecated in favor of hu_get_page_title().
    The best way to fix your issue would be to base your current ‘page-title’ child theme customizations on the latests parent page-title template.
    I would also recommend to make sure your other customized templates are up to date with the latest version of the theme.

    Hope this helps

    Thread Starter AZBros

    (@azbros)

    Hey nikeo,
    Thanks, that did the trick! I’ll go through the rest of my child theme templates and make sure they match the new parent theme.

    I had the same issue – how do I make sure that this does not happen going forward? How do I make sure that my current ‘page-title’ child theme customizations are based on the latests parent page-title templates?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Website Pages and Shortcodes No Longer Working’ is closed to new replies.