Moved Forums

ThemeSnap.com Forums have Moved! Please note that our forums have moved here: New ThemeSnap.com Forums. You will still be able to read forum threads in the forum categories or threads below. However, you will not be able to post new forum topics or replies to existing threads. Please post any new forum posts in our new forum section by registering a new account.

Drop down menus in orange on demo site? How do you enable?

6 replies [Last post]
backdrifting
backdrifting's picture
Offline
Joined: 11/19/2008
Points: 0

How does one enable the main drop down menu that is in the demo site?  I don't see a block for this?  I see how the other menu block areas work, but how does one turn on the main horizontal drop down menu? 

This is on Drupal 6.x - with Publisher theme and all necessary modules installed.

Thanks in advance.

-backdrifting

Jason
Jason's picture
Offline
Joined: 01/03/2008
Points: 8
How to enable the drop down menu

Hi,
You can go to the "administer -> menus" section and go into the menu settings. Make sure the secondary menu is set for secondary links. Then, create a new menu item and add it to the new secondary menu.

To add drop down items, just create the new menu item and add it as a sub-menu item.

If you have any trouble you can always email us through the "contact us" link at the top of the site and we'll set it up for you.

If you do this, please provide your admin user/pass and the URL of your site. After we make the changes you can reset your password accordingly.

Thanks

robinvanemden
robinvanemden's picture
Offline
Joined: 12/04/2008
Points: 0
Secondary

I encountered the same problem when activating the theme on a clean Drupal 6.6 install.
The solution was to explicitly save the menu settings at admin/build/menu/settings, even though it seemed to be set just fine. Apparently the source for the secondary links is not set by default in this version of Drupal.

Support
Support's picture
Offline
Joined: 01/07/2009
Points: 0
secondry menu issue - publisher theme

please replace this following code in your style.css file:

/*
** menu
*/
#header ul#menu {
position: relative;
float: left;
list-style: none;
width: 927px;
margin: 136px 0 0 13px;
padding: 0 0 0 15px;
background: transparent url("images/menu_background.png") no-repeat 0 0;
}
#header ul#menu li {
float: left;
position: relative;
z-index: 4;
margin-left: -1px;
background: transparent url("images/separator_0.png") no-repeat 100% 50%;
}
#header ul#menu li.last {
background-image: none;
}
#header ul#menu li a {
display: block;
padding-left: 10px;
color: #FFFFFF;
text-decoration: none;
font-weight: 700;
}
#header ul#menu li a span {
display: block;
padding-right: 13px;
line-height: 45px;
cursor: pointer;
}
#header ul#menu li a.submenu, #header ul#menu li a:focus, #header ul#menu
li a:hover {
background: transparent url("images/menu_item_on_start.png") no-repeat 0
100%;
color: #214361;
text-decoration: none;
}
#header ul#menu li a.submenu span, #header ul#menu li a:focus span,
#header ul#menu li a:hover span {
background: transparent url("images/menu_item_on_end.png") no-repeat 100%
100%;
}

#header ul#menu li ul {
position: absolute;
left: -999em;
list-style: none;
width: 197px;
margin:0px;
padding:0px;
}
#header ul#menu li ul li ul {
margin: 0px 0 0 0;
}
#header ul#menu li ul li ul {
margin: 0px 0 0 0;
}
#header ul#menu li ul li {
float: left;
width: 197px;
margin: 0;
background: #FFFFFF url("images/submenu_middle.png") repeat-y 0 0;
}
#header ul#menu li ul li.last {
padding: 0 0 15px 0;
background: transparent url("images/submenu_bottom.png") no-repeat left
bottom;
float: left;
width: 197px;
margin: 0;
}
#header ul#menu li ul li a {
padding: 0 20px;
border-bottom: 1px solid #E8ECEF;
background: none;
color: #214361;
font-size: .91em;
font-weight: 700;
line-height: 2.5;
}
#header ul#menu li ul li a:focus, #header ul#menu li ul li a:hover {
background: none;
color: #EC6109;
text-decoration: underline;
}
#header ul#menu li ul li.last a {
border-bottom: none;
}

#header ul#menu li:hover ul {
left: -1px;
display:block;
z-index: 50;
}

#header ul#menu li ul li ul{
top:0px;
left:196px;
z-index:50px;
display:none;
}

#header ul#menu li:hover ul li ul{
padding:4px 0 0 0;
display:none;
}
#header ul#menu li:hover ul li:hover ul li ul,
#header ul#menu li:hover ul li:hover ul li:hover ul li ul,
#header ul#menu li:hover ul li:hover ul li:hover ul li:hover ul li ul{
padding:4px 0 0 0;
margin-top:-4px;
display:none;
}
#header ul#menu li:hover ul li:hover ul,
#header ul#menu li:hover ul li:hover ul li:hover ul,
#header ul#menu li:hover ul li:hover ul li:hover ul li:hover ul,
#header ul#menu li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul{
display:block;
left:196px;
background:url(images/submenu_top.png) no-repeat left top;
z-index:9999;
}

#header ul#menu li ul li a.submenu:focus,
#header ul#menu li ul li a.submenu:hover,
#header ul#menu li ul li a.submenu:visited,
#header ul#menu li ul li a.submenu:link{
color:#EC6109;
text-decoration:underline; background: none;
display:block;
}

#header ul#menu li ul li.menuparent a:focus,
#header ul#menu li ul li.menuparent a:hover,
#header ul#menu li ul li.menuparent a:visited,
#header ul#menu li ul li.menuparent a:link{
background: transparent url("images/arrow_0.png") no-repeat 90% 50%;
}
#header ul#menu li ul li.menusubmenu a:focus,
#header ul#menu li ul li.menusubmenu a:hover,
#header ul#menu li ul li.menusubmenu a:visited,
#header ul#menu li ul li.menusubmenu a:link{
background: none;
}

and please add this css code in
style_ie6.css for the Internet explorer.

#header ul#menu li.hover ul {
left: -1px;
display:block;
z-index: 50;
}

#header ul#menu li.hover ul li ul{
padding:4px 0 0 0;
display:none;
}

#header ul#menu li.hover ul li.hover ul li ul,
#header ul#menu li.hover ul li.hover ul li.hover ul li ul,
#header ul#menu li.hover ul li.hover ul li.hover ul li.hover ul li ul{
padding:4px 0 0 0;
margin-top:-4px;
display:none;
}
#header ul#menu li.hover ul li.hover ul,
#header ul#menu li.hover ul li.hover ul li.hover ul,
#header ul#menu li.hover ul li.hover ul li.hover ul li.hover ul,
#header ul#menu li.hover ul li.hover ul li.hover ul li.hover ul li.hover ul{
display:block;
left:196px;
background:url(images/submenu_top.png) no-repeat left top;
z-index:9999;
}

Additionally, please replace the template.php file in publisher theme's folder on your drupal installation. You can download the file from the following link:

http://dev.webserver9.com/publisher1/template...

This should solve your problem. However, if you still face any, please get back to us.

Anonymous (not verified)
Anonymous's picture
template.php file???

The link doesn't work:

Additionally, please replace the template.php file in publisher theme's folder on your drupal installation. You can download the file from the following link:

http://dev.webserver9.com/publisher1/template...

This should solve your problem. However, if you still face any, please get back to us.

Anonymous (not verified)
Anonymous's picture
Donwloaded link does not work

This is what I get:

Home
You are here: Page not found
Page not found
The requested page could not be found.
Featured Flicks
You need to upgrade your Flash Player This is replaced by the Flash content.
Recent comments

* lorem ipsum
1 day 3 hours ago
* Lorem Ipsum as their default model text
16 weeks 6 days ago
* oluptatem sequi nesciunt.
16 weeks 6 days ago
* ducimus qui blanditiis praesentium
17 weeks 2 hours ago

New forum topics

* Nice Forum Topic

more
You could put a footer message here if needed Designed by ThemeSnap.com | This site is valid XHTML 1.0

Fatal error: Call to undefined function phptemplate_body_class() in /var/www/vhosts/renalnewschannel.com/httpdocs/themes/publish/page-front.tpl.php on line 16

Els Van de Veire (not verified)
Anonymous's picture
Orange secondaries

Please, I emailed you 2 days ago, and I really want you to fix the problem with the secondaries and the orange menu as shown on the demo. Or at least tell me how to fix it, because the solution shown above doesn't seem to work... I've made you an account, in case you want to check it yourself:

username: themesnap
password: publisher
website: www.renalnewschannel.com

please help me out!

Tx

Els

Post new comment

The content of this field is kept private and will not be shown publicly. If you have a Gravatar account associated with the e-mail address you provide, it will be used to display your avatar.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <strong> <code>
  • Lines and paragraphs break automatically.
  • Each email address will be obfuscated in a human readable fashion or (if JavaScript is enabled) replaced with a spamproof clickable link.

More information about formatting options

Type the characters you see in this picture. (verify using audio)
Type the characters you see in the picture above; if you can't read them, submit the form and a new image will be generated. Not case sensitive.