RGrissom
Forum Replies Created
-
Maybe this will help. Using Special Mail tags you should be able to get the data.
https://contactform7.com/special-mail-tags/I too am experiencing the same issue on one site. The host shut the site down because it was pulling enormous amounts of memory trying to scan and run other utilities. I’ve deactivated the plugin until there’s a fix. Installed another security plugin.
Wordfence Live Activity:Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 29116863 bytes) in….WP_MEMORY_LIMIT WordPress memory limit 40M
WP_MAX_MEMORY_LIMIT Administrative memory limit 256MDeleting the configCache.php file, /wp-content/plugins/wordfence/tmp/configCache.php file
AND
Disabling the WordFence>Diagnostics>Disable config caching worked.The Disable config caching option is on the Diagnostics menu, the bottom of the page in WordPress.
Click the Wordfence plugin settings menu option on the left-hand side of the screen, then click the Diagnostics menu item.
Scroll to the bottom of the page and select the Disable config caching, save your changes and install.You may want to re-enable the option after a successful installation.
Forum: Themes and Templates
In reply to: [Politics] Mobile-Responsive Menu Not WorkingBUG? There is an issue with click-effects on child menu items that propagates to all menu items rendering them useless on a mobile device. I removed the click-effect and the issue resolved.
Forum: Themes and Templates
In reply to: [Politics] Missing header icons & fontsRenamed the existing directory and reinstalled the plugin. The icons and fonts are now showing correctly.
Forum: Themes and Templates
In reply to: [Politics] Missing header icons & fontsIt looks like the site isn’t serving up the Shortcode plug-in. It is installed. I can see the directory and files via FTP client, the plugins dashboard, etc. but it’s not loading.
NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier).
(XHR): GET – https://leslieduncan4kc.com/wp-content/plugins/rescue-shortcodes/includes/fonts/font-awesome.min.css?ver=4.6.1
HTTP404: NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier).
(XHR): GET – https://leslieduncan4kc.com/wp-content/plugins/rescue-shortcodes/includes/fonts/font-awesome.min.css?ver=4.6.1
HTTP404: NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier).
GET – https://leslieduncan4kc.com/wp-content/plugins/rescue-shortcodes/includes/fonts/font-awesome.min.css?ver=4.6.1
HTTP404: NOT FOUND – The server has not found anything matching the requested URI (Uniform Resource Identifier).
GET – https://leslieduncan4kc.com/wp-content/plugins/rescue-shortcodes/includes/fonts/font-awesome.min.css?ver=4.6.1Like @loocarius I don’t have ~/wp-content/wflogs/
Ditto… is this a valid request from Wordfence? Not too quick to change permissions without validation.
Forum: Themes and Templates
In reply to: [Politics] [mailbag_mailchimp] not working on Hero SliderI found the issue. I was asking for the email address only on the Hero Slider, but the form at MailChimp.com had other required fields. I changed the form values, unselected *Required, at MailChimp.com and the issue resolved.
Forum: Plugins
In reply to: [BulletProof Security] Problem with .53.3 updateIssue resolved. Site host assisted.
Forum: Plugins
In reply to: [BulletProof Security] Problem with .53.3 updateI’m still having this issue. I’ve uninstalled, reinstalled, removed the plugin directory, etc. the issue still exists. Now I can’t access the Admin dashboard, plugins, to administer the site. Is there a way to completely remove all references to BP?
Forum: Themes and Templates
In reply to: [Politics] Donate Button colorAwesome! Thank you very much. I deactivated the plugin I just installed and continued to use the CSS Stylesheet Editor and it worked great.
<beer>
<head>
</head>
<body>
*
*
*
*
</body>
</beer>Forum: Themes and Templates
In reply to: [Politics] Donate Button colorI just checked again and I see that the Donate Button is now red, but the donate amounts are not. They are give-gateway-radio-list, when I look at the code.
I think this is the CSS that is loading for the donation amount buttons:
<fieldset id=”give-payment-mode-select”>
<div id=”give-payment-mode-wrap”>
<legend class=”give-payment-mode-label”>Select Payment Method <span class=”give-loading-text”><span class=”give-loading-animation”></span> Loading…</span></legend><ul id=”give-gateway-radio-list”>
- <label for=”give-gateway-paypal-36″ class=”give-gateway-option” id=”give-gateway-option-paypal”><input type=”radio” name=”payment-mode” class=”give-gateway” id=”give-gateway-paypal-36″ value=”paypal”>PayPal</label>
- <label for=”give-gateway-offline-36″ class=”give-gateway-option give-gateway-option-selected” id=”give-gateway-option-offline”><input type=”radio” name=”payment-mode” class=”give-gateway” id=”give-gateway-offline-36″ value=”offline” checked=’checked’>Offline Donation</label>
</div>
</fieldset>Forum: Themes and Templates
In reply to: [Politics] Donate Button colorI tried both the theme Custom CSS and added the Simple Custom CSS plugin, neither worked. Emptied the Cache, tried another browser, but it’s not working.
Here’s what I Added
/*
Give Form Button Customization
*/
.give-form-wrap input[type=”submit”] {
background-color: #ef5350;
}.give-form-wrap input[type=”submit”]:hover {
background-color: #f27573;
}/*
End Give Form Button Customization
*/Forum: Themes and Templates
In reply to: [Politics] Donate Button color