Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #863104

    Hi there,
    I just updated Enfold and all plugins. After the update, the position of the $ is on the wrong side, ignoring the settings in WooCommerce and Events Tickets Plus. I am using the Upcoming Events tool from the layout builder.
    The currency position is correct on the store pages, but incorrect for these event listings.

    Any help is appreciated. Thank you!

    #863106

    Ok, for those with the same issue – digging through support forums and found this on The Event Tickets Plus (MOdern Tribe) website. Add this to your functions file:

    add_filter( 'tribe_reverse_currency_position', function(){ return null; } );

    This will force all currency symbols to the left of the price. They said this is a workaround until their next release.

    #863375

    Hi kristenangel,

    Thank you for sharing!

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.