visite360pro
Forum Replies Created
-
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormI there a way to have two action on one button ?
Submit then redirect to an url with UTM variable coming form feldnameX ?
jQuery(this.form).submit();
+
generateURL(‘https://website.com/’, {var_nom:JSON.parse(getField(‘fieldname2’).val()), var_business:JSON.parse(getField(‘fieldname3’).val())}),
‘_top’
);Or use variable from fieldnameX in the URL of the thanks you page :
https://website.com/?utm_source=%5Bfieldname2%5D&utm_medium=%5Bfieldname3%5D
That would have the same result : submit + redirect to special URL compose with variable from the form.
Regards,
Forum: Plugins
In reply to: [Calculated Fields Form] How do I make CFF work like an HTML FormHi, I have a similar use case and there is no clear documentation on that in CFF (I really wish documentation be more complete).
I need to redirect to a URL with parameter but I always get the value in “” that is not what I want. for exemple :
redirectToURL(‘https://services.domain.com/’, {var_nom:getField(‘fieldname2’).val(), var_business:getField(‘fieldname3’).val()});
will result https://services.domain.com/?var_nom=”Bill%20Gates”&var_business=”Microsoft” instead of https://services.domain.com/?var_nom=Bill%20Gates&var_business=Microsoft
How can I get rid of “” , when using generateURL(“https://services.domain.com/”, {“var_nom”:fieldname2, “var_business”:fieldname3}) it work fine I get the Right URL but I can not use the string URL on a Button.
Regards
I still havent find where the issue come from. I use WP compress maybe it is the cdn js that cause the issue ? What line should I put in the exclude file to exclude ratemypost from WP compress ?
I also use WP rocket, should I exclude also ratemypost script ? How ?Forum: Themes and Templates
In reply to: [GeneratePress] How to make background site transparent ?Hi David,
I have found my self the solution, I put in the CSS :
BODY {background:none transparent;}
It Works well.
Thanks for your answer.
I agree I would like to have more information on how to use the plugin. I can’t figure how can I get different scrollbar on different pages, I guess selectors have to be used but how ?
Am I the only one with this issue ? Is there anyone who can help ?
Forum: Plugins
In reply to: [Contact Form 7] Problem with a empty box in my contact form 7Hi
i have found whats was wrong !
it was the option “LazyLoad sur les iframes et vidéos” of the WP Rocket plug in, i have desactivated it on the form page and it works fine now.
Regards !
Hi
i have found whats was wrong !
it was the option “LazyLoad sur les iframes et vidéos” of the WP Rocket plug in, i have desactivated it on the form page and it works fine now.
Regards !
Thanks for your answer.
I thought that this empty box was coming from WP Security (it was the last thing i have done on my site) because of the empty box for fooling the robot i have read somewhere.
But now i think that the problem is not comming from WP securtity but something else ( new version of Contact Form 7 or Google recaptcha ? ) , i still dont know…
Regards,
Forum: Plugins
In reply to: [Contact Form 7] Contact form bug since updating?I have the same issue but using Pearl Theme, the div.wpcf7-display-none {display: none;} doesn’t work.
This issue block the use the form. Is there any setting to change in WP security to stop this empty field ?
Should i change my security plug in for one who don’t block my contact form 7 ?
Thanks for fixing this bug
Forum: Plugins
In reply to: [Spoken Word] How can i put the player on a paragraph or page ?Hi,
Thanks for you answer, but i am still confuse : I even don’t know what a “selector” is or what is call a “element” !
I just understand that there is something to do with CSS ?
I have try to put on “Custom CSS settings” of my page this code : contentSelector’ => ‘.hentry .entry-content, .h-entry .e-content, [itemprop=”articleBody”]
But it hasn’t work.
It seems that this is not for WP basic user like me.
Regards