penny772 0 Report post Posted November 24, 2011 how do i put a fireworks html navigation into platform pro please Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 24, 2011 Hi Penny, Can you go into more detail please, I'm not sure what you mean. Please search our forums, before posting! Share this post Link to post Share on other sites
penny772 0 Report post Posted November 24, 2011 i have made up a simple nav bar in adobe fireworks and have the html do i just put it into the custom code area? Share this post Link to post Share on other sites
penny772 0 Report post Posted November 24, 2011 i have done it before but cant remember how :( Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 24, 2011 What is this simple nav bar for, as you can easily create a navigation menu within Wordpress, can you post a link to your site, a screenshot of what you want to achieve and the code of your nav bar. Please remember when posting code into the forums to use the ["code"] PUT CODE HERE ["/code"] remove the quotes. Please search our forums, before posting! Share this post Link to post Share on other sites
penny772 0 Report post Posted November 24, 2011 Hi danny yeah my nav bar sux at the moment and I would love to have it just simple. I cant seem to get my sub naav to drop down so i have just put all the pages across the top. Blagh!! I changed my menu and had them in the correct place but when i hovered over them they didnt pop down so knowone could see them. My site it www.madeintassie.com here is my code ["code] body{} #branding .content-pad { padding:0px 30px 10px 20px;} #nav .content-pad{ padding:10px 10px 0px 0px;} main-nav li a{margin-bottom:0px;} .main-nav li a { margin-top: 30px;} #cred {display:none;} #page-canvas {background:transparent !important} #page-main{background:transparent !important} .main_nav ul li { background: url(''); width:auto; height:60px; } .main-nav li a {color: #000000;} .main-nav li a { font-size:1.4em; background: transparent; !important} .main-nav li a {text-align: center;} #primary-nav{margin-bottom:20px;} #primary-nav {height:65px;} #primary-nav a:hover{ background: transparent; !important;} #primary-nav:{text-align: center;} #nav_row, .center { float:left; width:100%!important; overflow:hidden; position:relative; text-align: center; } #nav_row ul, .center ul { clear:left; float:left; list-style:none; margin:10; padding:3; position:relative; left:50%; text-align:center; width:auto: !important; background: transparent; !important; } #nav_row ul li, .center ul li { display:block; float:left; list-style:none; margin:10; padding:3; position:relative; right:50%; text-align: center; background: color: transparent; !important; } #nav_row.main_nav, ul.sf-menu ul li { border-bottom: transparent; !important;} #tags {border-bottom:transparent; !important} .main-nav li.current-page-ancestor a, .main-nav li.current_page_item a{background:none;} #primary-sidebar{text-color:#00AEEF;} #callout {text-align:center; !important} #callout {colour:#000000; !important} #callout {margin-right:20px;} #callout .callout_copy { font-size: 2.6em; letter-spacing: 1.5px; text-transform: uppercase; color: #000000; !important} hr { border-color: transparent; } ["/code"] ["/code"] Share this post Link to post Share on other sites
catrina 103 Report post Posted November 25, 2011 Did you make sure that the parent pages have subpages? If no menu is dropping down, that could be the reason why. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 25, 2011 Hi Penny, Try giving this documentation a read through, it gives you information on how to use the Wordpress menu system. http://codex.wordpress.org/WordPress_Menu_User_Guide Once you have created your menu, by going to Wordpress admin dashboard --> Appearances --> Menus, on the left hand side there should be a section called "Theme Locations" with three drop down menus, in the top one called Primary Nav, select your newly created menu and click the save button. Once you have done this, go to Platform Settings --> Header & Nav, scroll down to the setting called "Drop Down Navigation - Nav and BrandNav Section" and tick the box called "Enable Drop Down Navigation?", click save and when you refresh your website, your newly created menu should be working. Please search our forums, before posting! Share this post Link to post Share on other sites