• carlosolorzano

    (@carlosolorzano)


    Hi, I’m having trouble with the plugin, I have just entered the special characters I want to restrict; However, the “Save” button does not appear for me to save the selected settings. There is a “Save” button on the “Error messages” tab, but if I move from “General settings” to “Error messages” the configurations from the first tab are not saved.

    How do I save when the button is missing?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter carlosolorzano

    (@carlosolorzano)

    I managed to export the configuration into a JSON file, then I modified the line: “disallow_spc_cars”:
    When I send a form to save, the only special caracters that are not sent to the DB are: <> `
    But it does allow to pass the others such as: \ | / { } ( ) [ ] ′ ^ * #
    It does not give me a warning message that such characters are not permitted, and instead just deletes the 3 special characters I mentioned first.

    Is there some configuration that I’m skipping to make the plugin jump into action?

    Plugin Author Benaceur

    (@benaceur)

    if I understood your question correctly, the save button does not appear

    so if this is the case, put this code in your “functions.php” file of active theme:

    add_action('admin_head', function () {
    echo '<style>input.button-BENrueeg_RUE_top {position: initial !important;}</style>';
    });
    • This reply was modified 9 months ago by Benaceur.
    Thread Starter carlosolorzano

    (@carlosolorzano)

    I now see the save button, my problem now is that the special characters that I want to restrict are not being blocked.

    What I basically need is that special characters are blocked in all of the text inputs I make for the site.

    (All of the characters from the “Prevent the use of characters” box I need them blocked from all my text inputs)

    Plugin Author Benaceur

    (@benaceur)

    by default all characters are restricted in the username when registering, so make sure you don’t use anything else that allows characters, my plugin devloped to not allow.
    this option “Prevent the use of characters (Symbols) permitted by wordpress” is to block these characters only:

    _ . - @

    which are authorized by wordpress, the plugin is compatible with: wp single – BuddyPress (single) – multisite.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Save button does not appear’ is closed to new replies.