• Resolved Philipp

    (@phisch93)


    Hi,

    I added the [clean-login-edit] shortcode but then deleted it cause I don’t need it.

    But now in the user overview of [clean-login] ( when a user is allready logged in ) there stands a link with “Edit my profile” in the left top of the overview which redirects to the profile edit page.
    But this page doesn’t exist anymore.

    How can I deactivate the not needed [clean-login-edit] shortcode.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem and found spilution. Update/save again all pages where the code is there 😉

    Thread Starter Philipp

    (@phisch93)

    Thank you but that doesn’t work for me. 🙁

    I helped me out with CSS until that issue is solved.

    .cleanlogin-preview-edit-link {
    display: none;
    }

    Plugin Author Alberto Hornero

    (@hornero)

    Hi Philipp,

    Could you please try by removing the corresponding field cl_* directly in wp-admin/options.php I think is the cleanest way to do it.

    Alberto.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘deactivate forms’ is closed to new replies.