Posts: 2
Threads: 1
Joined: Nov 2011
I downloaded the Get Simple CMS for the first time and installed it. I cannot get my menu to work properly. Any suggestions or advise?
http://www.sanchezjones.com/index.php
Posts: 1,108
Threads: 70
Joined: Aug 2009
Welcome to the forums.
You just need to add some CSS styling to your menu.
this should start you off.
Line 423 of your style.css change to the follwoing.
Code:
li {
list-style: none;
float: left;
padding-left: 10px;
padding-top: 20px;
}
Posts: 2
Threads: 1
Joined: Nov 2011
Thanks, that worked! My only other question now is this... Is there a file that I can access where I can edit actual links to the menu? Example, what if I add a menu item that needed to go to a 3rd party site or if I want the homepage to default ".index.php" and not .index.html?
Posts: 2,928
Threads: 195
Joined: Feb 2011
soltelnetworks Wrote:Thanks, that worked! My only other question now is this... Is there a file that I can access where I can edit actual links to the menu? Example, what if I add a menu item that needed to go to a 3rd party site or if I want the homepage to default ".index.php" and not .index.html?
Welcome here!
just start to read the postings here in the forum. You will find a lot of answers to your questions and please notice: sometimes answers to questions can be found in the wiki as well ;=)
One search phrase for your question could be: "Link to external sites in menue"
Cheers, Connie
Posts: 5
Threads: 0
Joined: Mar 2011
soltelnetworks Wrote:Thanks, that worked! My only other question now is this... Is there a file that I can access where I can edit actual links to the menu? Example, what if I add a menu item that needed to go to a 3rd party site or if I want the homepage to default ".index.php" and not .index.html?
One way is to use the excellent i18N and i18N Custom Fields plugins:
http://get-simple.info/extend/plugin/i18n/69/
http://get-simple.info/extend/plugin/i18...ields/100/
The author of these plugins provides instructions on creating external links here:
http://mvlcek.bplaced.net/get-simple/mul...avigation/