Solved

Ribbon in Nintex Forms Designer O365 are not displayed

  • 1 August 2016
  • 6 replies
  • 4 views

188903_pastedImage_0.png

 

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

Any help appreciated.

Mario

icon

Best answer by achilles_aditya 4 August 2016, 16:30

View original

6 replies

Badge +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

Badge +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();

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?

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

The ribbon is available.

Thank's for the help.

Badge +9

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

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

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

Reply