Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN7 compatibility with Foundation frameworkDNN7 compatibility with Foundation framework
Previous
 
Next
New Post
8/8/2013 6:39 PM
 

Apologies if this issue has been asked before, I am new to the DNN forum.

I'm attempting to build a DNN skin from a HTML/CSS file using the Foundation front-end framework, but I'm getting a compatibility issue with a couple of the scripts. When these scripts are being used, the Control Panel drop down menus do not function.

Has anyone used Foundation with DNN7? I'm trying to figure out whether I can still use this framework, or if I need to re-code. If Foundation is not supported in DNN, I'll try Bootstrap or another program.

 
New Post
8/9/2013 1:31 AM
 

About the Foundation Framework used jQuery, you must be know with witch jQuery Version it is compatible.  Checking the Foundation Framework site I didn't found any Information about the jQuery Version compatibility. 

By Default the Foundation Framework is not integreated and tested with DNN Platform.  Jou have to add a hosted load on the ascx controls to implement the Framework.  I don't think you can implement it for used modules, without to Change the source code of the Modules.

 

 
New Post
8/9/2013 2:14 PM
 
In a sort-of-unrelated question, is a version of jQuery built into DNN7, or do I always have to include it in the ASCX skin?
 
New Post
8/10/2013 5:29 AM
 
DNN 7 includes jQuery and jQueryUI, you may get the version from Host Settings or release notes.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/15/2013 4:11 AM
 

You should never include jquery in your skin itself using script tags this has the potential to cause issues with the way dnn itself injects jquery automatically into pages.

In theory - provided that your site has DNN Widgets turned on - the jquery engine will be installed automatically.

However, if you want to be completely sure - you should instead add the dnn:JQUERY control to your skin.

for .ascx skins: 
<%@ Register TagPrefix="dnn" TagName="JQUERY" Src="~/Admin/Skins/jQuery.ascx" %> 

 

This will let dnn control the injection of the actual jquery library.

Westa

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN7 compatibility with Foundation frameworkDNN7 compatibility with Foundation framework


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out