Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #584190

    Hello…
    After install the WPML plugin and change the language loses all css properties. I have two language. =(

    Thanks

    #584516

    Hey eparkerswe,

    Are you referring to CSS in Quick CSS? If so it’s as expected, you need to copy the CSS you have in your first language to the second one if you want the same settings on each language.

    Regards,
    Rikard

    #584561

    Hi Rikard..
    Thanks for your reply..
    No. I have the same quick css in both languages but when the switch to the English language.. The website lost. CSS properties.

    Please check my links

    Swedish version..

    English version
    http://ooto2.rymdwebserver.com/lunch/?lang=en

    Thanks again..

    #585194

    Hi,

    Ah, I see. Could you try to disable BWP Minify to see if that helps? If not then please post admin login details in private.

    Regards,
    Rikard

    #585249

    Thanks Rikard… The problem is BWP Minify… Which plugin can works for Minify?

    =)
    Eric

    #585408

    Rikard… one question more…

    I need the same mobile menu style (hamburguer button) but for desktop… Is possible?..

    Thanks again..=)

    #585879

    Hi,

    BWP Minify should work with the theme as far as I know but there might be a conflict with WPML although I find it unlikely, could you try some different settings to see if you can find one that works? If you want to try another minify plugin I would try simply searching for one and try it out.

    You can try the following in Quick CSS to have the mobile menu active on desktop as well:

    @media only screen and (min-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Regards,
    Rikard

    #585923

    Thanks Rikard for your support..=)

    Regards,
    Eric

    #586819

    Hi Eric,

    Glad we could help, please let us know if you should need any more help on the topic.

    Thanks,
    Rikard

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.