• Resolved alikit

    (@alikit)


    Hello,

    There is one error and problem in loading-logo.js which chrome console says “Uncaught TypeError: Cannot read property ‘css’ of undefined”

    Source of problem is related to this line of js file: “me.attr[ ‘text’ ].css(‘top’, (( me.attr[‘overlay’].height() + h )/2+20)+’px’ );”

    Remove this line will solve the problem but I think is better you provide a better solution please,

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @alikit,

    Thank you very much for your ticket please edit the piece of code as follows:

    
    if(me.attr[ 'text' ])
    me.attr[ 'text' ].css('top', (( me.attr['overlay'].height() + h )/2+20)+'px' );
    

    Best regards.

    Thread Starter alikit

    (@alikit)

    Thank you for your response, it solved,

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @alikit,

    Thank you very much for letting me know that everything is working properly now. I’ve included the modification in an update published just now.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uncaught TypeError: Cannot read property ‘css’ of undefined’ is closed to new replies.