Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • cllaudiu

    (@cllaudiu)

    I’m having the same problem.
    SEO Check is grey. When I click on Check I get the following error:
    #Uncaught TypeError: Cannot read property 'top' of undefined

    I checked the line of code where the error is presented:
    if ( jQuery(this).hasClass('scroll') ) {
                var scrollto = jQuery(this).attr('href').replace('wpseo_','');
                jQuery( "html, body" ).animate({
                    scrollTop: jQuery( scrollto ).offset().top
    #Uncaught TypeError: Cannot read property 'top' of undefined
                }, 500);
            }
        });

    The meta box for setting up Title and/or Description does not show up.

    Disabled plugins and enabled back again.
    Did not change the theme because the error is on the admin are not in the theme. In the theme everything seems to be working fine.

    Claudiu

    Thread Starter cllaudiu

    (@cllaudiu)

    now i feel stupid.
    thanks a lot.
    just made my day a lot easier. ??

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