• Resolved OwlBawl

    (@andrubonus)


    I have some strange new behaviour with plugin.
    The script m=el_main with source from translate.googleapis.com
    which as I see generates new class for :hover links on my website
    like:
    <class=”VIpqJd-yAWNEb-VIpqJd-fmcmS-sn540″>

    .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    backaround-color: #c9d7f1;
    box-shadow: 12px 2px 4px #99a; 
    box sizing: border text;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border box;
    position: relative;
    }

    With parameters in m=el_main_css for changing :hover link text with different background and color…

    This happens only on links with changed language, when switching to “original” language – all is fine.

    Can find out how to fix it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I believe you are referring to the background under texts when you hover them for about ~2 seconds.

    You can wait for the new version to be published or use the following CSS code:

    font font{background-color:transparent!important;box-shadow:none!important;position:initial!important}

    Thanks! 🙂

    Thread Starter OwlBawl

    (@andrubonus)

    Yes, sound like we talking about same thing, thank you.

    Plugin Author edo888

    (@edo888)

    You are welcome! If you have a moment please write a review: https://wordpress.org/support/plugin/gtranslate/reviews/#new-post

    Thanks! 🙂

    Thread Starter OwlBawl

    (@andrubonus)

    Done 😉

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘CSS class on hover m=el_main_css’ is closed to new replies.