Language Switcher In Qubic, Doesn't Follow The Effect Of The Header. - Question | JoomShaper

Language Switcher In Qubic, Doesn't Follow The Effect Of The Header.

MX

Manos Ximeris

Template 1 year ago

Hello. I have published the language switcher in qubic template, on top 1 position, but it doesn't follow the same effects as the logo and menu. Once I scroll down it is being applied a smooth effect for the logo and main menu, but not for the language switcher, that all belong to the same Header area. Also the language switcher is working only with flags and not with language drop down. How can I fix that?

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146747

I have used this CSS to

template/shaper_qubic/css/custom.css

#sp-header .row {
    align-items: center;
}
div.mod-languages ul li.lang-active{
    background-color: transparent;
}

You can use this file if you want to add any extra CSS.

1
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #146563

Hello Manos Ximeris

Apology for the inconvenience. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup with you before sharing.

Best regards

0
MX
Manos Ximeris
Accepted Answer
1 year ago #146676

Thank you for replying. The cedentials are in hidden content.

Where to source the responsible css, for changing the white background of the active flag to transparent?

0
MX
Manos Ximeris
Accepted Answer
1 year ago #147011

Thank you for the fix! Flagging works fine, just the dropdown language is not working. If this could be an option, it would be great.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #147082

You are welcome 😊

Dropdown is not working. It looks like a bug. It will be fixed in the next update.

0