ervvan
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hello @wythechen,
Have you deleted your site’s cache?
Do you also delete your browser’s cache?
Regards,
R1Hello,
You can edit the file facebook-messenger-customer-chat.php and add the line : greeting_dialog_display=’hide’
after <div class=’fb-customerchat’<div class='fb-customerchat' greeting_dialog_display='hide' attribution='wordpress' attribution_version='1.8' page_id=".fbmcc_sanitize_page_id(get_option( 'fbmcc_pageID' ))." >You can delay the chat greeting dialog load after a certain number of seconds. You need to add
greeting_dialog_delay=”10″
Change the number of seconds as you like 🙂
Forum: Plugins
In reply to: [Contact Form 7] CF7 – email verificationSOLUTION >
add this script > and replace #ID by the id of your fields
<script type="text/javascript"> $(function() { $('#ID').bind("cut copy paste", function(e) { e.preventDefault(); }); }); </script>
Viewing 4 replies - 1 through 4 (of 4 total)