By Alex Lee on Tuesday, 01 December 2015
Posted in Wanderers
Replies 4
Likes 0
Views 1.4K
Votes 0
hey Hey,

Was just wondering if scrollsp was enabled in the template (in bootstrap) every time i try to add scrollspy it breaks my page .

best
Hi Alex,

Can you please elaborate more on how the scrollspy break your page and share us a site with the following issue as well.
We have tested insert Scrollspy via JavaScript there is no problem on the template.
http://getbootstrap.com/javascript/#scrollspy
·
Tuesday, 01 December 2015 11:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Hey, sure.

Basically when i go into the Index.php page to edit the body tag, so that i can add data-spy="scroll" it breaks all my css and makes all files 444 , index.php. theme.css and under scripts.

he you can see what i mean

http://www.tmmjn.com
·
Tuesday, 01 December 2015 16:29
·
0 Likes
·
0 Votes
·
0 Comments
·
I've removed it now so that i can work on the site

best
·
Tuesday, 01 December 2015 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Alex,
Thanks for updating, perhaps you can insert scrollspy via javascript.
e.g.:
$('body').scrollspy({ target: '#myScrollspy' })
·
Wednesday, 02 December 2015 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post