We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 43592
    • 97 Posts
    I've a strange problem after activating speaking urls in my Modx revo 2.51 CMS:

    http://www.rottmayr-akademie.eu/hilfe-erhalten/kurzgriffe.html

    When you click on "Mehr Infos zu dieser Kursart ..." on this page, the content fades in and after 2 seconds the whole page switches to the homepage.

    This problem was not existing before activating speaking urls

    The content of the faded in datasheet (via JQuery) comes from another ressource.

    I thought of duplicate URI in alias but that doesnt seem to be the problem, altought the content IS already in a layer in the new template/ressource and only needs to be faded in.

    Any ideas for a solution?

    Thanks in advance ..

    This question has been answered by sspind. See the first response.

    • discuss.answer
      • 43592
      • 97 Posts
      Solved. I had a <a href="#"> in my "Mehr Infos zu dieser Kursart" Link which did react with Speaking Urls somehow.

      I changed it to <a> and added

      a:hover {
      cursor:pointer;
      }

      To my stylesheet to see pointer again.