Viewing 14 posts - 1 through 14 (of 14 total)
  • Posted in: Dante
  • #293700
    Marine
    Member
    Post count: 151

    Hello,

    On this blog, I’d like to display my Google translator flags on the right, just before my Top bar menu “Découvrez…”
    I guess I have to choose Text/Text in the top bar config bug is there a shortcode for the top menu, to be able to display Google Translator shortcode near the top bar shortcode?
    Or is there any other solution?
    Tx !!
    Marine

    #293762
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    What is code to display the google translator?
    Thanks
    Mohammad

    #293776
    Marine
    Member
    Post count: 151

    [google-translator]

    #293781
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Have you installed any plugin for displaying this shortcode.
    Thanks,
    Mohammad

    #293782
    Marine
    Member
    Post count: 151

    Yes, Google Language Translator.
    My issue here is just to be able to display it near the top bar menu. There’s not shortcode for the menu ? With a shortcode I could select text/text in the top bar and put the 2 shortcodes side by side no ? Otherwise I put the shorcode Google and write the menu in full html, it should work

    #293789
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I need login detail to check and resolve the issue.
    Thanks
    Mohammad

    #293791
    Marine
    Member
    Post count: 151
    This reply has been marked as private.
    #293968
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    If you do this:

    It results in this:

    Is that what you want?

    #293970
    Marine
    Member
    Post count: 151

    It’s what Ive done before but I’d like the flags 10 px before “Découvrez”, so all in the Top bar left config
    Tx!

    #293994
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I added again the translation shortcode in the top bar left and also added the custom css below.

    #flags {
        margin-right: -60px;
       float: right;
        width: 50px;
    }
    .tb-left.col-sm-6.clearfix {
        width: 70%;
    }
    .tb-right.col-sm-6.clearfix {
        width: 30%;
    }

    It seems to be ok now.
    https://www.dropbox.com/s/geet7phqtp2uyt3/Screenshot%202016-09-30%2017.56.27.png?dl=0

    -Rui

    #294111
    Marine
    Member
    Post count: 151

    Much better yes ! But the first flag is clickable when you put the mouse completly on the left but the second is not clickable…

    #294118
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    It’s because of the margin-right: -60px , removing it and will work but it won’t be next to text.

    try this instead, it’s difficult to get it closer.

    #flags {
       float: right;
        width: 50px;
    }
    .tb-left.col-sm-6.clearfix {
        width: 75%;
    }
    .tb-right.col-sm-6.clearfix {
        width: 25%;
    }

    -Rui

    #294120
    Marine
    Member
    Post count: 151

    Yep tx, It works with 73-27%, tx !!
    Nice day

    #294123
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Rui!

Viewing 14 posts - 1 through 14 (of 14 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register