rlriggs
Nuke Newbie Posts:2
|
11/06/2013 2:44 PM |
|
Just watched your new Bootstrap 3 tutorial - absolutely perfect! Every time I come to the site and watch videos however it's like chocolate, always want more... I have a couple skin designs coming up I'll be using Bootstrap 3 and I'm also going to need to use Mega Menus - anyone have resources, examples to refer me to?
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667
|
11/07/2013 6:54 AM |
|
Are there any mega-menus included with Bootstrap. If so, you can go through the process outlined in the tutorial to convert that to a DDR Template. If no, you might look at converting the DDR Mega-Menu template to a responsive one. The DDR Template is not too hard to understand, provided that you have some html/xslt/jQuery experience. On way to start would be to look for sites that use a Mega-Menu responsively. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Sri
Nuke Active Member Posts:24
|
11/21/2013 9:59 AM |
|
Are you guys going to re-do the second part of the series for Bootstrap 3 as well?
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667
|
11/22/2013 10:27 AM |
|
I just reviewed the second Bootstrap tutorial. You should be able to use this directly. The only real difference is that the spanxx classes need to be replaced by the col-xx-yy classes. That should be it. If you need more than that, please ask questions here!
|
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Sri
Nuke Active Member Posts:24
|
11/29/2013 9:55 AM |
|
Sorry about that I missed your reply. I have done the second part now and it worked out well, exempt for this; -How to add the user/login skin object to the skin -Using jQuery to add the appropriate css classes to the user/login skin object When I added the jQuery to the code it stacked the user and login on top of each other, which obviously did not look good.
|
|
|
|
|
Sri
Nuke Active Member Posts:24
|
11/29/2013 9:55 AM |
|
Sorry about that I missed your reply. I have done the second part now and it worked out well, exempt for this; -How to add the user/login skin object to the skin -Using jQuery to add the appropriate css classes to the user/login skin object When I added the jQuery to the code it stacked the user and login on top of each other, which obviously did not look good.
|
|
|
|
|
Sri
Nuke Active Member Posts:24
|
11/29/2013 10:07 AM |
|
Are you guys going to do a follow up to that one? It would be nice to see one that shows how to add the slide-show and other higher level parts of bootstrap into DNN.
|
|
|
|
|
Tim Nguyen
Nuke Newbie Posts:5
|
12/02/2013 9:50 AM |
|
Thanks Andy for another great tutorial. I also hope that the tutorial series will be kept continuing to show us a completed solution for skinning with bootstrap.
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667
|
12/02/2013 2:16 PM |
|
Tim, Rick and others! Can you make some specific suggestions as to what you would like to see in a continuation of the Bootstrap tutorials. And, be aware that DNN 7.2.0 -- due to be released in the next few days -- is supposed to include a responsive skin for the default site. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Sri
Nuke Active Member Posts:24
|
12/03/2013 7:49 AM |
|
Here is mine; Number one I would love if you could cover how to integrate the carousel into DNN. http://getbootstrap.com/javascript/#carousel Tabs; http://getbootstrap.com/javascript/#tabs something like this with some side navigation; http://getbootstrap.com/examples/offcanvas/ modals; http://getbootstrap.com/javascript/#modals tables; http://getbootstrap.com/css/#tables Thanks! |
|
|
|
|
Sri
Nuke Active Member Posts:24
|
12/03/2013 7:49 AM |
|
Here is mine; Number one I would love if you could cover how to integrate the carousel into DNN. http://getbootstrap.com/javascript/#carousel Tabs; http://getbootstrap.com/javascript/#tabs something like this with some side navigation; http://getbootstrap.com/examples/offcanvas/ modals; http://getbootstrap.com/javascript/#modals tables; http://getbootstrap.com/css/#tables Thanks! |
|
|
|
|
Joseph Craig DNN MVP Posts:11667
|
12/03/2013 9:23 AM |
|
I'll certainly pass these suggestions to Andy. While you are waiting, you can probably figure out much of these things from the code on the page that you mention together with the example here: http://www.dnncreative.com/Training...ault.aspx. There is also a tutorial that shows how to use the dnnModal, and that should be quite transferrable to Bootstrap. Basically, you put an HTML module on the page, and add the appropriate HTML markup (as shown on the Bootstrap example page). Then you need to add the script code. This can also be added in the same HTML module. And, that pretty much is it. That should work pretty well for carousel, tabs, modals. For tables, just add classes to tables in an HTML module. For something like links in the side navigation, it would be useful to use something like the DNN Links module for the links, and see about modifying the HTML structure so that it can be used with the Bootstrap requirements. That one will be a bit more complicated. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Sri
Nuke Active Member Posts:24
|
12/04/2013 8:21 AM |
|
Thanks for your reply I will try those out for the time being. |
|
|
|
|
Sri
Nuke Active Member Posts:24
|
12/04/2013 8:21 AM |
|
Thanks for your reply I will try those out for the time being. |
|
|
|
|
Wachter Bernd
Nuke Newbie Posts:1
|
01/27/2014 8:04 AM |
|
Hello, Yes I am also very interested of new Series of Bootstrap 3 an DNN I like - Bootstrap 3 Megamenu - and or DDR Menu Normal and Megamenu where Responsive The Menu in your Site where also good to teach in a Lession with slide Effects and diferent Colors .... I hope it Comes a few new Lessons about this... Thanks Bernd
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667
|
01/27/2014 9:08 AM |
|
We do have new Bootstrap tutorials in the near future. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Sri
Nuke Active Member Posts:24
|
01/28/2014 1:11 PM |
|
Thanks for that. I did get a few things working but would love to see some more follow up.
|
|
|
|
|
Joseph Craig DNN MVP Posts:11667
|
01/28/2014 10:29 PM |
|
Suggestions as to topics for future tutorials are welcome here! |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Sri
Nuke Active Member Posts:24
|
|
Joseph Craig DNN MVP Posts:11667
|
01/30/2014 7:05 PM |
|
Until we have some more tutorials, many of the items that you have listed are VERY easy to do. If you are using a Bootstrap based skin and follow the tutorials, most of the required files are already included in the skin. Then simply cut and paste the code examples into a Text/HTML module (in HTML mode). Of course, to customize you will have to edit the HTML to include your text, images, etc. But, stay tuned. We will have some of that in the upcoming tutorials. And, check the tutorials also for the DNN wrappers for tabs and modal popups. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|