Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #339942

    Hello –

    I hate re submit requests but I havent got a replay in a few days and need to get this solved. The code supplied didnt work.

    Here is the original request: https://kriesi.at/support/topic/add-a-link-to-the-right-of-the-google-translate-drop-down/

    Here are the details:

    Hello,

    I had your staff help me add a google translate drop down and now need to add a text link to the right of the drop down. I need the text to be white and link to another website, when the link has a rollover I would like the color to change as well.

    Here is the link for the previous thread: https://kriesi.at/support/topic/google-language-translator-plug-in-intergration/

    Please advise

    By the way you guys rock!

    #340109

    Hi mcraig77!

    If you would like to add it manually, please go to Appeanrace > Editor and open Helper-main-menu.php file and find

    <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>

    and add your text right below it

    <a href="http://kriesi.at" class="my-custom-text">Here is your text</a>

    then add following code to Quick CSS

    a.my-custom-text { color: red; }
    a.my-custom-text:hover { color: orange; }

    Regards,
    Yigit

    #340293

    Ahoy Yigit –

    Yes the text now show but it is in the upper right of the browser, how do i get it on the same baseline as the google translation bar? and to the right of it?

    Thanks

    #340311

    Hi!

    Please add following code to Quick CSS as well

    a.my-custom-text {
    position: absolute;
    top: 10px;
    left: 27%;
    }

    Regards,
    Yigit

    #340343

    Positioning is correct but not I can’t rollover…

    #340814

    Hi!

    Please add following code to Quick CSS as well

    a.my-custom-text { z-index: 999; }

    Cheers!
    Yigit

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