[nodebb-theme-tron] Tron Theme for NodeBB
-
TypeError: Cannot read property 'target' of undefined
Edit: after a refresh console says
Uncaught ReferenceError: $ is not defined
-
@Tanner Oh so jQuery is not defined (or you had a bug). Is your script in a
$('document').ready(function () { });
By the way you need to click on something in order to have a event.target. You need to include it in your code and click anywhere and then click on something specific.
And see what the console says. -
-
NPM installation info and github info have been added to the OP. For those that missed it, it is as follows:
Installation
npm install nodebb-theme-tron
##Github
GitHub - Paaltomo/nodebb-theme-tron: Tron theme for NodeBB
Tron theme for NodeBB. Contribute to Paaltomo/nodebb-theme-tron development by creating an account on GitHub.
GitHub (github.com)
Happy theming!
-
Currently the JS is not firing on my demo so I'll be working to fix this now. If anyone is around to help let me know.
-
Updated to 0.0.11
- Added header widget area
- Increased speed on category info sliders
- Fixed error with Javascript not firing
- Fixed slide animation on menu tabs
Updated git and npm. More to come soon.
-
Gave this a quick test on 0.60-dev. Looks like the menu slide-out isn't firing.
-
Thanks, @Ted. I'll look into this soon.
-
Also going to fix this in the next release.
-
Could be updating this theme over this weekend. Anyone have any recommendations or criticisms that I could work off of?
-
Any chance of updating this awesome theme for 1.0.2 ?