Animation doesn't seem to work

labman's picture
labman
Fri, 01/13/2017 - 16:15
#1
Animation doesn't seem to work

It doesn't matter how high or low I set the number for the animation nothing seems to change.

cindy's picture
cindy
Tue, 01/17/2017 - 02:34

Hi,

Sorry for the late respond. Do you mean the type of Animation or Duration of animation (in General setting)?

Could you send us you site url with admin account to check this

labman's picture
labman
Wed, 01/18/2017 - 04:26

Hi, I have now managed my own transitions with custom css. The menu is at www.labtech.com

However I do have an issue with the "Hide when logged in" facility. If I check it, it hides the tab whether I'm logged in or not. Then when I change anything else on the menu it changes the setting back to being unchecked.

Also, are there plans to show information in the back end of the menu builder so you can see which links are what?

cindy's picture
cindy
Sat, 01/21/2017 - 03:31

Hi,

Please add the following code into hook_preprocess_page or hook_preprocess_html

//hide tab login
if(user_is_logged_in()){
$css = "#md-megamenu-1 .awemenu-item-1-7{display:none;}";
drupal_add_css($css, array('type'=>'inline'));
}

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.