• Resolved daytrader007

    (@daytrader007)


    Just noticed on pages using your plugin warning shows up directly above the numbers.

    Warning: Missing argument 2 for cherry_get_the_link_title() in domain.com/wp-content/themes/cherryframework4/lib/functions/post-formats.php on line 112

    .
    https://prnt.sc/d7hdko

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi There,

    That notice is coming from cherry framework, it seems they did not make necessary checks when calling the title link. Title is printed for tf numbers, but the filter they used probably is trying to get the post title and link, but since tf numbers post type is not public, there is no link associated with it. Hence the notice, their function is probably trying to get the link of the post_type which is not public. You can disable notices with wp_debug https://codex.www.ads-software.com/WP_DEBUG, or you can open the shortcode.php file located in wp-plugins/tf-numbers-counter-animation/inc/ folder and remove or comment out the the post title line, and it might silence the notice.

    Best Regards

    Thread Starter daytrader007

    (@daytrader007)

    You are absolutely correct!
    It worked like magic!

    Thank you so much!

    You are welcome ??

    If you like my plugin do not forget to leave me a rating – https://www.ads-software.com/support/plugin/tf-numbers-number-counter-animaton/reviews/ . Thank you in advance ??

    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bug with Cherry Framework 4’ is closed to new replies.