Shape 5

Wordpress Club Themes => Business Line - Club => : corey93 April 05, 2017, 06:03:21 PM



: Advanced Floating Menu Options
: corey93 April 05, 2017, 06:03:21 PM
Hello,

I'm trying to configure the WordPress Business Line theme under "Main", "Menu" options.  I've enabled the "Floating Menu" option and I've tried to enter a value in the "Height" field.  When I do, there is no change.  I've entered values in the left/right padding and margin fields and have been able to see the changes there.  I've also entered a value in the background image field and can view changes there as well. It only seems to be the height field that does not respond.

I'm using WordPress v. 4.7.3 and Google Chrome Version 56.0.2924.87 (64-bit).  The Vertex version is 4.1.0.  My website is https://naeoptrio.org/

Please help - thanks!


: Re: Advanced Floating Menu Options
: Tristan Rineer April 06, 2017, 12:20:25 PM
I looked at the site with Firebug (http://getfirebug.com/), and it looks like the main theme CSS is overriding the height setting that you have defined in the admin.  I've forwarded this thread to one of the designers to see what the most practical solution would be and I'll let you know when I get an answer.


: Re: Advanced Floating Menu Options
: Tristan Rineer April 06, 2017, 12:59:20 PM
The answer I got was what I expected, but I wanted to make sure I gave correct information:

There's an "!important" override that is preventing the theme options from applying.  To fix it, all that needs to be done is removing the "!important" from the CSS:

:
template.css line 305 -

#s5_menu_wrap.s5_wrap, #s5_menu_wrap.s5_wrap_fmfullwidth {
    border-bottom: 1px solid #e7e6e6;
    height: 61px !important;
    width: 100%;
}


That should give you the results you need.


: Re: Advanced Floating Menu Options
: corey93 April 06, 2017, 03:56:14 PM
Thank you for the responses.  I made the change in the CSS file, entered the height I wanted on the admin screen and it still did not work.  However, I went back to the CSS file and manually entered the height there and it worked fine.

Thanks!


: Re: Advanced Floating Menu Options
: Tristan Rineer April 07, 2017, 01:30:39 PM
I'm glad you were able to get the results you needed. 

If this issue is solved, I'll go ahead and lock this thread.