Shape 5

Joomla Templates => Traction - Club => : Amanda B April 17, 2013, 03:31:02 PM



: SOLVED: Menu Issues
: Amanda B April 17, 2013, 03:31:02 PM
Hello,

I love this template and all the docs provided however I am unable to fix.make work 4 issues with the Traction main menu:

1.) How can I adjust the menu font size?

2.) The drop down feature is not working.

3.) The responsive menu is not working.

4.) There does not appear to be a "small menu" option when not using sub-titles.

Please PM me for the link to the site if needed. Thank you!


: Re: Menu Issues
: mikek April 18, 2013, 08:17:40 AM
Hello,

1. Please use firebug to identify these settings, we do not customize css. The main size is control at line 151 of s5_flex_menu.css:

#s5_nav li a {
    color: #FFFFFF;
    font-size: 0.95em;
}

2. Please post a url.

3. Also, need a url.

4. Yes, it is under the Template Specific tab in Vertex.


: Re: Menu Issues
: mikek April 19, 2013, 07:40:03 PM
Hello,

You have several extensions installed on your site that are causing javascript errors, which are causing these items not work properly. Several of them are calling jquery, but without no-conflict mode. Jquery should be called from the core of Joomla, and some of these extensions are not doing this. You will need to disable all third party extensions to identify which are causing problems.


: Re: Menu Issues
: Amanda B April 19, 2013, 09:21:44 PM
That worked. Thank you!