Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$50
Pippity Plug in - Forced Registration
The second thing that needs to be done in Pippity is to make it so that when you click outside of the screen, the box does not go away but stays persistent on the screen unless you fill in the form.
I know it is a matter of tweaking the plugin but cannot find the code to tweak.
This question has been answered.
ericblackwell | 01/29/13 at 10:10pm
Edit
Tutorial: How to assign prize money
(10) Responses
See a threaded view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
01/29/13
10:16pm -

Last edited:
01/30/13
1:33amChristianto says:Hi Eric,
please put this code on your functions.php
add_action('wp_footer', 'custom_js_code');
function custom_js_code(){
echo '<script type="text/javascript">';
echo 'jQuery("body").on("click", "#pty_overlay", function(e){ e.preventDefault(); return false;});';
echo '</script>';
}
@Asad
there is nothing wrong, its a subscription overlay, once you registered or enter email, it will save some cookie so the overlay registration won't appear again. You can try it by clear your browser cookie and reload the page. -

Last edited:
01/30/13
2:26am -

Last edited:
01/29/13
10:27pm -

Last edited:
01/29/13
10:30pmAsad Iqbal says:I can't browse the site, it shows the following message:
"Your access to this service has been temporarily limited. Please try again in a few minutes." -

Last edited:
01/29/13
10:36pmericblackwell says:Try it now, Asad. Sorry about that. The security settings were blocking some countries. I have now made it available to everywhere.
-

Last edited:
01/29/13
10:46pmAsad Iqbal says:I tried with 2 browser but something wrong with your popup as it shows only 1 time but disappeared instantly. Can you please give me and temporary admin login info into my inbox?
-

Last edited:
01/29/13
10:54pm -

Last edited:
01/29/13
11:54pm -

Last edited:
01/30/13
3:06pmAsad Iqbal says:@Christianto:
Yes, I noticed that it was 10 sec delay and later I set to '0' for work.
Thanks for mentioning.
This question has expired.
Gabriel Reguly, Dbranes, ericblackwell voted on this question.
Current status of this question: Completed
Please log in to add additional discourse to this page.
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
