kanchannachnani
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My website is not working properly. Can anyone help?Respected Sir,
I am using acf (advaced Custom Field) plugin for that form.Forum: Fixing WordPress
In reply to: My website is not working properly. Can anyone help?I have followed the process up to 5 times, but the problem came after some times. I inspect the console and note the following error:
When anyone login my website, the console shows the output as follows:jQuery(document).ready( function() { if(0){ console.log('logged_in'); jQuery("id").remove(); }else{ console.log('Not logged_in'); jQuery("#otherid").remove(); } According to the website's code the actual output should be as follow: jQuery(document).ready( function() { if(1){ console.log('logged_in'); jQuery("id").remove(); }else{ console.log('Not logged_in'); jQuery("#otherid").remove(); }After “empty cache and hard reload” we get the actual output. But after “normal” reload we get above first output. Please help to fix the error. I have tried to fix the error.
- This reply was modified 4 years, 5 months ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: My website is not working properly. Can anyone help?Thank to you respected sir for supporting me.
I have followed the above process and after that the problem has been gone. But after some time the problem came again. When I inspect the website, console shows the following issues :
1. Uncaught ReferenceError: jQuery is not defined
at (index):110:1
2. Uncaught ReferenceError: acf is not defined
at (index):911:1
3. Uncaught ReferenceError: acf is not defined at (index):915:1
4. Uncaught TypeError: Cannot read properties of undefined (reading ‘__’)
at color-picker.min.js:2:30
at color-picker.min.js:2:3447
Please support/help me to resolve the issues.
Thank youForum: Fixing WordPress
In reply to: My website is not working properly. Can anyone help?After login the websise shows ‘loading…’ msg and no profile is submitted for the wessite.
- This reply was modified 4 years, 5 months ago by kanchannachnani.