View Full Version : Created template but drop downs have all moved to right
outcastrc
05-08-2009, 05:16 AM
I am having a rather frustrating problem. I have managed to get the template that I want running in my forum. The last challenge that I have to fix is all the drop downs (community, quick links, search, notifications) have shifted over to the right and my buddy and I can't figure out why.
Any chance someone can point us in the right direction?
The web site is:
http://www.canadianscalerc.com/forums/
ShawneyJ
05-08-2009, 05:41 AM
i was just missing around with the nav bar and i cant get my links to go side ways, have you tryed reverting your navbar template?
outcastrc
05-08-2009, 06:21 AM
All we have modified is the header and header include. We were having a hard time getting the style right. Then as soon as we nailed it, we noticed the drop downs was a side effect. At this point we are pretty much at a loss to diagnose this problem. And we'd hate to lose the work we have succeeded in doing.
Header:
<div class="PageBackgroundGradient"></div>
<div class="Main">
<div class="Sheet">
<div class="Sheet-tl"></div>
<div class="Sheet-tr"><div></div></div>
<div class="Sheet-bl"><div></div></div>
<div class="Sheet-br"><div></div></div>
<div class="Sheet-tc"><div></div></div>
<div class="Sheet-bc"><div></div></div>
<div class="Sheet-cl"><div></div></div>
<div class="Sheet-cr"><div></div></div>
<div class="Sheet-cc"></div>
<div class="Sheet-body">
<div class="Header">
<div class="Header-png"></div>
<div class="Header-jpeg"></div>
<div class="logo">
</div>
</div>
<div class="nav"><ul class="artmenu"><li id="current" class="active item56"><a href="http://www.canadianscalerc.com/" class="active"><span><span>Home</span></span></a></li><li class="item55"><a href="http://www.canadianscalerc.com/forums"><span><span>Forums</span></span></a></li><li class="item57"><a href="/index.php/articles"><span><span>Articles</span></span></a></li><li class="item18"><a href="/index.php/news"><span><span>News</span></span></a></li><li class="item48"><a href="/index.php/login"><span><span>Publish</span></span></a></li></ul><div class="l"></div><div class="r"><div></div></div></div>
<div class="contentLayout">
Header include:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
<if condition="$show['threadinfo']">
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
<else /><if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
<else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
</if></if>
<!-- CSS Stylesheet -->
$style[css]
<if condition="is_browser('opera') AND !is_browser('opera', '8.0.1')">
<style type="text/css" id="vbulletin_opera8fix_css">
ul, ol { padding-$stylevar[left]:20px; }
</style>
</if>
<if condition="$show['editor_css']">
$editor_css
</if>
<!-- / CSS Stylesheet -->
<script type="text/javascript" src="$stylevar[yuipath]/yahoo-dom-event/yahoo-dom-event.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript" src="$stylevar[yuipath]/connection/connection-min.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var SECURITYTOKEN = "$bbuserinfo[securitytoken]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10);
// -->
</script>
<script type="text/javascript" src="clientscript/vbulletin_global.js?v=$vboptions[simpleversion]"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js?v=$vboptions[simpleversion]"></script></if>
<if condition="$vboptions['externalrss']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS2" />
<if condition="$show['foruminfo'] OR $show['threadinfo']">
<link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] - $foruminfo[title_clean] - RSS Feed" href="external.php?type=RSS2&forumids=$foruminfo[forumid]" />
</if>
</if>
<link href="/index.php?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/index.php?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<script type="text/javascript" src="/includes/js/joomla.javascript.js"></script>
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
<link rel="stylesheet" href="/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="/templates/canuckv5/css/style.css" />
<!--[if IE 6]><link rel="stylesheet" href="/templates/canuckv5/css/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="/templates/canuckv5/script.js"></script>
ShawneyJ
05-08-2009, 06:44 AM
did the donate button do it? can you edit the donate not to appear in the navbar and manually add it your self?
EDIT: i just signed up and yeah you have done something wrong as you know. even the PM drop down goes to the right lol.
let me no if you want me to take a look.
outcastrc
05-08-2009, 01:22 PM
I tried disabling the donate and it did nothing.
I also had the donate up and running before the template editing and it was running fine at that point.
outcastrc
05-10-2009, 12:50 AM
I gave you access to the templates area if you want a crack at it. We are lost....
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.