• Resolved lifri

    (@lifri)


    hi, I’m using your plugin for my driving school website. I created a link for more information about one of the programs but it’s very much content, and when i resize the window it all disappears and I’m not able to read on or scroll.
    is there a solution to this problem?

    thanks in advance!

    https://wordpress.org/plugins/popup-maker/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Daniel Iser

    (@danieliser)

    @lifri – You can try out the scrollable content option. To enable it you need to set the size to custom and uncheck auto height. Once you do that you can specify a height and width and there will be an additional option for scrollable content. It relies on the defined height and will make it a scrollable box.

    Hope this helps.

    Thread Starter lifri

    (@lifri)

    it’s working, thanks!

    another question, if i’m setting a px height, is there any possibillity for me to use media queries to get it to be responsive?

    Plugin Author Daniel Iser

    (@danieliser)

    @lifri – yes. But currently you would need to use the !important rule for it. In the future we plan to move everything to CSS style sheets Popups and themes.

    Please take a moment to rate and review the plugin and or support.

    Thread Starter lifri

    (@lifri)

    sorry, it’s my first time doing such a big web project – how exactly would i do that? what classes/tags would i use? thanks for the great support so far!

    Plugin Author Daniel Iser

    (@danieliser)

    @lifri – Gotcha. Each popup has a unique id you can use. So if we are talking popup 123 then the following should do it.

    #popmake-123 {
      height: 300px!important;
    }

    Hope this helps.

    Thread Starter lifri

    (@lifri)

    okay got it, thank you so much!

    Thread Starter lifri

    (@lifri)

    quick question: what’s the css code you used for the distance from top of screen? need to change it for the media query

    Plugin Author Daniel Iser

    (@danieliser)

    @lifri#popmake-123 { top:100px!important; }. You shouldn’t need to adjust this really if its a responsive popup and fixed position is off.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘scrollable content?’ is closed to new replies.