Hi
I am having trouble with the £ is showing up on the right hand side. i have the right settings in woo commerce
i have deactivated plugins and also removed the quick css to see if that was causing the issue but no change
its a mystery please help
https://meditateinsouthampton.org.uk/events/category/city-classes/evening-classes/list/
Hey thetshed,
This error is cased by a know issue with Events,
the solution is to add this code to the end of your functions.php file in Appearance > Editor:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );
Best regards,
Mike
Hi
I do not have appearance editor. i have added it to the quick css but no change
Hi,
What Mike sent you is not CSS code so please remove it from there. If you don’t have the editor option on your installation then you will have to edit functions.php manually via FTP, could you try that out please?
Best regards,
Rikard
Hi i have added it using this plugin https://wordpress.org/plugins/my-custom-functions
it does work but does this mean with updates i will loose this code?