• Dear Team,
    Must say this is a very good plugin that serves the basic purpose.

    How do we change the predefined set of parameters like the opacity or the background color?
    For example when we create a new popup I would like to change the predefined parameters so that we do not have to manually set for each popup.

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

    (@timersys)

    Hi !
    For the time being the best would be to do that with css classes. We are finishing our totally new version of the plugin that will let you create templates to use it with all your popups and sites but it will take a couple more months for release.

    Thread Starter c1admin

    (@c1admin)

    But for time, that values might be fetched from either a js file or a functions file right..
    So can you guide me how and which file do I need to go and change the values.

    Would be a really good help,
    Thanks

    Plugin Author Damian

    (@timersys)

    There is no file to edit. Those values are generated dinam?ycally. So the best would be for you to edit style.css from your theme and add something like:

    .spu-box{
    background-color: red !important;
    }

    that will affect all popups

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do we change the predefined set of parameters’ is closed to new replies.