• Installed the wp-clone on new WordPress site. But the radio buttons for selecting the action “Create backup” or “Restore from URL” cannot be unselected. Therefor when I try to Restore it just does a backup.
    Tested Chrome and Firefox.

    Have used it earlier, never any problem otherwise.
    Keep up the good work!

    https://wordpress.org/plugins/wp-clone-by-wp-academy/

Viewing 1 replies (of 1 total)
  • Thread Starter hanssund

    (@hanssund)

    Workaround that I used:
    Edited the wp-content/plugins/wp-clone-by-wp-academy/lib/view.php

    Moved the checked=”checked”
    from
    <input id="createBackup" name="createBackup" type="radio" value="fullBackup" checked="checked" /><br/><br/>

    To this line

    <strong>Restore from URL:</strong><input id="backupUrl" name="backupUrl" type="radio" value="backupUrl" checked="checked"/>

    Then clicked “Backup”, because it doesnt update the button either.
    But it did work 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Radio button doesnt unselect’ is closed to new replies.