Issue with Translation Flag Visibility
-
Hi @edo888,
Thank you for your fantastic plugin!
Some of my customers have reported that they are unable to see the translation flag. You can see their discussion here:
https://forums.flyer.co.uk/viewtopic.php?p=2050486#p2050486
However, when I open the page on sdlink.de, I am unable to reproduce the issue. Do you have any idea what might be causing this?
I have defined some custom CSS, which I’ve included below. Could this be interfering with the flag’s visibility?div.gt_float_wrapper {
box-shadow: none !important;
background-color: #fafcf7 !important;
border: none !important;
max-width: 500px;
}
div.gt_float_switcher {
background-color: #fafcf7 !important;
box-shadow: none !important;
max-width: 500px;
}
div.gt-current-lang {
background-color: #fafcf7 !important;
box-shadow: none !important;
border: 0 !important;
appearance: none !important;
outline: none !important;
}
div.gt_options.gt-open {
background-color: #fafcf7 !important;
box-shadow: none !important;
border: none !important;
padding: 10px !important;
max-width: 500px !important;
}
div.gt_options.gt-open a {
background-color: #fafcf7 !important;
padding: 5px 10px !important;
display: block;
text-decoration: none;
color: #333 !important;
max-width: 500px;
}
div.gt_options.gt-open a:hover {
background-color: #fafcf7 !important;
border-radius: 4px;
max-width: 500px;
}I’d appreciate any insights you might have on this!
Thanks in advance.
Best regards,
RobertThe page I need help with: [log in to see the link]
The topic ‘Issue with Translation Flag Visibility’ is closed to new replies.