• Hi there ~

    Just updated a site to Make 1.7.1 – Two issues:

    1. I am now getting a Make Notice error:
    Error code: make_deprecated_function

    ttfmake_sanitize_text is deprecated since version 1.7.0 of Make. Use Make()->sanitize()->sanitize_text() instead.

    ttfmake_sanitize_text in /mnt/stor1-wc1-dfw1/383157/991676/www.julieatwoodevents.com/web/content/wp-content/themes/make-child/partials/footer-credit.php on line 20

    2. This message shows up in Themes:
    You’ve activated a child theme! It looks like the parent theme’s settings have previously been configured in the Customizer. Would you like to import these settings into the child theme?

    I completed both imports, and noticed that the area around my social icons at the top became much more padded so I reverted back to before the theme upgrade to take a look.

    BTW, I am using 4.4.2 because the latest WP version seems to be causing a lot of trouble.

    THANKS

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Jess,

    Sounds like you’re using a child theme with some modified code. We’ve added a guide to our documentation on dealing with Make notices.

    I have footer-credit.php in my child-theme. I have on line 20 this code:
    <?php echo ttfmake_sanitize_text( $footer_text ); ?>

    How do I put this new code there on line 20?
    Make()->sanitize()->sanitize_text()

    I’m not much of a coder. ?? Is it like this??
    <?php echo Make()->sanitize()->sanitize_text() ( $footer_text ); ?>

    Thread Starter jess888

    (@jess888)

    I don’t see the footer credit partial info in the guide, or anywhere else…?

    I don’t have any custom code for it in my child stylesheet or functions, and have not altered child footer-credit.php, just this in child stylesheet:

    .footer-1 {
    line-height: 50%;
    font-weight: bold;
    }

    Can you share a link to your site?

    Thread Starter jess888

    (@jess888)

    Hey Julie,

    You removed the theme credit. I’m guessing that’s the change you made.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Issues after updating to 1.7.1’ is closed to new replies.