Search found 283 matches

by Jean-Christophe Bisoux
Sat Jun 20, 2015 8:34 pm
Forum: WPSubscribers
Topic: ActiveCampaign integration form
Replies: 1
Views: 14645

Hi,
Is it posible to have a temporary admin account ?
Can you send me by private mesage

Regards,
JC
by Jean-Christophe Bisoux
Fri May 15, 2015 10:38 am
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

Hi,
Are you sure ?
I made a test and it seems it work, I have this page https://www.pedroalive.com/newsletter/? ... e2c66917ff (I'm already registered with the direct form)

Regards,
JC
by Jean-Christophe Bisoux
Thu May 14, 2015 7:51 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

And with this ? <script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()}); }); function wps_ref(){}; </script> Sorry for all this test JC
by Jean-Christophe Bisoux
Thu May 14, 2015 7:32 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

Arrgh I made a mistake, it's not wprs_ref but wps_ref The code is <script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()}); function wps_ref(){}; })...
by Jean-Christophe Bisoux
Thu May 14, 2015 7:12 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

It's seems sahifa didn't add the script tag, can you try this <script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()}); function wprs_ref(){}; }); <...
by Jean-Christophe Bisoux
Thu May 14, 2015 7:06 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

can you try this :

Code: Select all

jQuery(document).ready(function(){
	jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()});
	function wprs_ref(){};
});
JC
by Jean-Christophe Bisoux
Thu May 14, 2015 6:51 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

You re right, the custom optin code didn't have the jQuery custom ;(

In your theme, did you have an option to enter javascript code ?

JC
by Jean-Christophe Bisoux
Thu May 14, 2015 6:24 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

Hi,
can you try to add this in jquery custom

Code: Select all

jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()});
function wprs_ref(){};
regards,
JC
by Jean-Christophe Bisoux
Thu May 14, 2015 6:15 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 48593

Hi,

I see what's the problem, but now I didn't find a solution.

WPS send 3 variables email, name and the button and your newsletter plugin don't like the button.

did you have a tutorial or a doc for the newsletterplugin ?

Regrads,
JC
by Jean-Christophe Bisoux
Thu Apr 30, 2015 1:07 pm
Forum: WPSubscribers
Topic: Remove spacing for form title and content?
Replies: 4
Views: 25260

Hi,
Sorry I made a mistake, it's just

Code: Select all

{margin-top: -10px}
Regards,
JC
by Jean-Christophe Bisoux
Wed Apr 29, 2015 7:43 pm
Forum: WPSubscribers
Topic: Remove spacing for form title and content?
Replies: 4
Views: 25260

Hi,
you can try to change the margin f the form with the custom CSS

Try this

Code: Select all

.icf-optin-form{margin-top: -10px}
This is the result https://www.dropbox.com/s/zh515x9ie0xr550/abbeycarefoundation.png?dl=0

Regards,
JC
by Jean-Christophe Bisoux
Tue Feb 17, 2015 9:13 am
Forum: WPSubscribers
Topic: Possible to rotate custom opt-ins in sidebar widget?
Replies: 1
Views: 13985

Hi,
It's not posible directly in WPS, but you can in you theme code it in php with an if sentence

Sorry
Regards,
JC
by Jean-Christophe Bisoux
Mon Feb 09, 2015 9:21 am
Forum: WPSubscribers
Topic: Facebook Connect not working with Custom HTML exit Popup
Replies: 4
Views: 18132

Hi, you have in WPS the "Optin Analytics" you can split test different popup, just in "display location" say which popup you would like to split test for a same page. The only problem, WPS know when it send informations to aweber but it didn't know if the person finish the inscri...
by Jean-Christophe Bisoux
Fri Feb 06, 2015 7:52 pm
Forum: WPSubscribers
Topic: Using WPsubs as 2 step opt-in
Replies: 6
Views: 21913

Hi,
It's one popup per page, but you can have different page with different popup for each page, just define with popup you would like for the page or post

Regards,
JC
by Jean-Christophe Bisoux
Fri Feb 06, 2015 11:11 am
Forum: WPSubscribers
Topic: Show all fields on popup?
Replies: 4
Views: 13494

Yes it's right it's only when you create the popup you can choose the custom popup.

for the link on an image, just put an image an not a text the important is the "a href" Code

Regards,
JC