acaweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] cant activate – fatal errorI also received the fatal error when updating. My server still has PHP set to 5.2.17.
Forum: Fixing WordPress
In reply to: 4.0.1 Password Protected Pages not workingBTW, it works if you’re logged in, so you have to open in another browser that you’re not logged in to or log out first to try it.
Forum: Fixing WordPress
In reply to: 4.0.1 Password Protected Pages not workingALL plugins deactivated. Permalinks set to: /%postname%/
Forum: Installing WordPress
In reply to: Password protected pages give 404 error since 4.0.1The ability to password protect a page has always been a feature in WordPress since I’ve been working in it (2008). I am having the same issue btw and need a fix.
Forum: Plugins
In reply to: [Social] not working with WP 4.0Found the fix….in this thread:
https://www.ads-software.com/support/topic/cant-add-twitter-accounts?replies=26Hello all,
I also had the problem of adding both facebook and twitter accounts in WP 4.0 this morning. Now I have found a solution/tweak that temporarily enables you to add the accounts. All you have to do is just commenting 1 line of code.
Short Answer:
1. open file wp-content/plugins/social/lib/social/controller/auth.php, and inside function action_authorized(), look for this code blockif (wp_verify_nonce($nonce, $this->auth_nonce_key($salt)) === false) {
Social::log(‘Failed to verify authentication nonce.’);
echo json_encode(array(
‘result’ => ‘error’,
‘message’ => ‘Invalid nonce’,
));
exit; //(comment this line to temporarily enable adding accounts, uncomment when finish.)
}2. comment out the line that says exit;, it is line 88 for me (version 2.11), save and upload if necessary.
(now it becomes:) //exit;3. Go to yout WP backend, and click the ‘Sign in with Facebook/Twiter’ button, and it should work.
4. For security reason, once you have added your accounts, remember to uncomment line 88.
(now it becomes:) exit;If it works for you, please leave a comment to let others know.
Forum: Plugins
In reply to: [Social] Can't add Facebook accountcangluo you are BRILLIANT…Thank you for the fix ??
bummed, because my american/English woo-commerce site is also not showing the form ?? please help…
Rodilard THANK YOU!!!!!!!!!!!!!! So much!
Forum: Plugins
In reply to: Deletion of Plugins without giving the Author time to fixHighslide is one of my ALL TIME favorite plugins to use on client’s websites. I am dismayed that WP has removed it from the repository. Solariz-please don’t stop developing; other developers like myself will continue to use your awesome contributions to the WP community.
Thank you esmi. I tried the first two fixes which didn’t work. When going into phpmysql, I found that the original developer actually installed the wordpress database on top of a Joomla database (all items are within ONE database). Is this why i can’t easily remedy this?
Forum: Plugins
In reply to: password protect different posts for different groupsSame here…need exactly the same functionality.
come on WordPress gurus please help.
Thanks-