Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Menu Help
#1
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
Reply
#2
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;
}
My Github Repos: Github
Website: DigiMute
Reply
#3
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?
Reply
#4
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
|--

Das deutschsprachige GetSimple-(Unter-)Forum:   http://get-simple.info/forums/forumdisplay.php?fid=18
Reply
#5
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/
Reply




Users browsing this thread: 1 Guest(s)