PDA

View Full Version : How to fix? Please help


daveaite
07-16-2009, 08:04 AM
How do you fix the navbar so that downloads and videodirectory show up like the rest.


Currently their is a hover enabled, so that when your mouse changes it changes slightly.

Below is an attachment as well as my nav code. Please help I tried playing around with it and it really messes my site each time.

Attached is a picture of how it currently is as well as my navbar code.


Thanks for just looking at this :)

adriano29
07-16-2009, 09:21 AM
It's not in the navbar template.
The Downloads and Video Directory plugins have separate templates.
You should have a look there and find the code related to Navbar links and add the following phrase into <td> tag.

class="vbmenu_control"

Hope this help.

Regards!

daveaite
07-16-2009, 11:04 AM
Thanks for your quick reply!

Currently my navbar code for downloads already has that in there, and it doesn't change it.

<td class="vbmenu_control"><a href="downloads.php$session[sessionurl_q]">$vbphrase[ecdownloads]</a></td><td width="10" height="25" align="left" valign="top"></td>

I'm trying to get that original hover/image look, not just the black back with the link as posted in the above attachment.

Lynne
07-16-2009, 03:46 PM
I am pretty sure that is not the navbar being used. Maybe the dropdown links are used, but I can't find the other links from your navbar in there. You will need to find the correct template and modify the code in there. You should be asking in the modification thread for help modifying the modification links if you are having problems doing so.

To find the template that has your navbar links, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

daveaite
07-16-2009, 09:49 PM
Fixed. Great idea Lynne. =)