Viewing 5 replies - 16 through 20 (of 20 total)
  • Plugin Author labs64

    (@labs64)

    Would it be possible to share your theme and Child Theme as well as installed add-ons and plugins?

    We can also sign NDA for this transfer.

    Thread Starter owenbarder

    (@owenbarder)

    Of course. No NDA necessary! I am away from my computer right now but I will happily send it to you tomorrow. Many thanks for investigating this. I hope that I am not doing something silly.

    Best wishes
    Owen

    Plugin Author labs64

    (@labs64)

    Great! Thank You! You can use [email protected] for this.

    Plugin Author labs64

    (@labs64)

    Hi Owen,

    This issue can be reproduced; following message appears in the debug mode:

    [31-Aug-2015 03:03:48 UTC] PHP Fatal error:  Call to undefined function ct_get_images() in /wordpress/wp-content/themes/OwenAbroad2015/functions.php on line 79

    … and this is definitely our bad. During fixing of this issue Conflict with “Anti-spam by CleanTalk” #13 (https://github.com/Labs64/credit-tracker/issues/13) function "ct_get_images" has been renamed into "credittracker_get_images"; thus this function can’t be found in your code.
    We had to provide clear communication via changelog for the release v1.1.2 (lessons learned – sorry for this).

    How to fix:
    I’d ask you to change function name at functions.php on line 79
    from:
    $images = ct_get_images($request);
    to:
    $images = credittracker_get_images($request);

    In order to cover your use-case we’ll prioritize following change request accordingly: Add credit to the thumbnail so you wouldn’t need to implement this additionally in your theme.

    Could please test suggested change and close this ticket?

    Sorry again for this inconvenience and Best Wishes from Munich
    Labs64 Team

    Thread Starter owenbarder

    (@owenbarder)

    Many thanks: that has solved the problem completely. Thank you for finding this and for letting me know.

    I am also glad to hear that you will be implementing this in the plugin so that in future I won’t have to include it in my theme.

    Kind regards
    Owen

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Credit Tracker breaks mobile menu’ is closed to new replies.