• Resolved lakewebworks

    (@lakewebworks)


    Hello, somewhere along the line the flags for our GTranslate floating widget stopped displaying. Clearly this makes the UI hard to use. I’ve tried everything I can think of, including toggling on and off relevant settings, but no luck. Any thoughts? See bottom left of https://redwoodcoasttransit.org

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter lakewebworks

    (@lakewebworks)

    Follow up: I should have mentioned that I’m using the Divi theme (not sure if that’s relevant). In any case, I couldn’t wait any longer for a reply and figured it must be a stylesheet-related issue (I do see that toolbar.css is loading), so I FTP’d in, located the flag image file, and wrote some CSS to call it as a background image (manageable, since I’ve only got two languages). Here it is in case it’s of benefit to anyone else:

    .tool-items a {
    	background: url(/wp-content/plugins/google-language-translator/images/flags.png) 0px 0px no-repeat;
    }
    .tool-items a.united-states {
    background-position-x: -118px;
      background-position-y: -351px;
    }
    .tool-items a.mexico {
    background-position-x: -118px;
      background-position-y: -438px;
    }
    .tool-item.selected, .tool-item:hover {
    	background: url(/wp-content/plugins/google-language-translator/images/flags.png) 0px 0px no-repeat;
    }

Viewing 1 replies (of 1 total)

The topic ‘GTranslate Floating Widget flags not displaying’ is closed to new replies.