• Resolved zaebiis

    (@zaebiis)


    I have several div in which I have many fields calculated, I have in the Add CSS layout keywords the option to hide them and on the button the option to call them, but it will appear one to one and I need to appear all at the same time, as I can do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @zaebiis,

    If you want to display all DIV fields in the same action, the piece of code to call would be:

    jQuery('.cff-container-field.hide').removeClass('hide');

    Best regards.

    Thread Starter zaebiis

    (@zaebiis)

    Thank you very much.
    An additional question, if I want to see that div in a pop-up window is it possible?

    Plugin Author codepeople

    (@codepeople)

    Hello @zaebiis,

    Our plugin does not include a module for pop-up windows, however, it is very easy to implement with some CSS rules, and some simple javascript instructions.

    If you are not a web developer and need additional help implementing this feature, I can offer you a custom coding service from my private website:

    https://cff.dwbooster.com/customization

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘With a button appear all hidden div’ is closed to new replies.