Viewing 8 replies - 1 through 8 (of 8 total)
  • Have you checked the structure behind the files for wordpress? For me I had to prop the code for the content in the index.php (main content).

    Make sure you also have linked properly with the plugins URL-option and the link relationships (e.g. under menus -> properties for each menu item).

    Hope this helps.

    Plugin Author malihu

    (@malihu)

    Also do you get any console errors (when viewing your page with dev tools)? Is your menu/links generated or modified by other script(s) after page scroll to id is initialized?

    Thread Starter eengler

    (@eengler)

    No there are no errors that I see. I tried to apply the plugin where I did not have to alter the links. If I click on a page
    http://emilyengler.com/resume/#section_resume
    where I put the div up top, when I click the link in the nav bar it jumps to the div but does not scroll and it is a separate page. I have no idea how to fix it.

    Plugin Author malihu

    (@malihu)

    I get the following console error:
    Uncaught Error: Syntax error, unrecognized expression: a[rel~='m_PageScroll2id'], emilyengler.com/resume/#section_resume a,,._ps2id.

    mPS2id_params variable seems to have a faulty selector: a[rel~='m_PageScroll2id'], emilyengler.com\/resume\/#section_resume a,.

    ‘Selector(s)’ value in plugin settings should be something like: a[rel~='m_PageScroll2id'], .navbar .menu-item a.

    Thread Starter eengler

    (@eengler)

    I don’t know what’s going on. Changing the selectors did not work. This is a great plugin, exactly what I want, but I can’t get it to work.

    Plugin Author malihu

    (@malihu)

    The value in ‘Selector(s)’ field still gives an error. a[rel~='m_PageScroll2id'], .navbar .menu-item a., #section_resume
    (notice the point after .menu-item a).
    Change the value to:
    a[rel~='m_PageScroll2id'], .navbar .menu-item a, #section_resume

    Thread Starter eengler

    (@eengler)

    This scrolls from the top of the resume page down a little but not from the home page?

    Plugin Author malihu

    (@malihu)

    Your link http://emilyengler.com/resume/#section_resume does work from all pages (including home). Just checked it with Chrome and Firefox.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Literally tried everything for the last 2 weeks’ is closed to new replies.