Viewing 3 replies - 1 through 3 (of 3 total)
  • Same here. There ia a problem and i hope it will be fixed soon.

    Here is the fix:
    Go to files (via FTP or cPanel) locate wordtwit in wp-content/plugins/wordtwit.
    Go to /admin/css/wordtwit-admin.css open and navigate to line 200 – 209

    #bnc #bnc-submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    #bnc #bnc-submit-reset {
    	position: relative;
    	top: 0;
    }

    and replace the above code with

    p#bnc-submit.submit {
    	padding: 0;
    	float: left;
    	margin-right: 10px;
    }
    
    p#bnc-submit-reset.submit {
    	padding: 0;
    	float: left;
    }

    Save & enjoy it!

    i0n1ca,

    I cannot thank you enough for putting that piece of code in!! It worked like a charm!

    Thank you so so much!!!

    Warm Regards,
    Michele

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