• Resolved daitarn3

    (@daitarn3)


    hello and congratulations for your pulgin!

    I wanted to know if you can use an image or an icon (fa-fa icon) instead of the google symbol and the word “language selection”.

    is it possible to have the select drop-down field with the flags?

    thank you
    Massimo S.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Prisna

    (@prisna)

    Greetings,

    thanks for your comment. Sorry, it’d only be possible change the icon, you should go to:

    Advanced > General > Custom CSS, use:

    .goog-te-gadget-simple img {
    	display: none !important;
    }
    
    .goog-te-gadget-simple:before {
    	content: "\f2c0";
    	font: normal normal normal 14px/1 FontAwesome;
    	padding: 3px 0 3px 5px;
    }

    Change the content for the value of your desired icon.

    Regards

    Thread Starter daitarn3

    (@daitarn3)

    Thanks for the reply,

    I tried this way, but I do not see the icon.
    there is still the word “choose language”

    
    .goog-te-gadget-simple img {
    	display: none !important;
    }
    
    .goog-te-gadget-simple:before {
    	content: "https://www.riplove.world/wp-content/uploads/2018/10/icon-translate.png;
    	font: normal normal normal 14px/1 FontAwesome;
    	padding: 3px 0 3px 5px;
    }
    
    Plugin Author Prisna

    (@prisna)

    That’s a png file, it’s not a font awesome icon, you’re missing the closing double quote, and an image shouldn’t be placed as content.

    I see you’re using another plugin now, so it seems nothing else is required over here.

    Regards

    Thread Starter daitarn3

    (@daitarn3)

    good morning,
    I waited to answer to show you what I was looking for.
    I had to first make it operational on the site
    I wanted to understand if I could get the same thing with your plugin
    you see

    thanks

    Plugin Author Prisna

    (@prisna)

    Greetings,

    it’s possible to show an image instead of the default Google image as explained before. But the lightbox is not possible, sorry. So it won’t be possible to achieve what’s shown on the link you sent.

    Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Image or an icon (fa-fa- icon) instead of the google symbol’ is closed to new replies.