Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter dejudicibus

    (@dejudicibus)

    And by the way the problem occurs ONLY when I activate the plugin. Otherwise everything works fine.

    Hey again dejudicibus,

    I’m not being able to see the code added on your sandbox site so I’m not sure why it is not working, you can try adding the following instead:

    .wdpu-container.wdpu-1181 .wdpu-subtitle {
      font-size: 16px;
    }
    
    .wdpu-container.wdpu-1181 .wdpu-msg p {
      text-align: justify;
    }

    If that doesn’t work as well please try using !important declaration like this:

    .wdpu-container.wdpu-1181 .wdpu-subtitle {
      font-size: 16px !important;
    }
    
    .wdpu-container.wdpu-1181 .wdpu-msg p {
      text-align: justify !important;
    }

    As for the session expiration aside from the solution I didn’t find any other known issues so unfortunately you’ll have to test for theme/plugin conflicts on your production site.

    Best regards,
    Bojan

    have we found a solution? I would like to test the plugin again?

Viewing 3 replies - 16 through 18 (of 18 total)

The topic ‘[BUG] PLugin forces session to expire’ is closed to new replies.