I also had this issue. The function auxin_kses doesn’t seem to exist. To fix it I removed all instances of auxin_kses from the auxin-elements folder, approx 23 instances. For example:
echo auxin_kses( $title );
Would become:
echo $title ;
EDIT: A quicker fix, add the following function to your theme functions:
function auxin_kses( $content) {
return ( $content );
}
Really need a properly released fix from the devs though!
-
This reply was modified 2 years, 3 months ago by stim_marc.
Are there any plans to add this as a feature? Could really do with this addition to our store finder, happy if it’s a paid add-on or development job. Thanks!
Hi, this would be a great feature for me too, if I could be pointed in the right direction that would be amazing (unless you’ll have found time to write the article any time soon?).
Thanks!