• Resolved rickvandijck

    (@rickvandijck)


    Hi there,

    First off, love your plugin.
    I mostly use it for “Modal popup” to alert my visitors on certain things before filling in a form. I am looking for a way to insert a button (from within my theme) to close the pop-up, in stead of clicking the “x”. Is there a way to get this working?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ruslan Suhar

    (@rsukhar)

    Hey Rick,

    See, that you managed to resolve the issue. Great! In case, if you’re still interested about my opinion on this subject: there’s a hidden .cl-popup-box-closer element near the content that can be shown, placed and customized using custom css.

    Thread Starter rickvandijck

    (@rickvandijck)

    Hi Ruslan,

    Unfortunately, I wasn’t able to get a close-button working. Could you help me with the CSS, or is it possible to target a link/url to close the box using a button from my wordpress theme?

    ” if you’re still interested about my opinion on this subject: there’s a hidden .cl-popup-box-closer element near the content that can be shown, placed and customized using custom css.”

    Hi Ruslan,

    I am also very interested in your assistance to show the popup-box-closer element.

    Thank you.

    Plugin Author Ruslan Suhar

    (@rsukhar)

    Hey guys,

    Something like this, probably:

    .cl-popup-box-closer { display: block; }

    (And you may need to tweak its position for your theme by top/right css statements as well).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Modal popup] Close button after text?’ is closed to new replies.