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, ...How ot add JQuery to DNN Minimal Entropy skinHow ot add JQuery to DNN Minimal Entropy skin
Previous
 
Next
New Post
6/11/2010 2:11 PM
 
As part of the general learning a new product thing, I've been messing around with the minimal entropy skin, and I've thrown on the DNN garden menu with no problem but am unable to get their code to work that requires jQuery. I understand it's just a simple command from what I'm reading on the web, but unsure how it works and where to throw it in the skin coding. Thanks in advance for helping a newbie out.
 
New Post
6/11/2010 2:23 PM
 
Are you talking about adding the jQuery library on page load? Or you want to know how to make DNN Garden menu works? Sorry I don't quite get the question. But if you want the jQuery library to load when users hit your site, you can enable the Google hosted jQuery version in Host Settings. There's a checkbox to enable it

Cuong Dang
Co-founder: Enliven, dnnGallery
LinkedIn | Twitter
I'm the author of DNN and Web Standards Wrox Blox

 
New Post
6/11/2010 2:41 PM
 
I'm basically using as a test page for a future replacement site www.boyle.vu/dnn . I was working using their menu, and got the menu part down so you can click as new tab and what not, but I saw the example they had listed under another example, added the code to the index.aspx, but am sure I added it incorrectly (in terms of having the menu drop from top left). I appreciate the answers for dumb questions.

http://www.dnngarden.com/Standard-DNN-menu-upgraded.T94.aspx
 
New Post
6/22/2010 1:16 PM
 
Here's what I've done to mod the code: At the top I've thrown in for the index.aspx page: <%@ Register TagPrefix="ddr" TagName="MENU" src="~/DesktopModules/DDRMenu/Menu.ascx" %> <%@ Register TagPrefix="ddr" Namespace="DNNDoneRight.DDRMenu" Assembly="DNNDoneRight.DDRMenu" %> And for the menu portion I've done this:
 
New Post
6/22/2010 2:09 PM
 
I guess I didn't list what I actually did with the menu - should have done this clearer and not as a quick reply - here's how it's set up at the top of the page:

<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="~/Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="NAV" Src="~/Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TEXT" Src="~/Admin/Skins/Text.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TAGS" Src="~/Admin/Skins/Tags.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LINKS" Src="~/Admin/Skins/Links.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="STYLES" Src="~/Admin/Skins/Styles.ascx" %>
<%@ Register TagPrefix="ddr" TagName="MENU" src="~/DesktopModules/DDRMenu/Menu.ascx" %>
<%@ Register TagPrefix="ddr" Namespace="DNNDoneRight.DDRMenu" Assembly="DNNDoneRight.DDRMenu" %>

and here's how it's set at the menu portion:

<div class="menu_style">
                                <dnn:NAV runat="server" id="ddrNAV"  ProviderName="DDRMenuNavigationProvider" IndicateChildren="false" ControlOrientation="Horizontal" CSSControl="mainMenu" />
                                    <CustomAttributes>
                                <dnn:CustomAttribute Name="effect" Value="puff"/>
                                <dnn:CustomAttribute Name="effectOptions" Value="{percent:200}"/>
                                <dnn:CustomAttribute Name="effectSpeed" Value="slow"/>
                                    </CustomAttributes>
                                </dnn:nav>
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...How ot add JQuery to DNN Minimal Entropy skinHow ot add JQuery to DNN Minimal Entropy skin


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