egger33
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Edit Hangs ProgramOK problem solved. I may have corrupted the file by loading the hidden fields in Contact Form 7 incorrectly. Edit works correctly now.
That’s my point it won’t install correctly even after being deleted and reloaded. Here is my Install Info. Note that the key pages are trashed. The other odd thing is that UM lists my six users even after being deleted.
### Begin Install Info ###
## Please include this information when posting support requests ##
— Site Info —
Site URL: https://ttcastore.com
Home URL: https://ttcastore.com
Multisite: No— Hosting Provider —
Host: DBH: localhost, SRV: ttcastore.com
— User Browser —
Platform: Apple
Browser Name: Firefox
Browser Version: 66.0
User Agent String: Mozilla/5.0 (Macintosh; Intel Ma
c OS X 10.14; rv:66.0) Gecko/201
00101 Firefox/66.0—- Current User Details —
Role: administrator
— WordPress Configurations —
Version: 5.2
Language: en_US
Permalink Structure: /%postname%/
Active Theme: Twenty Ten Child 2.5.1539558963
Page On Front: (#15)
Page For Posts: (#0)
ABSPATH: /home/ttcastor/public_html/
All Posts/Pages: 6
WP Remote Post: wp_remote_post() works
WP_DEBUG: Disabled
WP Table Prefix: Length: 5, Status: Acceptable
Memory Limit: 128MB— UM Configurations —
Version: 2.0.45
Upgraded From: None
Current URL Method:
Cache User Profile: Yes
Generate Slugs on Directories: Yes
Rewrite Rules: Yes
Force UTF-8 Encoding: No
JS/CSS Compression: No
Port Forwarding in URL: No
Exclude CSS/JS on Home: No— UM Pages Configuration —
User: https://ttcastore.com/user__trashed/
Account: https://ttcastore.com/account__trashed/
Members: https://ttcastore.com/members__trashed/
Register: https://ttcastore.com/register__trashed/
Login: https://ttcastore.com/login__trashed/
Logout: https://ttcastore.com/logout__trashed/
Password Reset: https://ttcastore.com/password-reset__trashed/— UM Users Configuration —
Default New User Role: 0
Profile Permalink Base: user_login
User Display Name: username
Force Name to Uppercase: No
Redirect author to profile: No
Enable Members Directory: Yes
Use Gravatars: No
Require a strong password: Off— UM Access Configuration —
Panic Key:
Global Site Access: Site accessible to Everyone
Backend Login Screen for Guests: No
Redirect to alternative login page:
Backend Register Screen for Guests: No
Redirect to alternative register page:
Access Control widget for Admins only: No
Enable the Reset Password Limit: Yes
Reset Password Limit: 3Disable Reset Password Limit for Admins: No
Blacklist Words: 5— UM Email Configurations —
Mail appears from: TTCA Store
Mail appears from address: [email protected]
Use HTML for E-mails: Yes
Account Welcome Email: No
Account Activation Email: No
Pending Review Email: No
Account Approved Email: No
Account Rejected Email: No
Account Deactivated Email: Yes
Account Deleted Email: Yes
Password Reset Email: Yes
Password Changed Email: Yes— UM Total Users —
All Users(6)
administrator(1)
um_individual-member(5)
none(0)— UM Roles —
Administrator (administrator)
Editor (editor)
Author (author)
Contributor (contributor)
Subscriber (subscriber)
Customer (customer)
Shop manager (shop_manager)
Subscriber Unpaid (um_subscriber-unpaid)
Member (um_member)
Applicant (um_applicant)
Individual Member (um_individual-member)
Family Member (um_family-member)— UM Custom Templates —
N/A
— UM Email HTML Templates —
N/A
— Web Server Configurations —
PHP Version: 7.1.29
MySQL Version: 5.6.40
Web Server Info: Apache— PHP Configurations —
PHP Memory Limit: 768M
PHP Upload Max Size: 128M
PHP Post Max Size: 128M
PHP Upload Max Filesize: 128M
PHP Time Limit: 0
PHP Max Input Vars: 3000
PHP Arg Separator: &
PHP Allow URL File Open: Yes— Web Server Extensions/Modules —
DISPLAY ERRORS: On (1)
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.
SOAP Client: Your server has the SOAP Client enabled.
SUHOSIN: Your server does not have SUHOSIN installed.
GD Library: PHP GD library is installed on your web server.
Mail: PHP mail function exist on your web server.
Exif: PHP Exif library is installed on your web server.— Session Configurations —
Session: Disabled
Session Name: PHPSESSID
Cookie Path: /
Save Path: /tmp
Use Cookies: On
Use Only Cookies: Off— WordPress Active Plugins —
Akismet Anti-Spam: 4.1.1
ARI Adminer: 1.2.3
Backup: 1.1.85
Child Theme Configurator: 2.4.4
Compress JPEG & PNG images: 3.2.0
Contact Form 7: 5.1.1
Email Address Encoder: 1.0.19
FV Simpler SEO: 1.9
Jetpack by WordPress.com: 7.3.0
Mailchimp for WooCommerce: 2.1.15
Mobile Menu: 2.7.3
SG Optimizer: 5.1.2
Shortcodes by Angie Makes: 3.45
Shortcodes Ultimate: 5.3.0
Ultimate Member: 2.0.45
WooCommerce: 3.6.2
WooCommerce Blocks: 2.0.1
WooCommerce Customer/Order CSV Export: 4.6.3
WooCommerce Customizer: 2.6.0
WooCommerce PayPal Checkout Gateway: 1.6.14
WooCommerce Product Add-ons: 3.0.11
WooCommerce Services: 1.20.0
Wordfence Security: 7.2.5
WP All Export – User Add-On Pro: 1.0.0
WP All Export Pro: 1.5.6
WP All Import – User Import Add-On: 1.1.1
WP All Import Pro: 4.5.6
WP Staging: 2.5.7
YouTube: 13.1### End Install Info ###
There is a work around. Do a search on “you are already registered” and find the forum question titled Default Registration Form “You are already registered”. At the bottom are instructions on what to comment out in the core plugin file. It is not a nice solution as you have to do it every time the plugin is updated unless UM fixes this problem.
I have the same problem. If I can’t register new users I can’t use the plugin.
[email protected]Forum: Themes and Templates
In reply to: [Twenty Fourteen] Password protected page problemNow I wonder if Google or others have access to my media files because all the password protected files are there.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Entry title won't stay leftYes Andrew, you are correct. Thank you. I loaded Firebug (and read the book by Lutrha & Mittal: “Firebug 1.5: Editing…”) and found that margin auto was making my page title float in an unpredictable way on two-column pages. I added the following code to my custom css to force the title to the page left side:
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { margin: 0; }
The 2014 style sheet has the same code with auto included in the margin setting. The code above overrides it.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Entry title won't stay leftOr maybe the three column title moved to the left of the content and the text stayed where it was. I am trying to keep them aligned on the left side.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Entry title won't stay leftWell, I set .site-content and .entry-header to max-width: 600px; and that moved my full-width title closer to the left edge. That is good. But it caused my three column page title and text to missalign. The text moved to the right. That is bad.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Entry title won't stay leftMake that: [site]
Sitelock is working on this. It is not your error. When I disabled Sitelock the error went away. Thanks for your help.
Just to be clear, they are saying it is your scripting error.
The fact that the mobile theme seems to be working makes this problem less important to me.OK – I talked to powweb, my host. They say it is a scripting error that many of their customers have seen and have fixed by changing the scripting.
OK – the mobile theme is working now for some reason. The error message is not valid. https://www.andersonvalleyfire.org
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Site not full width on iPadForgot to list my site: https://www.andersonvalleyfire.org
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Site not full width on iPadHi – I had the same problem but found a work around. I loaded Jetpack WordPress plugin and activated mobile theme. That overcomes the problem and puts a clean theme that fills the mobile screen. It is not your theme, but has the same menu items. People like the look.