Created
July 20, 2013 10:12
-
-
Save agusmu/6044547 to your computer and use it in GitHub Desktop.
PrimaShop - Show WPML Language Selector After Header Logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'prima_header_right', 'prima_custom_show_language_selector' ); | |
function prima_custom_show_language_selector() { | |
do_action('icl_language_selector'); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#header-menu #lang_sel { | |
margin-top: 50px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tutorial: http://www.primathemes.com/documentation/show-wpml-language-selector-after-header-logo/