Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1372244

    Hi Kriesi Team,

    I had an error on my website (only the Dutch page). When I updated my plugins I also received an email about it. See the private content.
    Luckily after updating the plugins the site worked again. But can you please inform me why this happened and how I can avoid it?

    Many thanks.
    E. Jansen

    #1372264

    Hey Eefke,

    It looks to be a problem with WPML string translations. If it’s working as it should now, then I don’t think that it’s anything to worry about, since I’m guessing there was an update for the plugin?

    Best regards,
    Rikard

    #1373430

    Thanks Rikard, that makes sense.

    My English website is my up to date one. I have to adjust my Dutch one.
    Is there a way to take my Dutch website ‘out of the air’ and publish it again when the adjustments are ready?

    Thanks!

    #1373453

    Hi,

    You can temporarily hide the Dutch language flag with css to remove access to the Dutch version of the site.

    #top .language_nl {
        display: none;
    }
    

    Plese toggle the Enfold > Performance > File Compression settings after adding the css.

    Thank you for your patience.

    Best regards,
    Ismael

    #1373542

    Great that worked, thank you.
    What do you mean with “Plese toggle the Enfold > Performance > File Compression settings after adding the css.”?

    #1373560

    Hi,
    Glad Ismael could help, Please toggle the Enfold > Performance > File Compression settings after adding the css.
    means to turn it off and then back on if you had it on, but since the css is working for you, you won’t need to do this.
    Unless there is anything else we can assist with on this issue, shall we close this then?

    Best regards,
    Mike

    #1373841

    Hi Mike,

    Unfortunately I see that the Dutch page is back again.
    I also see it when I for example enter my site via my mobile phone. Any ideas how to solve this?

    Thanks.

    #1373944

    Hi,
    Thank you for your patience, but I don’t understand what you are trying to do, you want to hide the Dutch flag?
    This css will work for both desktop & mobile:

    #top .language_nl * {
        display: none;
    }

    After applying the css, please clear your browser cache and check.
    Please note that testing with iPads & iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.

    Best regards,
    Mike

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