qtranslate flag in the top right position

Homepage Community Forums Ally Theme Support qtranslate flag in the top right position

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #9526
    fpdesign
    Customer

      Hi how to move the qtranslate flag in the top right position ?

      this is the site http://www.visualproject.it

      #9532
      Eric
      Customer

        You can add this to your style.css file –

        .qtrans_flag_en {
            background-position: right !important;
        }

        And then this to fix the padding –

        .qtrans_flag_and_text {
            padding: 1px 25px 0 0 !important;
        }

        In the future it’s usually recommended to contact the original author/developers in regards to third party plugins if you need support. But that code I pasted above should override the plugin’s code and get you setup.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #12812
        fpdesign
        Customer

          Sorry but i have strange result http://www.visualproject.it
          ON iPad mini (1024×768 pixel in horizontal position ) it’s correct , the flag are ion the right
          But On firebox, safari, chrome, the flag are on the left.
          How to have always the flags on the right.
          Or how to put the code in the header without widget
          Qtranslate is no ore supported
          I switched to mqtranslate
          thanx

          #12844
          Eric
          Customer

            You can try adding something like this to your css (not sure if it will help or not) –

            .qtrans_flag_en {
            background-position: left;
            }

            I’d recommend contacting the creator of this plugin to get the proper assistance since this was created by a 3rd party developer.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #12851
            fpdesign
            Customer

              So this is your suggestion

              .qtrans_flag_en { background-position: right !important;}
              .qtrans_flag_and_text { padding: 1px 25px 0 0 !important;}
              .qtrans_flag_en {background-position: left;}

              Have you see the result

              https://www.dropbox.com/s/aof3jcjh3c8o7l7/Screenshot%202014-06-24%2012.11.08.png

              #12852
              fpdesign
              Customer

                So i have the same problem here http://www.gebox.it/office/Carmagnani/ with your Optimal child theme

                and i have this code

                .qtrans_language_chooser {overflow: hidden;display:inline-block;position: absolute;float: right;z-index:100;padding-left: 5px;width : 50px}
                .qtrans_language_chooser a {padding-right: 5px;}
                .qtrans_language_chooser li {float: left; margin-right:4px;}
                .qtrans_language_chooser li { list-style: none outside none;margin-left:0px;}

                On iPad mini 1024×768 the flag are on the left can you help me ?

                #12855
                Eric
                Customer

                  As mentioned on the forum rules (Rule #1) – https://appfinite.com/topic/forum-rules/ you’re supposed to contact the creator of the plugin you’re using if you need support for it (since it’s not created or used by most people here). This forum is primarily for Genesis child themes support. You will get a much better solution from the creator of the plugin you’re using by contacting them for support.

                  Rule #1
                  Please only post the issues that are caused by the theme you are using. If you are having issues with an external source that was not created by us (like a Plugin for example), then you will need to contact the Plugin author/developer or whoever created the code that is causing the issue.

                  There are thousands of plugins/code available, and we are unable to offer solutions for each and every plugin/code. This is why we recommend contacting the developer that originally created the plugin/code so you can get the proper solution.

                  In some cases we can help provide a solution if it is a plugin or a piece of code that we are familiar with, but you should always contact the author/developer first.

                  I tried assisting as much as I could but you’ll get a better solution from the plugin author directly.

                  Also, just so there isn’t any confusion I thought I’d mentioned that these aren’t my themes or site, I’m a forum member just like yourself (also noted in my signature below).


                  I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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