Home › Forums › Calendar Products › Events Calendar PRO › currency symbol to the right and need it on the left
- This topic has 4 replies, 3 voices, and was last updated 8 years, 5 months ago by
Alyson Evans.
-
AuthorPosts
-
October 2, 2017 at 12:51 am #1357589
Alyson Evans
ParticipantHI
I am having the same issue
it is not satisfactory to have to add script to the functions.php as with updates it will be removed. i have added the script to my themes quick css but nothing has happened.this is an important part of your plugin. the display of the currency symbol should not need extra script
add_filter( ‘tribe_reverse_currency_position’, function(){ return null; } );
please can you resolve this matter asap
and in the mean time give css to resolve the issue========================
PLEASE LEAVE FOR SUPPORT
Reporting the same issue as: https://theeventscalendar.com/support/forums/topic/currency-symbol-in-the-wrong-place/October 2, 2017 at 6:27 am #1357691Courtney
MemberHi Alyson
Unfortunately, this is an issue we are already aware of and the team will address it in a future maintenance release of our plugins.
I will set this thread’s status to “Pending fix” and link it to the report so we can let you know as soon as a bugfix is released.
In the meantime, we have a workaround that will force the currency symbol to always be before the price. You should place the following code snippet into your theme’s functions.php file or use the My Custom Functions plugin:
add_filter( 'tribe_reverse_currency_position', function(){ return null; } );If you add this to a theme, it should be a child theme ideally. This prevents theme update conflicts. This is PHP code, not CSS, so I wouldn’t expect adding it to a theme’s css area to work. However, the My Custom Functions plugin above could be a good work-around to avoid creating a child theme to fix this issue alone.
Let us know if the snippet works for you in that location.
I apologise for the inconvenience and we’d appreciate your patience.
Thanks
Courtney 🙂October 20, 2017 at 1:11 pm #1366817Victor
MemberHello Alyson!
Just wanted to share with you that a new maintenance release (for the Week of 16 October 2017) is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-16-october-2017/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorNovember 11, 2017 at 8:35 am #1380627Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘currency symbol to the right and need it on the left’ is closed to new replies.
