2bretired
Forum Replies Created
-
Forum: Plugins
In reply to: WP-members and SI captcha problemAgain thanks cbutlerjr,
That is it, now seems to be working fine. The last problem is my service provider. I am using Godaddy and sometimes there email takes forever to send. So when someone subscribes it could take some time before they get their temp password.
Bob
Forum: Plugins
In reply to: WP-members and SI captcha problemThanks cbutlerjr,
Cannot find require_once(‘lib/recaptchalib.php’); in the wp-members-dialogs.php.
I looked last night but thought I was just to tired to see it but this morning I have gone trough various files using search in note++ but still could not find it.
Bob
Forum: Fixing WordPress
In reply to: Cannot log in after installing recaptureOK found the following and it worked a charm.
Okay it happens because :
1) you entered wrong captcha guess, or
2) you have not entered (have not configured) reCAPTCHA API key / Secret
3) you entered wrong reCAPTCHA API key / Secret
You should reconfigure your reCAPTCHA option from admin page.
To disable the login reCAPTCHA plugin, from your file manager, open wp-login-recaptcha.php file in your plugin directory.
Next, find this line.
define(‘XRVEL_LOGIN_RECAPTCHA_ENABLED’, true);
Change it into
define(‘XRVEL_LOGIN_RECAPTCHA_ENABLED’, false);
Save it. Now the reCAPTCHA is disabled on login page.Forum: Plugins
In reply to: WP-members and SI captcha problemOK after back and forth I uninstalled SI Capture and installed wp-recaptcha and login recaptcha. This allows me to have recaptcha active on login and be able to member login on the page. The only problem is recapcha does not work on page registration. It gives code error messages when you submit.
Fatal error: Cannot redeclare _recaptcha_qsencode() (previously declared in /home/content/62/6234362/html/wordpress/wp-content/plugins/wp-recaptcha/recaptchalib.php:47) in /home/content/62/6234362/html/wordpress/wp-content/plugins/wp-members/lib/recaptchalib.php on line 55.
Any suggestions, Bob
Forum: Plugins
In reply to: WP-members and SI captcha problemUpdate:- What if I remove SI captcha and install wp_recapture instead this should allow me to us recaptcha for both wordpress and wp members and comments page.
Is this correct Bob
Forum: Plugins
In reply to: Tweeking WP-members login/registration formThanks cbutlerjr,
I just found the wpmem_login and wpmem_reg in the plugin CSS folder and change anything with width px. I did this systematically until I found what worked layout wise.
Thanks again, Bob
Forum: Fixing WordPress
In reply to: Finding Gallery settings to turn off AttachementsThanks esmi,
It took me a while but I presume you meant plugin not popup.I was looking every where for a popup!
Anyway after a lot of back and forth I finally got the look I was looking for. Clicking on a thumbnail which expanded to full size. I use FCKEditor and when you right click on photo you can change the photo link to full size photo location. It allows a thumbnail to become full size.
Regards, Bob @2bretired
Forum: Fixing WordPress
In reply to: Finding Gallery settings to turn off AttachementsTried that,did not work, I found the problem was I only had one photo in gallery, added another photo and setting appeared.
But this does not resolve the deleting an existing attachment, which I thought I could do once I got to the Gallery setting page.
I was looking at the File Gallery plugin that apparently can delete attachments, any suggestions.
Bob
Forum: Fixing WordPress
In reply to: Drop down tab on Catergories menu Bar not workingProblem solved. Just grabbed the Category in the menu and moved it to the right a tads and it became a sub-category. Always remember to read the help file particularly after an upgrade.
Bob
Forum: Fixing WordPress
In reply to: Changing background color of transparent gif?OK found the problem.
I am using Atahualpa theme and found a setting “Style Image” went to “Images in Post” and changed the background color. Now works fine.Thanks for guidance to pointing me in the right direction.
Bob.
Forum: Fixing WordPress
In reply to: Page breaks -read more -continued ?Thanks, Every day I learn something new.
Bob
Forum: Fixing WordPress
In reply to: Page breaks -read more -continued ?Thank vtxyzzy, what I found was the post where I did not put a more tag break the post have the default excerpt.
So can I set the default excerpt to another setting or is it fixed.
Bob
Forum: Fixing WordPress
In reply to: Page breaks -read more -continued ?Go to 2bretired.com click on Frugal tips:- First post ‘Income from recycling’ has “read more”
further down ‘It pays to complain’ has “continue reading”.Bob
Forum: Fixing WordPress
In reply to: Second user canot save draftSolved,
I noticed on my user the “Disable the visual editor when writing” was cheecked, but on hers it was not, I checked that box and is up and running.
Thanks for your help. Bob
Forum: Fixing WordPress
In reply to: Second user canot save draftShe has Author status.
Thanks Bob