• Resolved leostark

    (@leostark)


    Hello,
    I have a website with a couple of pages and I’m trying to use this plug-in in only one page named Servicios. I’m not trying to use the links in a menu but in I want to click in a sentence in the first paragraph to take me in the same page to another paragraph down below in that page.

    My website is http://www.kangtai.cl/servicios/

    I add the section <div id=”prueba”>target</div> in the page and the links that I tried were
    href=”http://www.kangtai.cl/servicios/#prueba&#8221; rel=”m_PageScroll2id”>link
    , and the href=”#prueba” rel=”m_PageScroll2id”>link

    However, none of them worked, throwing a problem that says that the URL cannot be found. I do not if this problem has something to do with the jquery, I apologize but I don’t know if I have one installed or how to install one.

    I hope you can help me with this.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author malihu

    (@malihu)

    Hello,

    The href attribute in your link is not correct:
    <a href="<a href="http://www.kangtai.cl/servicios/#prueba" rel="m_PageScroll2id">link</a>">En KangTai Cía</a>

    It probably should be:
    <a href="http://www.kangtai.cl/servicios/#prueba" rel="m_PageScroll2id">En KangTai Cía</a>

    Thread Starter leostark

    (@leostark)

    You were right malihu, I did’t realize that when I put the code to add a link in the visual section , in the URL: field; it actually added an extra <a href=

    At the end I just put the code in the text editor, and both piece of code worked just fine
    <a href="http://www.kangtai.cl/servicios/#prueba" rel="m_PageScroll2id">En KangTai Cía</a>
    and
    <a href="#prueba" rel="m_PageScroll2id">En KangTai Cía</a>

    Thank you malihu!

    Plugin Author malihu

    (@malihu)

    No problem 🙂
    Marking this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘It can't find the URL’ is closed to new replies.