OrganizedFellow Posted November 4, 2019 Share Posted November 4, 2019 I'm following the tutorials here https://getuikit.com/v2/docs/tutorials.html Learning to piece together my own templates and styles, really enjoying the flexibility! I can see why Ryan incorporated it so well into PW ? I am having trouble with the tool tips https://getuikit.com/docs/tooltip I follow the directions, but it still isn't working ? Link to comment Share on other sites More sharing options...
elabx Posted November 4, 2019 Share Posted November 4, 2019 Silly question but, have you included the javascript library?? Also maybe just another silly mistake, but you point to UIKit v2 tutorials, shouldn't you be looking for UIkit v3 tutorials? I've been using all most of UIkit as my go-to library on a lot of projects now, really includes most of the stuff I had to glue up one time or another with different js libraries . I wish they had kept the "per component javascript file" , now everything is bundled. I remember it used to be the other way around. Link to comment Share on other sites More sharing options...
OrganizedFellow Posted November 4, 2019 Author Share Posted November 4, 2019 1 hour ago, elabx said: Silly question but, have you included the javascript library?? Also maybe just another silly mistake, but you point to UIKit v2 tutorials, shouldn't you be looking for UIkit v3 tutorials? I've been using all most of UIkit as my go-to library on a lot of projects now, really includes most of the stuff I had to glue up one time or another with different js libraries . I wish they had kept the "per component javascript file" , now everything is bundled. I remember it used to be the other way around. INCLUDED the following: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="js/uikit.min.js"></script> <script src="js/components/sticky.min.js"></script> <script src="js/components/tooltip.min.js"></script> Sticky works fine, tooltip does not. As for the version tutorials?! I just went to the one posted from the homepage?! Link to comment Share on other sites More sharing options...
OrganizedFellow Posted November 4, 2019 Author Share Posted November 4, 2019 FIXED!!! I was not using the current version, which is 3.2.2. feel like such a dummy LOL 2 Link to comment Share on other sites More sharing options...
Peter Knight Posted November 4, 2019 Share Posted November 4, 2019 6 hours ago, OrganizedFellow said: FIXED!!! I was not using the current version, which is 3.2.2. feel like such a dummy LOL Keep an eye on the Changelog page too. I find they regularly introduce nice additions to the framework. 2 Link to comment Share on other sites More sharing options...
elabx Posted November 4, 2019 Share Posted November 4, 2019 5 hours ago, Peter Knight said: Keep an eye on the Changelog page too. I find they regularly introduce nice additions to the framework. Wow I hadn't done this and realize there's a lot of good stuff i didn't know about! Link to comment Share on other sites More sharing options...
bernhard Posted November 4, 2019 Share Posted November 4, 2019 Could you please mark the topic as solved? Thx ? Link to comment Share on other sites More sharing options...
Recommended Posts