Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having the same issue!

    Thread Starter acediow

    (@acediow)

    Yeah… sad… I thought it was an isolated problem! Maybe a PHP issue.. I cant figured out how to solve it.

    If I had any news I’ll tell u!

    Peace!!

    Hi, I have similar error in latest WP . There is console error after click on some tabs:
    Uncaught TypeError: Cannot read property ‘removeClass’ of undefined

    I was able to find the reason. Colorpicker has some conflicts with latest changes in core (something with Iris or like that, there are some similar issues around )
    in Option.php (tt_login/admin/Option.php) I commented loading color picker scripts (in function add_color_picker_scripts() – 3 lines)

    Then everything works and you just need to insert color code manually as hexa code.

    If you right click on the blank area hiding the settings and inspect the code in Chrome and add display:none; to the span code about 3 times, you can finally see the settings. Guess that means the span code just needs to be removed. Dear Developed can you please do this easy fix?

    I just did a search for border-top-left-radius and found the code in the plugins\tesla-login-customizer\static\js\admin\wp-color-picker-alpha.min.js file. Maybe an update of this file or disabling of code here is good.

    https://github.com/23r9i0/wp-color-picker-alpha this is the URL of the person that made that file.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not working in back-end!’ is closed to new replies.