Plugin Author
malihu
(@malihu)
This means that the plugin is not activated on your links. I can’t help though unless I see your page…
oh, ok it is done by wampp at the moment, what do you need to see i can send some screen shots?
its works when i put <?php wp_footer(); ?> on the footer, it scrolls but it scrolls up to the top, it doesnt go to the divs i want it to go to?
Plugin Author
malihu
(@malihu)
Yes <?php wp_footer(); ?> is required for almost any plugin to work.
1. Open your site with browser’s developer tools to make sure you have the appropriate sections in your markup (e.g. <a id="section-id">...</a>) and their position.
2. Make sure your HTML has a (correct) DOCTYPE, e.g. <!DOCTYPE html>