Viewing 15 replies - 1 through 15 (of 22 total)
  • Hey Shazdeh, this is exactly the type of plugin I was looking for.

    I love that it can auto fire on page load, however, I have mine set up as an email subscription form. If people don’t want to subscribe and close it, can you have it save a cookie in their browser so that they can browse my site undisturbed from then on?

    Thanks for your awesome support and plugin, I look forward to the updates with more options!

    AC

    Plugin Author shazdeh

    (@shazdeh)

    Hi! That’s a great idea! I’ll add that to the next version. Thank you!

    More suggestions and ideas are welcome! ??

    Great plugin, thank you. But I agree we need the cookie. Many thanks Shazdeh!

    I do have the same request as adamc007. I’d like to auto fire the popup just on the homepage. Or is ther an easy solution for this?

    Thanks for this simple but great plugin ??

    My suggestion:
    – Add the need to put a shortcode in pages where you want the plugin auto fire
    – Have the option to auto fire on every page as now
    – Cookie

    How to use POPPOP plugin.. m totally confused.. how to get shortcode? any tutorial for help please…
    i activated it.. and i added widget in it.. via appearance>widget.

    then what to do? help

    Plugin Author shazdeh

    (@shazdeh)

    Hi,
    the autofire and the cookie options are added to the plugin. To control which pages the popup will appear, you can use the Widget Logic plugin. Powerful stuff!

    Prateek Gupta

    (@prateekgupta)

    Awesome… thanx….
    now i can uninstall other pugins.. PopPop will do all work.. Yeah Yeah..
    Thanx for superb plugin…
    Here is a problem… The plugins popup load on everypage? … i have added it to only one page…. but when i open in a mobile i found popup menus on footer.
    And Second and Main Problem for me…
    its Not overlapping the menu items…
    for ex :
    https://www.adorabletab.com/wallpapers/upload-image/

    try to click first popup link.. u’ll see my suggestion..
    thanx

    Plugin Author shazdeh

    (@shazdeh)

    @prateekgupta: Use Widget Logic plugin to control in which pages the popups are added to the page.
    The overlap problem has to do with this rule in your style.css file:
    .navi-secondary-container { z-index: 300; }
    You can decrease the number to 100 to fix the issue.

    Prateek Gupta

    (@prateekgupta)

    thanx for solving overlapping problem, thank you so much @shazdeh..
    and i dont know.. how to use Widget Logic Plugin. will u guide me.. how to use it?

    Plugin Author shazdeh

    (@shazdeh)

    Please refer to the plugin’s page at: https://www.ads-software.com/extend/plugins/widget-logic/.

    Prateek Gupta

    (@prateekgupta)

    LOL i know that plugin page ??
    anyways thanks for PopPop plugin support,
    and i want to ask a que. about another plugin help,if u can help me sir, ??
    because i’m finding my answers from 2-3 months ??
    if you can sir please ??

    thanks & regards

    How do I get popups from the clickable areas in a image map?
    E.g.: area shape=”rect” coords=”0,0,82,126″ href=”sun.htm” alt=”Sun”
    I tried this: area shape=”rect” coords=”0,0,82,126″ href=”#” data-reveal-id=’text-13′ alt=”Sun”
    but no popup so far. Any solutions??

    Plugin Author shazdeh

    (@shazdeh)

    You can give your area tag a “name” attribute and target that name with jQuery:

    jQuery('area-name').click(function(){
       jQuery('#text-13').reveal();
    });

    Thank you for your answer. Where do I append this extra string? I want to use the original function of the plugin as well – not modify the script for the specific purpose of clickable areas in image maps.

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