juancarlosr
Member
Posted 1 year ago #
Hello everyone,
I'm new to WordPress and I just installed this theme:
http://www.colui.co.uk/sites/doubtfire/wp/
I installed wordpress in Goddady and installed the theme, but the top navigation bar is not displaying:
http://pramari.info/wordpress/
Anyone knows why?
Juan
the top: -999em; in this style in nav.css (/wp-content/themes/Doubtfire-Wordpress-Theme/css/nav.css) moves the menu off the page:
.sf-menu ul {
position: absolute;
top: -999em;
width: 10em; /* left offset of submenus need to match (see below) */
}
removing that line would bring the menu into the header area; however, this looks totally different from the theme demo.
it is not clear to me if this is intended. maybe there is some installation part missing, maybe jQuery or so.
as this is a premium theme, it may be the best to contact the seller.