You need to Register for free and Login to post a message in the forum.

Forum

How to build Skins for DNN 6.x
Last Post 2012-04-06 04:55 PM by Mark Eckeard. 70 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Page 3 of 4 << < 1234 > >>
Author Messages
Srinath VaratharajanUser is Offline
Nuke Newbie
Nuke Newbie
Posts:8

--
2011-11-17 12:56 PM
I've istalled DotNetNuke_Community_06.01.00_Install. The option Host---->Moduledefinition is not displayed. Can anyone pls help me out
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2011-11-19 02:45 AM
That page is now called Extensions and is under the Host menu.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Robert NunnUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2011-11-28 12:16 AM
+1 to the question of where to find the files referenced in the How to build Skins for DNN 6.x. I can't find them either.
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2011-11-28 12:26 AM
Scroll down this page for the links.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Gerry JeromeUser is Offline
Nuke Newbie
Nuke Newbie
Posts:2

--
2011-11-30 12:38 PM
I am new to this but I just can't locate the PSD Tutorials file. In the video, you say that it is on the PSD to DNN page but I can't locate this page.

Gerry JeromeUser is Offline
Nuke Newbie
Nuke Newbie
Posts:2

--
2011-11-30 12:38 PM
I am new to this but I just can't locate the PSD Tutorials file. In the video, you say that it is on the PSD to DNN page but I can't locate this page.

Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2011-11-30 02:41 PM
This page: http://www.dnncreative.com/Home/tab...fault.aspx

Look at the last link under Video 1.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
KrisUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2011-12-02 07:16 AM
Hi Andy, This is a wonderful and clear series on the skin creation process. I tried the CSS3PIE you showed in the last video and wondered if you've gotten it work on other .css files besides a container.css. I tried to apply to a ventrian news article template.css file and a Live tabs jquery custom css file and the behavior doesn't display in IE8 after it was added to any of the elements. Any thoughts? I noticed a mention on the CSS3PIE website about the server serving the correct Content-Type and wasn't sure if that was possibly the issue. We're hosted on PowerDNN so not sure if there's a server configuration they're not doing or what. Thanks for any suggestions on this. Kris
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2011-12-02 11:41 AM
Kris,

I suspect that your problem is related to the URL for PIE.htc. You may recall Andy's statement in the tutorial that that the URL needed to be relative to the default.aspx directory. You will want to make sure that, for modules, you use the correct path to the PIE.htc file. As a test, try placing a copy of the file in a module's root directory and see if that does the trick. If it does, you can then adjust the URL's path and remove the copy.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Christopher AdamakisUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2012-01-21 07:20 PM
Dear Mr Stephenson, thank you very much for the tutorial. I have made a skin applied in my site http://www.expertsoftware.gr and it is based on the info you provided in this tutorial. But I have some problems and I need your help. As you can see in the site I use 2 jquery scripts using the banner container that comes preinstalled with dotnenuke. In order to use the jquery file I use inside the skin the following declarations

 <dnn:dnnjsinclude id=DnnJsInclude1 runat=server filepath=jquery.cycle.min.js pathnamealias=SkinPath/> 

Do these declarations create javascript conflicts? I packaged the jquery files with the skin files and I wonder whether this is a good approach. Why I am asking all these things? Because the site response time is extremely slow and I try to find out what is wrong. Moreover if you try this site in firefox it finds many css mistakes. For example it does not understand the attribute "behavior" . I used to the way you advised in the tutorial. Do these css mistakes create problems? Thank you very much in advance Christopher Adamakis
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2012-01-21 09:03 PM
Christopher,

It looks like you may have solved at least some of the problem as I don't see javascript or jquery errors on your site. Are you still having problem?

I think that the jquery cycle plugin is already included in that container. You can look at the container's source to verify that.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Christopher AdamakisUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2012-01-22 04:50 PM
I still have problems with performance, and I try to find where they come from. The response time is extremely slow. Does it have to do with the configuration of the server?
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2012-01-22 05:10 PM
When you speak of the response time, are you referring to the time it takes to see the first page load, or moving from page to page. When I just looked at your site, it seems reasonably quick.

If the problem is loading the first page, you likely have a "keep alive" issue that is associated with all ASP.NET sites. If you Google "Keep Alive" you will find ways to solve this problem.

If it is page to page, then server issues could be a problem. More memory and separating the SQL Server from IIS are the usual steps to take.

Also, don't forget to take a look at the sizes of your pages. There are techniques for dealing with those issues. YSlow is a good tool for tracking down those sorts of problems, too.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
Christopher AdamakisUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2012-01-22 07:21 PM
Thank you very much for youe replies!!! They are rely useful. The proplem is loading first page, and now I try to understand what is the keep alive issue. Is this something on the configuration?

Thank you very much for your time
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2012-01-22 07:33 PM
The way that IIS works is that it unloads sites that have inactivity for 20 minutes. If you control IIS, you can change that configuration item. If you can't, a keep alive is a program that visits the site every 5 or so minutes to keep it from being unloaded. Some hosts (PowerDNN is a notable one) use a keep alive to keep their hosted sites loaded.

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
YokogawaUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2012-01-25 02:56 PM
Will there be an update of the tutorial file (the PSD. ascx and css files in the archive) to reflect the changes made over the chapters (even just adding the end files would be ok).

Somewhere along the line some mistake crept in my files, and I can't seem to get rid of it. Having the final files might rule out issues in my portal.css as well.

Kevin TerryUser is Offline
Nuke Newbie
Nuke Newbie
Posts:2

--
2012-01-26 02:49 AM
I really enjoyed this series of videos. At the end of video 14 it refers users to video 15. Where might I find video 15 on DNN 6.x Skinning? Thank you.
Christopher AdamakisUser is Offline
Nuke Newbie
Nuke Newbie
Posts:4

--
2012-02-06 02:06 PM
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoftware.gr the breadcrump appears as You are here: . The phrase You are here is hardcoded in the skin file as the tutorial mentioned. If I change this to greek everything appears wrong. Any ideas how this can be fixed?

Thank you in advance one more time
Joseph CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9299
Avatar

--
2012-02-06 04:07 PM
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That allows you to add a bit of localized text to your skin. Will Strohl has a nice little blog post about it here:
http://www.willstrohl.com/Blog/Entr...kin-Object

Joe Craig, DNN Creative Support

Subscribe to DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
DarnellUser is Offline
Nuke Active Member
Nuke Active Member
Posts:23

--
2012-02-10 06:32 PM
I am trying to make two panes in the header from the tutorial. I thought it would work similar to the lowerpanes but I am getting a stack top and bottom display. Can you suggest a way to get this to work?
Here is the HTML and CSS:

HTML:

<div id="HeaderPaneRight" runat="server" >



CSS:
#header
{
width:958px;
height:195px;
margin:auto;
margin-bottom: 23px;
background:url('images/headerBG.jpg') no-repeat #fff;
border:1px solid #d6e9e9;
border-radius:5px;
}

#HeaderPaneLeft
{
float:left;
width:398px;
}

#HeaderPaneRight
{
float:left;
width:400px;
}
You are not authorized to post a reply.
Page 3 of 4 << < 1234 > >>


Active Forums 4.3

Latest Forum Posts

Rename or move site from domain name to subdomain name by Bill Quinn
Hi, I have an old DNN site on a a TLD like this: websitename.com I have created a portal on
RE: Deploying dnn by Sameer
Thanks joeseph glad with your answer it means i can use CE for my site if the traffic are not
Unable to Create Skin Package by schilders
Hi, I'm trying to create the skin package and manifest for my new skin. I created the new skin e
RE: user adding images by Joseph Craig
I think that you will need to go to the File Manager and give the user and/or security group file up
RE: lightroom effect for skin by Joseph Craig
There are modules available that do this. On the commercial side, I've used Mandeeps' Live Conten
RE: Creating structured page content by Joseph Craig
Take a look at Ventrian's News Articles module. While commercial, it has a very modest price! Th
Creating structured page content by Stephen Bugden
Hi, Can anyone recommend a module for creating and managing page content? The kind of thing I'
lightroom effect for skin by everett31
I’m looking for a way to add the lightbox effect to a skin file. I would like the end user to have
RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
According to my web searching, @font-face references cause crashing in IE7 and IE8 with css3-mediaqu
user adding images by rod lloyd
I have set up permissions for certain users to edit a module, but when they log-on and enter Edit Co
RE: Deploying dnn by Joseph Craig
The free Community Edition of DotNetNuke is perfectly fine for creating "world class" websites. Whi
RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
any idea what approach I should take - IE completely locks up. The only cause is the combo of the
RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by Joseph Craig
If you're up to doing some debugging, you might be able to figure out where the problem lies. That'
RE: Deploying dnn by Sameer
Hi Joe Thanks for your reply i am planning to create my own DNN site so for that i have chec
RE: css3-mediaqueries.js and Dynamic Forms Crash Page in IE by WinXnet
Thanks for the response, but I was hoping it was something I could fix with some skin tweaks - one i
RE: Changing Search text by Joseph Craig
You will want to look here for references about the DotNetNuke skin objects. The document written b
Changing Search text by Abraham Tameru
Hi, Instead of having "Search" text near the search text box, I wanted to replace it by an image
RE: Strange issue with file manager on sub domain (sperate portal) by Web Services
Just sent it.
RE: Not able to load my dotnetnuke website on Internet Explorer though it is working fine with other browsers by Joseph Craig
Did you get this fixed? (Apologies for not getting to this sooner...)
RE: Web Design Company London by Johnny Gregory
Hello I am a Manager here at PowerDNN and I would like to see if you are still looking to get the wo
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds