Hi
How can I put the ITA e ENG in the top bar, next to the social icon? (left position)
I create the file _topbar.php in wp-content/themes/pro-child/framework/views/global/
but I don’t have a results. 
Thanks!!
<?php
// =============================================================================
// VIEWS/GLOBAL/_TOPBAR.PHP
// -----------------------------------------------------------------------------
// Includes topbar output.
// =============================================================================
?>
<?php if ( x_get_option( 'x_topbar_display' ) == '1' ) : ?><?php echo x_get_option( 'x_topbar_content' ); ?>
-
<?php pll_the_languages( array( 'show_names' => 1 ) ); ?>
