Skip to main content
Nintex Community Menu Bar
Solved

Ribbon in Nintex Forms Designer O365 are not displayed

  • August 1, 2016
  • 6 replies
  • 30 views

188903_pastedImage_0.png

 

We have no ribbon in the nintex Forms Designer. We use nintex for O365.

Any help appreciated.

Mario

Best answer by achilles_aditya

It may be due to some issue during configuration. If this is the behavior on a single form try adding the below line in the JavaScript

NWF$("#s4-ribbonrow").Show();

6 replies

Forum|alt.badge.img+9

Hi Mario,

Did you try to uninstall/install Nintex Form?

Did you try to use another browser?

Do you have the same behaviour on another PC?

Regards,

Christophe


Forum|alt.badge.img+9

It may be due to some issue during configuration. If this is the behavior on a single form try adding the below line in the JavaScript

NWF$("#s4-ribbonrow").Show();


  • Author
  • 3 replies
  • August 5, 2016

exactly this is the problem. I have insert this code in Custom CSS:

{

display: none;.nCAF-library-ribbon-group

{

display: none;

.nCAF-library-ribbon-group

{

display: none;

}

Since last friday (maybe a NintexForm Update), the ribbon is also hidden in the formsdesigner. This is now the problem. I can't remove the code (above) in the Custom CSS.

There are any chance the code to removed?


  • Author
  • 3 replies
  • August 5, 2016

i have removed this line .nCAF-library-ribbon-group { display: none; }  via browser console.

The ribbon is available.

Thank's for the help.


Forum|alt.badge.img+9

Is this because of any update in nintex? Or issues in custom css?


  • Author
  • 3 replies
  • August 8, 2016

before an nintex update, the form with the custom CSS works perfect.

But i am beginner with nintex. I'm not sure.