Viewing 14 replies - 1 through 14 (of 14 total)
  • hello brian,

    i’m john’s plugin developer ( the developer of wordpress text message ).

    do you install firebug in your firefox/chrome browser. if yes, is there any notification?

    or what is your site? so i can check it

    Thread Starter brianleon

    (@brianleon)

    No didn’t do that. Here’s one of the sites I tried it at… https://smsfitnesstips.com

    Thread Starter brianleon

    (@brianleon)

    Thanks again for your reply and help. Would love to get this to work

    Thread Starter brianleon

    (@brianleon)

    any thoughts?

    Plugin Contributor totalbounty

    (@totalbounty)

    99% of people don’t have this problem, however we have 2 complaints that do. We’ll try to get a fix in the next few days if we can find it. Did you try it with the default theme?

    Thread Starter brianleon

    (@brianleon)

    Yes, and on 9 different websites

    Plugin Contributor totalbounty

    (@totalbounty)

    wow, then whatever problem you’ve got is common to all 9 websites. Let me ask you this, did you use previous versions of the plugin on all those websites and then upgrade to the latest version?

    Thread Starter brianleon

    (@brianleon)

    All 9 had a different variety of plugins and themes. And only used the newest version

    Thread Starter brianleon

    (@brianleon)

    Just tried again on a few and it works fine when I am logged in but once I log out and try it just like a visitor who’s not logged into my site would do it just sits there

    hello brianleon

    i have figure out the problem. the fixed plugin will be released soon from totalbounty. just wait for it

    but if you need it urgently, you can fix it by yourself

    please open subscribers.php line #5 and #6

    add_action('wp_ajax_register_mobile_phone'	,'mrt_register_phone');
    add_action('wp_ajax_unregister_mobile_phone'		,'mrt_unregister_phone');

    and add this code

    add_action('wp_ajax_nopriv_register_mobile_phone'	,'mrt_register_phone');
    add_action('wp_ajax_nopriv_unregister_mobile_phone','mrt_unregister_phone');

    thanks

    Plugin Contributor totalbounty

    (@totalbounty)

    update is on the way – we have to add a couple more things to this release and it will be available within the next 24-48 hours

    Thread Starter brianleon

    (@brianleon)

    available yet?

    Plugin Contributor totalbounty

    (@totalbounty)

    almost, shooting for Monday – couple bugs, couple upgrades all at once

    Plugin Contributor totalbounty

    (@totalbounty)

    new version 2.08 just released

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘[Plugin: WordPress Text Message] Only let's people logged in subscribe’ is closed to new replies.