Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter kanchannachnani

    (@kanchannachnani)

    Respected Sir,
    I am using acf (advaced Custom Field) plugin for that form.

    Thread Starter kanchannachnani

    (@kanchannachnani)

    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.

    Thread Starter kanchannachnani

    (@kanchannachnani)

    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 you

    Thread Starter kanchannachnani

    (@kanchannachnani)

    After login the websise shows ‘loading…’ msg and no profile is submitted for the wessite.

Viewing 4 replies - 1 through 4 (of 4 total)