Open Sauce mobile Navigation funktioniert nicht bei mehrsprachigen Seiten und dem internet explorer .

Georgios Tsougaris's Avatar

Georgios Tsougaris

Jun 26, 2014 @ 11:09 AM

Liebes Rocksolid Themes Team,
wie oben beschrieben funktioniert die mobile Navigation im Open Sauce Theme nicht richtig. Beim Aufruf eines links erscheint die Adresse doppelt.
Beispiel: http://www.furbrokers.com/en-EN/en-EN/news-list.html statt http://www.furbrokers.com/en-EN/news-list.html. Das Verhalten tritt nur mit dem Internet Explorer auf und bei mehrsprachiger Konfiguration. Firefox und Chrome funktionieren richtig

Grüße
Georgios Tsougaris

  1. Support Staff 1 Posted by RockSolid Theme... on Jun 26, 2014 @ 11:24 AM

    RockSolid Themes's Avatar

    Vielen Dank für Ihre Frage.

    Mit welcher mobilen Internet-Explorer-Version trat der Fehler auf?

  2. 2 Posted by Georgios Tsouga... on Jun 26, 2014 @ 12:09 PM

    Georgios Tsougaris's Avatar

    Windows Phone 8, und Internet Explorer 11.

    Der Fehler ist auch in der Desktop Version des I.E 11 nachvollziehbar wenn man das Fenster minimiert bis die mobile Navigation erscheint
    und dann versucht einen Link aufzurufen

  3. Support Staff 3 Posted by RockSolid Theme... on Jun 26, 2014 @ 01:57 PM

    RockSolid Themes's Avatar

    Anscheinend interpretiert der IE den <base>-Tag nicht korrekt. Ersetzen Sie bitte in der Datei files/opensauce/js/script.js die Zeilen 22 bis 24 mit folgendem Code:

    addEvent(navMainMobile, 'change', function(){
        var link = document.createElement('a');
        link.href = navMainMobile.value;
        document.location.href = ''+link.href;
    });
    
  4. 4 Posted by Georgios Tsouga... on Jun 26, 2014 @ 03:36 PM

    Georgios Tsougaris's Avatar

    Danke für die promte Antwort.

    Es funktioniert.

Reply to this discussion

Internal reply

        No formatting (switch to Markdown)

          You can attach files up to 10MB

          If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

            Keyboard shortcuts

            Generic

            ? Show this help
            ESC Blurs the current field

            Comment Form

            r Focus the comment reply box
            ^ + ↩ Submit the comment

            You can use Command ⌘ instead of Control ^ on Mac