Best Answer Rob , 21 April 2013 - 06:06 PM
I'd recommend opening a new topic, and pasting the link; the code used to create the scrollspy, and paste the edit to the .js into our pastebin.
That will make it much easier for us to properly investigate, as 'me too' topics are rarely the same as someone else's. I'm sure you'd prefer to get specific attention.
Go to the full post
#1
Posted 14 September 2012 - 08:33 PM
#2
Posted 14 September 2012 - 11:40 PM
Looking at the code for your page, the last "li class" is set to "active" for the section tab as well as the third. I would advise you to go back and check the anchors you've set within the page which activate the scrollspy. The first one works fine, the shadow effect on the nav is activated by the "active" anchor.
If you get stuck paste the code you've set here and we'll take a look
#3
Posted 18 September 2012 - 02:33 PM
This is the code:
#4
Posted 18 September 2012 - 03:01 PM
#5
Posted 18 September 2012 - 08:41 PM
#6
Posted 18 September 2012 - 08:50 PM
#7
Posted 19 September 2012 - 11:55 PM
#8
Posted 23 September 2012 - 09:59 AM
Can you post a screenshot of the error please, as like Simon I am unable to see what issue at all.
#9
Posted 08 October 2012 - 04:13 PM
#10
Posted 11 October 2012 - 06:52 AM
Your issue is that you're targeting sections, the Scroll Spy was intended to be used with HTML on a post/page only. However, this seems to be a common issue with the Scroll Spy, so I will speak to our developers and see if this can be changed, so it works with sections to.
#11
Posted 11 October 2012 - 12:31 PM
Thanks!
#12
Posted 17 October 2012 - 12:43 AM
#13
Posted 03 November 2012 - 09:34 AM
scrollArea.scrollspy({offset: 180 - mainOffset}); => // scrollArea.scrollspy({offset: 180 - mainOffset});
also, on line 37:
var offTop = jQuery(this.hash).offset().top - 120;
you can play with the -120. For me -30 gave the result I was hoping 4.
#14
Posted 03 November 2012 - 02:04 PM
#15
Posted 21 April 2013 - 05:33 PM
I'm having the same problem. Last box stays "active" or shadowed no matter where I am, and I also have it linked to banner sections on the page by divs in the banner titles:
Will see about trying gyoery's fix listed above.
#16
Posted 21 April 2013 - 05:51 PM
Copied the section to my child theme and commented out line 32 but same problem remains. Sucks.
#17
Posted 21 April 2013 - 05:57 PM
Todd, that reply is about 6 months old, and since it reflects something coming from Twitter Bootstrap, affecting only certain versions of Firefox, I'm not sure there's going to be much we can do on our end. I'll ask one of our developers to look into this.
#18
Posted 21 April 2013 - 06:06 PM Best Answer
I'd recommend opening a new topic, and pasting the link; the code used to create the scrollspy, and paste the edit to the .js into our pastebin.
That will make it much easier for us to properly investigate, as 'me too' topics are rarely the same as someone else's. I'm sure you'd prefer to get specific attention.











