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...Using Modules a...Using Modules a...JQuery Facebox PluginJQuery Facebox Plugin
Previous
 
Next
New Post
1/3/2012 4:43 PM
 

bear with me because I have no idea what code you will need to see and I'm unable to provide a link for you to view what is going on

so in my hours of research I finally learned how to add <script> and <link> via the page header tags and thought I would give using a jquery plugin a shot - guess what? it worked on the first shot (!)...kind of

the facebox plugin is like a lightbox I guess? a user clicks a link or an image and a larger image displays...

Page Header Tags:
<script src="/Portals/16/facebox/lib/jquery.js" type="text/javascript"></script>
<link href="/Portals/16/facebox/src/facebox.css" rel="stylesheet" type="text/css" />
<script src="/Portals/16/facebox/src/facebox.js" type="text/javascript"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox() 
});
</script>

what is happening is the popup is being hidden behind the main navigation; by viewing source I'm able to see that the facebox code is called before the navigation code

View Source:
<script type="text/javascript" src="/Resources/Shared/Scripts/jquery/jquery.min.js" ></script>
<script src="/Portals/16/facebox/lib/jquery.js" type="text/javascript"></script>
<link href="/Portals/16/facebox/src/facebox.css" rel="stylesheet" type="text/css" /> 
<script src="/Portals/16/facebox/src/facebox.js" type="text/javascript"></script> 
<script type="text/javascript"> 
jQuery(document).ready(function($) { 
 $('a[rel*=facebox]').facebox() 
}); 
</script>
<link href="/Portals/_default/Skins/_default/WebControlSkin/Default/TabStrip.Default.css" rel="stylesheet" type="text/css" />
<link href="/Portals/_default/Skins/CS.Recruit/RecruitMenu/css/superfish.css" rel="stylesheet" type="text/css" media="all" />
<link href="/Portals/_default/Skins/CS.Recruit/RecruitMenu/theme.css" rel="stylesheet" type="text/css" media="all" />

is there anyway that I can make it so the facebox comes AFTER the menu?

thanks for your help and patience!


 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...JQuery Facebox PluginJQuery Facebox Plugin


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