Viewing 13 replies - 1 through 13 (of 13 total)
  • Same error here.
    Hope can be fixed soon.
    Good luck with this, great plugin.

    Thread Starter esmandau

    (@esmandau)

    All fixed,

    Version 3.5 Includes Fix for Time Server Issue, New Twitter SSL API and WordPress 3.8 Plugin Compability.

    https://www.ads-software.com/plugins/wordtwit/changelog/

    Plugin Author BraveNewCode Inc.

    (@bravenewcode)

    Thank you, esmandau.

    The ‘Save Changes’ button for WordTwit’s settings page(s) seems to be broken? (at least on Safari/Mac). I’m not able to click it, nor will the browser show me the hand cursor.

    Same here @jeanpaulh

    Can’t click Save Changes or Add Accounts still.

    EDIT: Got Add Accounts to work. Didn’t really do anything. Just made sure all the keys were the same. Still can’t Save Changes.

    It looks like the p#bnc-submit-reset button is covering the p#bnc-submit button.

    Might just be a minor CSS update needed for the Reset button to not overlap the “Save Changes” button.

    If you delete the reset settings button while inspecting the elements it allows you to click the “Save Changes” button.

    @anthonyr_complex dude! You’re a genius!

    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!

    Thanks! I hereby confirm your fix works!

    Hello guys! “Add Account” NOT work for me! I can’t add accounts! Someone can help me, please? Thaks a lot!

    I also can’t add a new account at this moment. ??

    Plugin Author BraveNewCode Inc.

    (@bravenewcode)

    Hi,

    The issue may be caused when the custom Twitter app has not been configured properly.

    Please make sure that the “Access level” is set to “Read and Write”.

    Also, the app must have a “Callback URL”. The url can be the url of the website you have installed WordTwit on. You can add the Callback URL under the “Settings tab at dev.twitter.com/apps

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Server Time: Incorrect and Can't Add Accounts errors, will be fixed SOON’ is closed to new replies.