Title: Help Needed
Last modified: August 24, 2016

---

# Help Needed

 *  [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/)
 * Hello,
 * I have installed and activated the plugin on a site of mine but i am unable to
   get it working. i have read the instructions and seen the demo and have been 
   trying to figure it out but cant seem to get it working…. Can I get some help
   please?
 * [https://wordpress.org/plugins/page-scroll-to-id/](https://wordpress.org/plugins/page-scroll-to-id/)

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986555)
 * Hi,
 * In order to provide any kind of help I’d need your website URL and/or more info
   about the problem.
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986557)
 * I have it installed on [http://mghomehealth.com/](http://mghomehealth.com/)..
   it is kind of a test site. I am just trying to see how it works but I cant get
   it going..
 * as i understand i create a menu and use custom links and add m_PageScroll2id 
   into the XFN field and #id into the url field.. so I did that for a fe pages 
   and then activated that menu but although the menu showed on the homepage, the
   links didnt work
 * I am doing sometthing wrong…
 * what I would really like to see would be the settings for the demo site
    [http://manos.malihu.gr/repository/page-scroll-to-id/demo/demo.html](http://manos.malihu.gr/repository/page-scroll-to-id/demo/demo.html)
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986560)
 * I can’t see any links with a hash (#) and/or `m_PageScroll2id` rel attribute 
   in your menu. Have you seen the following tutorial?
    [http://manos.malihu.gr/page-scroll-to-id-for-wordpress-tutorial/](http://manos.malihu.gr/page-scroll-to-id-for-wordpress-tutorial/)
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986561)
 * i deleted the menu because it didnt work
 * could you plz give me an example for me to work with?
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986562)
 * I added the test menu back again so you can see my errors
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986565)
 * Your menu links have URLs like `http://#31` which point to nowhere… They should
   either be `#31` or `http://mghomehealth.com/#31`
 * The tutorial I posted above is a step by step example on how to implement the
   plugin and make it work with your wp menu. Have you followed the guide provided
   in it?
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986573)
 * yes, i have tried to follow that tutorial but I cant really follow it… I dont
   consider myself stupid but it seems confusing to me..
 * I have change the links again but they are still not working?
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986574)
 * what i need is to see the settings for an already working page example such as
   [http://manos.malihu.gr/repository/page-scroll-to-id/demo/demo.html](http://manos.malihu.gr/repository/page-scroll-to-id/demo/demo.html)
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986575)
 * I will check back in the morning, thanks for helping
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986615)
 * still need help plz.. can you check what is wrong with my menu now?
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986659)
 * Your menu links seem correct. Now the only thing you need is to have element(
   s) in your content with id `3`, `31` etc.
 * You can add these id attributes directly in your theme’s HTML/template or in 
   wp editor via shortcodes. For example, to add them in the theme template:
 *     ```
       <div id="3">
         ...your content...
       </div>
       ```
   
 * and to add them in wp editor:
 *     ```
       [ps2id_wrap id='3'] your content [/ps2id_wrap]
       ```
   
 * It’s also advisable that your id attribute values start with a letter or underscore,
   e.g. `section-3`, `section-31` etc.
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986662)
 * okay, I think I understand that…
 * how do i do it if i want to show different pages all on the same page?
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986672)
 * “Page scroll to id” doesn’t do this as it’s out of plugin’s scope. You’ll have
   to see other tutorial(s) on how to do it (it’s fairly simple). For example check
   the following guide:
    [http://clicknathan.com/web-design/how-to-include-a-specific-pages-content-in-a-wordpress-theme-without-a-plugin/](http://clicknathan.com/web-design/how-to-include-a-specific-pages-content-in-a-wordpress-theme-without-a-plugin/)
 *  Thread Starter [SammyJayJay](https://wordpress.org/support/users/sammyjayjay/)
 * (@sammyjayjay)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986679)
 * Right… so back to the in a page..
 * So can i create a page, say with 10 large photos on it and make it scroll horizontally
   to show each photo individually with the menu staying static like in your demo
   site?
 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986715)
 * Yes as long as your whole page (not just an overflowed div) scrolls horizontally.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Help Needed’ is closed to new replies.

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

 * 15 replies
 * 2 participants
 * Last reply from: [malihu](https://wordpress.org/support/users/malihu/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/help-needed-60/#post-5986715)
 * Status: not resolved