Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1012261

    Hi,

    I want my default website to be in English. With the WPML plugin I’ve added a second language Dutch.

    Because my menu structure was in Dutch I’ve changed the text into English.
    I did this manually via appearance – menu’s. It worked, but the only thing is that when I click on an item from the main menu or the secondary menu I get an error (see under this email).
    I also get the same error with links in my text to specific pages.

    It looks like something goes wrong with the link to the specific page…, but I just can’t find the solution.

    I hope you can help me!
    Eefke
    ——————–
    ERROR
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator at (Email address hidden if logged out) to inform them of the time this error occurred, and the actions you performed just before this error. More information about this error may be available in the server error log.
    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    #1012550

    Hoi Eefke,
    waarom zet je dan niet de complete site standaard in het Engels?

    Inloggen op je dashboard ==> Instellingen ==> Algemeen

    Daar kun je de taal wijzigen en zou je site in het Engels moeten zijn.

    Mocht je je menu in het Nederlands hebben gemaakt kun je die in je dashboard bij Menu’s gewoon vertalen.

    #1012671

    Hi,

    Thanks insanityNL! Eefke could the answer solve your issue or do you still need help?

    Best regards,
    Peter

    #1012719

    Hi,

    Thanks for the idea ‘InsanityNL’ but the language of my site was already English.
    I manage to solve the problem with some other steps :-). So I don’t get the error anymore.
    Hopefully it stays this way!

    The only problems I still have are:
    1) my secondary menu on the Dutch website is still in English.
    I don’t see the menu under Appearance > menu’s.

    2) I’ve translated my homepage with WPML into Dutch. When I click on home it shows the page perfect.
    But when I switch from the English homepage to the Dutch homepage with the flag it shows just 1 blog.

    3) Where can I translate my footer into Dutch?

    Could you please support me with that.

    Thanks.
    Eefke

    #1013319

    Hi,

    1) You need to translate the secondary menu. I created a Dutch translation of the secondard menu – you now just need to add the menu items to it (link in private area).

    2) It seems like you solved the problem? If not – you need to set a front page for each language. Go to Enfold > Theme Options and click on flag to change the language to “Dutch”. Then select a page as front page and save the settings. Enfold will save all settings for each language separately – you could also set a different logo, etc. for the Dutch version of your website.

    3) Where can I translate my footer into Dutch?
    Translate the page which you use for the English website to Dutch. Then go to Enfold > Theme Options and click on flag to change the language to “Dutch”. Click on “Footer”, select the translate page from the dropdown and hit the “Save options” button.

    Best regards,
    Peter

    #1013629
    This reply has been marked as private.
    #1013976

    Hi,

    
    #text-6 .avia-button .avia_iconbox_title {
    color: #000;
    

    There’s a missing curly brace. Please close the css declaration properly.

    Best regards,
    Ismael

    #1014126

    Hi Ismael,

    Thanks for your reply!

    In my css there is a curly brace, so that is not the problem.
    Any other idea?

    Eefke

    #1014321

    Hi,

    I fixed it – the issue is caused by wpml which replaced the widget id (#text-6) for each language.

    For English I had to use

    
    #text_icl-5 .avia-button {
      background-color: #e4293a;
      border-color: #e4293a;
    }
    #text_icl-5 .avia-button .avia_iconbox_title {
      color: #000;
    }
    

    and for Dutch:

    
    #text_icl-2 .avia-button {
      background-color: #e4293a;
      border-color: #e4293a;
    }
    #text_icl-2 .avia-button .avia_iconbox_title {
      color: #000;
    }
    

    Best regards,
    Peter

    #1014398

    Hi Peter,

    Wow, that is amazing! Thanks a lot :).
    I’m really happy it is fixed again.

    You offer great support. Can I rate the support of Kriesi somewhere?

    Enjoy your day,
    Eefke

    #1014420

    Hi,

    I’m glad you were able to get this resolved. Thanks for the kind words as well. If you need additional help, please let us know here in the forums. Great reviews on ThemeForest goes along way to helping us grow and support.

    Best regards,
    Jordan Shannon

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Error occurs on every page’ is closed to new replies.