nileshpsq
Forum Replies Created
-
Forum: Plugins
In reply to: [Redirection] Redirect https non-www to https wwwThanks, John for the quick response. And how do I do that? Can you share more details here pls.
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCHi @vmarko I’ve disabled the plugin. The assets it’s still taking from CDN, is that correct even if the plugin is disabled? The CDN is set through W3TC itslef.
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TC@vmarko I added this path in rejected URL > /wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=5.1.6
It’s still taking from CDN in the page.
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCyou mean deleting the folder from the server itself? @vmarko
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TC@vmarko I’ve not tried with disabling the plugin yet.As I mentioned when I purge cache all including cdn, it still reflects the old page for quite sometime which was not the case earlier. Am I missing something?
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TC@vmarko It also looks like it has stopped clearing the cache. I removed one page but it is still visible. weird. My page cache is enabled.
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCHi @vmarko Just a quick thing
I see that the tool is caching wp-json folder and under this it has contact-form-7 folder and under it the form. How can I exclude this to not cache?
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCWill I loose the settings If I disable and enable the plugin again? @vmarko
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCJust disabling would work or do I need to delete all the W3TC related files and folders as well? @vmarko
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCWhen I view source, I see this error
Unexpected token < in JSON at position 0`
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCI disabled Page cache and the issue still persists. @vmarko
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TC@vmarko When I view source I don’t see
enhanced{w3tc_pagecache_reject_reason}
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCWhere do you want me to add the above code?
Forum: Plugins
In reply to: [W3 Total Cache] Contact form 7 stops working while using W3TCHi @vmarko
only page and browser cache.
CDN with AWS cloudfrontOn hitting apply button, the error I get is
Unexpected token < in JSON at position 0Forum: Plugins
In reply to: [Contact Form 7] Redirection not working<div class="job_app_name job_app_comm comm_unic"> <label>Name*</label> [text* job-name id:job-opening-form-name class:required autocomplete:off] </div> <div class="job_app_email job_app_comm comm_unic"> <label>Email*</label> [email* job-email class:required autocomplete:off] </div> <div class="job_app_resume job_app_comm"> [file* job-resume class:required filetypes:pdf|doc|docx limit:10MB ] <span class="upload_res">Upload Resume (file format - PDF or doc)*</span> </div> <div class="job_app_portf job_app_comm comm_unic"> <label>Portfolio URL (for designers)</label> [url job-portfolio autocomplete:off] </div> <div class="job_app_linkedin job_app_comm comm_unic"> <label>LinkedIn URL</label> [url job-linkedin autocomplete:off] </div> <div class="cont_email-hidden cont_comm" style="display:none;"> <label> [text job-title class:required placeholder "Job Title*"] </label> </div> <div class="cont_email-hidden1 cont_comm" style="display:none;"> <label> [email* recipient-email ] </label> </div> <div class="job_app_tellus job_app_comm"> <label>Tell us why you are the right candidate</label> [textarea job-message placeholder "Tell us why you are the right candidate"] </div> <div class="job_app_apply"> [submit "Apply"] </div> <div style="display:none;">[response]</div> <script type="text/javascript"> document.addEventListener( 'wpcf7mailsent', function( event ) { var a = document.getElementById('job-opening-form-name').value; console.log('a = '+a); var url = 'https://www.peppersquare.com/careers/thank-you/?'+a; console.log('url = '+url); console.log('contactFormId = '+event.detail.contactFormId); if ( '1281' === event.detail.contactFormId ) { location = url; } }, false); </script> <script type="text/javascript"> jQuery(document).ready(function( $ ){ var admn = jQuery('.job-des-banner h1').html(); jQuery('.cont_email-hidden input').val(admn); var admn1 = jQuery('.job-email').html(); jQuery('.cont_email-hidden1 input').val(admn1); }); </script>
Then I put the following shortcode in the page
[contact-form-7 id="1281" title="Lets work together - Apply Job"]