Tagged: x
-
AuthorPosts
-
September 28, 2016 at 2:10 am #1193505
wayofwonderParticipantHi,
Ajax Translator Revolution DropDown.I want to place the language dropdown menu top bar.
Main menu situated, does not appear in the mobile menu.
website link: http://www.duruyem.com
Thanks in advance.
September 28, 2016 at 3:46 am #1193571
Paul RModeratorHi,
To achieve that, create file _topbar.php in wp-content/themes/x-child/framework/views/global
and copy the code below into that file.<?php // ============================================================================= // VIEWS/GLOBAL/_TOPBAR.PHP // ----------------------------------------------------------------------------- // Includes topbar output. // ============================================================================= ?> <?php if ( x_get_option( 'x_topbar_display' ) == '1' ) : ?> <div class="x-topbar"> <div class="x-topbar-inner x-container max width"> <?php if ( x_get_option( 'x_topbar_content' ) != '' ) : ?> <p class="p-info"><?php echo x_get_option( 'x_topbar_content' ); ?></p> <?php endif; ?> <span class="my-translator"> ADD YOUR TRANSLATOR CODE HERE </span> <?php x_social_global(); ?> </div> </div> <?php endif; ?>Change ADD YOUR TRANSLATOR CODE HERE with your Ajax Translator code
Hope that helps.
September 30, 2016 at 6:29 am #1197164
wayofwonderParticipantHi
It works perfectly.Thank you
September 30, 2016 at 8:30 am #1197277
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1193505 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
