Search found 10 matches

by pdsgomes
Fri May 15, 2015 10:26 am
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

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

Same result.

Do not apologize, I do ask ...
by pdsgomes
Thu May 14, 2015 7:45 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

No way :( same result again :(
by pdsgomes
Thu May 14, 2015 7:36 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

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(){};
});
</script>


cross finger ;)
JC ...
by pdsgomes
Thu May 14, 2015 7:17 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

Same result again :(

Thank you for your support.
by pdsgomes
Thu May 14, 2015 7:15 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

Im sorry, same result :(

Code Added:

<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()});
function wprs_ref(){};
});
</script>
by pdsgomes
Thu May 14, 2015 7:09 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

I've added the code to a place on sahifa that says:

The following code will add to the footer before the closing </body> tag. Useful if you need to add Javascript or tracking code.
by pdsgomes
Thu May 14, 2015 7:08 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

Same result :(
by pdsgomes
Thu May 14, 2015 7:01 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

Ok Im using Sahifa and I added the code on a field that says this:

" The following code will add to the footer before the closing </body> tag. Useful if you need to add Javascript or tracking code. "

I have deleted the cache from WP Super Cache and Cloudflare.

Not working, same result :(

Pedro
by pdsgomes
Thu May 14, 2015 6:33 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

Jean-Christophe Bisoux wrote: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
Sorry, newb here, where can I find that "Jquery custom"?

Pedro
by pdsgomes
Thu May 14, 2015 1:34 pm
Forum: WPSubscribers
Topic: WPSubscribers vs Newsletter Plugin Wordpress
Replies: 17
Views: 110648

WPSubscribers vs Newsletter Plugin Wordpress

Hi,

Sorry for my poor english.

My webiste https://www.pedroalive.com has both WPSubscribers and Newsletter Plugin from http://www.thenewsletterplugin.com/?utm_source=plugin&utm_medium=link&utm_campaign=newsletter-extensions&utm_content=3.7 .

If I use the widget from newsletter plugin everything ...