Viewing 8 replies - 1 through 8 (of 8 total)
  • Same for me message field is blocked in asgaros.

    Also user registration is not working anymore. Also pasword change is not working anymore.

    website: vwgdekulert.nl

    I deleted and re-installed asgaros. It solved that now users can registrate again and can change their pasword.
    The “message” (“Nachrichten Feld”) field is blocked.

    I have latest WP 4.5.3 installed.

    Any idea what is causing this issue, it worked well with previous edition.

    website: vwgdekulert.nl

    Danke !

    I have the same issue with a simular forum (bbpress)where also the editor and the post is blocked. When i am inspecting the blocked line i see in CSS code that is wiped out. Both for aragos and bbpress. re-installing does not help.
    Any tip would be helpfull

    Aad

    Thread Starter ogirod

    (@ogirod)

    The problem has been solved in my case. I had a plugin (autooptimize) that did not work well with my theme (cream) and so java script was not working well. By inactivating this plugin (autooptimize), the problems was also solved on the asgaros forum. That for my case.

    I identified one plug in which caused an error with bbpress. I cleaned the tables, de and installed asparagos again.

    Still same issue … there seems to be in the reply are an issue still.

    Aad

    Plugin Author Asgaros

    (@asgaros)

    Sorry for the late response, aadvanderpol.

    Do you have a link so I can test this? Everything is working fine in my testing environment with the latest version of the plugin and forum.

    Ok, it also worked in the past for me.
    I had contact with the Theme (optimizer-pro) owner. Following was done:

    Can you please go to Appearance > Editor and select functions.php (optimizer-pro theme) from right and remove this:
    if ( !is_admin() ) { //you might decide to change this conditional statement.

    //I found the filter in /wp-includes/class-wp-editor.php @249
    add_filter(‘the_editor’, ‘my_remove_editor_te’);
    function my_remove_editor_te(){
    $editor = ”;
    return $editor;

    // or simply return;
    }

    }
    By removing that statement in function.php the plig-in was working again.
    Your new release works also fine . Thanks.

    So this can be closed.

    Danke .

    Plugin Author Asgaros

    (@asgaros)

    Great! Happy to hear that it is working now. ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Antworten k?nnen nicht mehr im Forum geschrieben werden’ is closed to new replies.