The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: Thu May 10, 2012 5:08 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Mar 10, 2009 4:19 am
Posts: 8
Greetings.

I've recently moved from Joomla 1.5 to Joomla 1.7.2 and noticed that menus don't have the option to choose orientation... The vertical list is good for side menus, but I want to use a bottom menu where elements are displayed horizontally. On Joomla 1.5 that was done using the administrative panel, so how do I do this on Joomla 1.7.2?

Thanks folks!


Top
 Profile  
 
PostPosted: Thu May 10, 2012 2:41 pm 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Fri Nov 13, 2009 1:33 pm
Posts: 500
Please upgrade to Joomla 2.5 because Joomla 1.7 has a known security leak.

Regarding the orientation, I assume this is/was an option in the Template Manager? Have you upgraded your template to be compatible with the version of Joomla you're using?

_________________
http://www.themepartner.com/ - Easy to Use Professional Joomla Templates
http://www.themepartner.com/download-free-ebook/ - Download FREE Joomla! 3 SEO ebook


Top
 Profile  
 
PostPosted: Thu May 10, 2012 3:21 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Mar 10, 2009 4:19 am
Posts: 8
Thanks, Thetjo.

The hosting company which I use, does not allow to use other versions of Joomla except the 1.7.2 that they offer as a package. You click a button and this Joomla version is automatically installed, but if you try to upload via FTP any other version, it fails to run in the end. I assume the template manager is compatible because even if this Joomla gets installed in localhost, doesn't give the choice of orientation for menus.

I've created a menu module called bottomMenu, a menu with several pages and elected to show it in the BOTTOM position of the template. Now, if the options in the menu builder don't show orientation for elements, my guess is that I have to correct this directly at the CSS, right?


Top
 Profile  
 
PostPosted: Fri May 11, 2012 3:11 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Wed Feb 29, 2012 3:27 pm
Posts: 462
Assign a class to the Bottom menu module position in the template index.php.

In your main CSS file, try the following

.yourclass li {
display: inline;
(other padding and styling elements after)
}

or the following combo

.yourclass ul {
list-style-type: none
}

.yourclass li {
float: left;
(other styling elements here)
}

Hope that helps, those are the methods I use. The menu won't drop down, but it is a basic horizontal menu.

_________________
The burned hand teaches best... - The Two Towers

http://webdesign.moonfireartstudios.com Joomla web design for small businesses


Top
 Profile  
 
PostPosted: Wed May 16, 2012 8:19 am 
User avatar
Joomla! Guru
Joomla! Guru

Joined: Fri Nov 13, 2009 1:33 pm
Posts: 500
Every Joomla 1.6/1.7 site can be hacked in just a couple of minutes, please tell your hosting company to get their act together and offer the very latest version of Joomla in their packages.

_________________
http://www.themepartner.com/ - Easy to Use Professional Joomla Templates
http://www.themepartner.com/download-free-ebook/ - Download FREE Joomla! 3 SEO ebook


Top
 Profile  
 
PostPosted: Thu Jul 19, 2012 3:50 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jul 19, 2012 3:26 pm
Posts: 9
Location: St.Louis, MO
Moonfire Art, you are awesome!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 



Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group