brome2day
Forum Replies Created
-
Forum: Plugins
In reply to: [Admin Columns] Not showing some ACF Pro column valuesBTW: Fixed!!! We aren’t sure why or how, but some of the fields were no longer using the field names from the field group. You can close this ticket.
Thanks!
BR
Forum: Plugins
In reply to: [Admin Columns] Not showing some ACF Pro column valuesI also tried disabling the other plugins, but I had the same results.
Note: We are trying to show around 25 ACF fields across and none of standard WordPress columns.
Yep, it was wrong in the WP Settings. I’d swore I had already changed that.
That fixed it.
Thanks!!! That has been driving me nuts for almost a week.
Have a great week!
Brett
A couple of followup items:
I tried deactivating and reactivating the plugin, but that didn’t make a difference.
I tried deactivating and reactivating the firewall, but that didn’t make a difference.
When I look at the Live Traffic, those dates and times look correct. The notification emails are still showing a different time zone.
I added the following to htaccess and my WordFence emails concerning admin logins quit sending. Any ideas?
# Block .user.ini access - START RewriteEngine On RewriteRule /?.user.ini$ - [forbidden,last] # Block .user.ini access - END
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Script issue with WPBakery/Visual ComposerOur development is locked down at this time.
Here’s the code…
<script type="text/javascript">// <![CDATA[ function SelectRedirect(){ switch(document.getElementById('reason').value) { case "accountmanager": window.location="/contact-account-manager/"; break; case "applications": window.location="/contact-applications/"; break; case "careers": window.location="/contact-careers/"; break; case "infrastructure": window.location="/contact-infrastructure/"; break; case "networksolutions": window.location="/contact-network-solutions/"; break;case "other": window.location="/contact-other/"; break;case "partnering": window.location="/contact-partnering/"; break;case "staffing": window.location="/contact-staffing/"; break;case "suggestion": window.location="/contact-suggestion/"; break;default: window.location="#";break; }} // ]]></script> Reason for contact: ?<select id="reason" name="reasonforcontact" onchange="SelectRedirect();"> <option value="">choose reason...</option> <option value="accountmanager">Contact an Account Manager</option> <option value="applications">Contact Us about Application Development</option> <option value="careers">Contact Us about Career Opportunities</option> <option value="infrastructure">Contact Us about an Infrastructure Need</option> <option value="networksolutions">Contact Our Network Solutions Group</option> <option value="partnering">Contact Us about Partnering</option> <option value="staffing">Contact Us about a Staffing Need</option> <option value="suggestion">Contact Us with a Suggestion</option> <option value="other">Contact Us for Another Reason</option> </select>
As I mentioned before, the dropdown comes up with the selections, but nothing happens when I click on a dropdown entry. (When I’m using it from WPBakery)
I don’t think it is theme related because I can make the script work on a regular WP page. It’s when I put the code into WPBakery that it fails to bring up the form after selecting it from the dropbox list.
Thank you!
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Any Updates ComingAlso, at what level is the PHP Compatibility?
PHP Compatibility Checker plugin reports 7.1 and 7.2 both had warnings... <li>224 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.44</li> <li>220 | WARNING | Use of deprecated PHP4 style class constructor is not supported since PHP 7.</li>
Can you please comment on these as well?
- This reply was modified 6 years, 6 months ago by Marius L. J.. Reason: Fixed code block
I contacted the host provider and they were not very helpful. ??
I will try them again today.
Frank,
Thanks for responding so soon. I turned the plugin back on, turned off the minify, cleared the cache in W3 Total and checked to see what happened. It ended up breaking the site. In fact, I had to remove it completely to make things right again. In fact, I also had to hand delete some files that got left behind which were causing the site to not load correctly. I might try reloading the plugin and piecemeal turning on things. ??
Thanks!
3rd email address finally appeared. I’m going to check the 2nd email address tomorrow
1. Yes, we checked the spam filtered messages.
2. I added in my personal email account as a 3rd email (Separated with commas). When I logged back in, the message came to the 1st email account, but it never showed at the 2nd or 3rd email accounts. I see in the 1st account email where it listed the other two email accounts. Just to make sure my personal email account was correct, I took the message in my 1st email account and did a reply all, removed all email addresses but my personal email account. It arrived at my personal account.Any ideas what is going on?
Thanks.
Forum: Plugins
In reply to: [Sign-up Sheets] Undefined Index Undefined VariableEarlier this morning, I deactivated, deleted, and reinstalled your plugin. I still got the message.
Since your response, I have deactivated the only other plugin (which was a backup plugin), deactivated and reactivated your plugin, but that did not fix the problem.