Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1193505
    wayofwonder
    Participant

    Hi,
    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.

    #1193571
    Paul R
    Moderator

    Hi,

    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.

    #1197164
    wayofwonder
    Participant

    Hi
    It works perfectly.

    Thank you

    #1197277
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1193505 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>