Viewing 7 replies - 16 through 22 (of 22 total)
  • Plugin Author shazdeh

    (@shazdeh)

    This will not modify the plugin’s codes. You wrap it in a script tag and add it to the bottom of the page before the </body>, or use this handy plugin: https://www.ads-software.com/extend/plugins/scripts-n-styles/

    Hi!

    I’m looking for a solution that will open Post in a popup?
    (when visitor clicks on a post from archives page…)

    Any help?

    Thanks!

    Plugin Author shazdeh

    (@shazdeh)

    Thanks for suggestion, but it does not the Popup of the clicked post…

    maybe the combination of a popup that can have widget inside, but still the widget would have to know which post to show…

    Hi,
    This plugin is very handy for what I am trying to do, but I have a couple of ideas and queries. Basically I am using it in conjunction with the Shortcode Redirect and Widget Logic plugins so that the message pops up on certain pages/posts at certain times and then redirects to the home page after a set number of seconds.

    However I do not want customers to be able to click outside the box and close the message (or click the ‘X’ but I have already hidden that using CSS) because there is time for them to carry out an action on the page that I don’t want them to do at certain times (it is a restaurant delivery service for multiple restaurants all with different kitchen opening times so i need to ensure that customers can’t place an order when the kitchen is closed).

    Is it possible to add the option to either show/hide the close ‘X’ and more importantly an option to prevent either a click outside the box or a keyboard stroke (e.g. the ESC key) closing it? If not can you tell me the jquery edit I will need to make?

    Plugin Author shazdeh

    (@shazdeh)

    @awol:
    Hi,
    you can add this bit to the link generated by the plugin to stop the background click thing:
    data-closeonbackgroundclick="false"
    and hide the close button with CSS:
    .close-reveal-modal { display: none !important; }

    OK thanks for that but I am not using the link, I am using the widget with autofire and i am not sure where I should be putting the code as i will have several instances of this with different times on different pages/posts which I am controlling with Widget Logic. Would I put all the lines of code generated by Poppop for these instances plus your extra bit above, and where would i put it? Also will your extra code prevent keyboard presses closing it as well? Wil it still autofire using the code?

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘[Plugin: PopPop] Ideas and suggestions’ is closed to new replies.