Bonjour Eric,
Est-il possible d'avoir un accès admin temporaire pour regarder directement ce qu'il se passe ?
si oui vous pouvez me l'envoyer par message prive ou sur jc.bisoux.wps [AT]...
Type: Posts; User: Jean-Christophe Bisoux
Bonjour Eric,
Est-il possible d'avoir un accès admin temporaire pour regarder directement ce qu'il se passe ?
si oui vous pouvez me l'envoyer par message prive ou sur jc.bisoux.wps [AT]...
Hi Loga,
I'm on holiday still monday, I can check this monday, can you send me an temporary admin account by private msg or at jc.bisoux.wps [at] gmail.com
JC
Hi,
You can activate WPS only for 1 one page, for example, you create a page "test" and you activate the popup only on this page, after send me the url to see the result
Regards,
JC
Hi,
the CSS custom depends from your theme, can you give me an live url ?
it's impossible for me to find a solution with only an image.
Regards,
JC
Hi,
With this it's not posible to change directly in WPS, but it's posible in your CSS theme, it's in this file : http://lisadouthit.com/wp-content/themes/Avada/style.css
at line 6103, change
...
Hi,
yes WPS add before the rules a #popup with this the CSS custom are only for the popup
for the thankyoy page normally it's on your mailing system you can configure it, WPS send all the...
Hi,
can you try this in custom css
form {margin-left: 10px}
{height: 459px !important;width: 850px; }
Hi,
Your theme have a conflict with the WPS CSS, you must use the "CSS custom" in WPS to correct it.
But with only an image I can't help you more, it's impossible to see where is the problem, If...
Hi,
It seems Mailchimp change their website,
you can find the optin code here :
Lists (choose your list) > Signup Forms > Embedded Forms
Regards,
JC
Hi,
WPS only autofill the email address with user that are logged into the wordpress, for all the other visitor it's not possible to autofill the email address
and there is no option to disable...
No, never we activate WPS for mobile it's so awfull for the user experience.
If you like I send you the file without the restriction in private message
JC
Hi,
WPS is not activated for mobile device, we made a test and the user experience was awful and we decide to deactivated it for the mobile
Regards,
JC
Hi Igor,
can you send me by mail (js.bisoux.wps [at] gmail.com ) the url ?
Regards,
JC
Hi Igor,
your configuration is good, but if you use a cache plugin it's posible the cache give a copy of the page (with the popup activated) and you have another time the popup.
To be sure try...
Hi,
For my part I don't like to use plugin for cache, I prefer to use think like cloudflare.
I never test infinity cache
Regards,
JC
Hi,
Is it posible to have a temporary admin account ?
Can you send me by private mesage
Regards,
JC
Hi,
Are you sure ?
I made a test and it seems it work, I have this page https://www.pedroalive.com/newsletter/?nm=already_confirmed&nk=19652-e2c66917ff (I'm already registered with the direct form)...
And with this ?
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()});
});...
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(...
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(...
can you try this :
jQuery(document).ready(function(){
jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()});
function wprs_ref(){};
});
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
Hi,
can you try to add this in jquery custom
jQuery(".wps_submit").click(function(){jQuery( ".wps_submit" ).remove();jQuery(".wpsform").submit()});
function wprs_ref(){};
regards,
JC
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...
Hi,
Sorry I made a mistake, it's just
{margin-top: -10px}
Regards,
JC