2bearstudio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: update my theme and lost designIf you are very sure that WordPress core update is the only thing you’ve done that break the site, you can restore WordPress core to the version you came from.
Here is the link to download WordPress archives:
https://wordpress.org/download/release-archive/You may have to use FTP to make the change.
Of course, it is much easier if you have a backup before update.
Forum: Fixing WordPress
In reply to: Strange custom post type page redirect (from a -> b)Okay, fixed it myself.
There is a postmeta called “_wp_old_slug” existing for page B, which is slugA. Seems like the page B used to be page A, with a slug as “slugA”. For whatever reason, client change that page to page B, and rename slugA to slugB.
So slugA is recorded in page B’s postmeta. So any request for slugA will be redirected to slugB.
Remove the postmeta record fixed this problem.
I just don’t understand why WordPress doesn’t go to the slugA page first.
Yes, figured that out by using –help command.
Thanks. @shrimphead
I just had the same problem. My solution is hacking using a piece of jQuery code. You have to hook it up in with admin script using “admin_enqueue_scripts”.
The jquery code is:
if ( $("body.wp-admin").hasClass('user-edit-php') ) { var userRole = $("#role").val(); if ( "value-of-the-role=to-hide" == userRole ) { $("h3:contains('BackWPup')").remove(); $("select#backwpup_role").closest("table").remove(); } }Hope this could help
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Well, this is not going to be an easy job. Here is MailChimp’s response. Basically, we don’t have many options.
Thanks for reaching out to MailChimp’s API support team. To provide some background information here, we use an Upstream provider called Akamai. Akamai will automatically block access to IP addresses when malicious activity is detected in order to protect our service. In this case the Access Denied error you are seeing would indicate that the IP address being used is currently being blocked.
If using shared hosting where other users may be using the same IP address, its possible that their malicious activities could affect the reputation of the shared IP address and any others who are using that IP.
From our end we would not be able to manually delist or unblock that IP address. The process of blocking IP addresses when malicious activity is detected on them is automatic and in most cases will be automatically resolved on its own by Akamai if the malicious activity stops. Akamai will automatically list and delist IPs as it monitors the incoming activity from those IPs.
The best recommendation we would be able to offer would be to reach out to your hosting provider and request a new IP address or migrate to a dedicated IP address. Additionally, if a dedicated IP address is already in use, we would recommend asking the hosting provider to provide a new IP address during the mean time while the block is in place.
If there’s anything else we can assist with let us know and we’ll be happy to help however we can.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]@webawoowoo, the new plugin (version 2.3.16) shows you some error message, which could help you understand what is the cause.
Have you tried that?
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Simple and easy. Setup a blank WP site on a different server, install the plugin, use the same API key, “CONNECTED”.
@danny van Kooten, can’t thank you enough for the quick response and time spending on this matter.
I like the nice touch introduced in version 2.3.16, GREAT WORK!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Very interesting, this is (part of) what I got from the problem server.
Invalid URL The requested URL "/waf_block_mailchimp.html?referenceerror=00.4f3bd417.1444810965.3d1f559", is invalid. Reference #9.4f3bd417.1444810965.3d1f559And today, I tested the command on another server @ different host, I didn’t get any 200 OK. But I indeed see word like “Connected”
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]I don’t get any 200 OK.
You know what, I am like a ball. The host says:
“As for openSSL, while indeed it is older, it is definitely the most secure, patched on a systematic basis, to ensure top notch security on the servers.”
I don’t like being kicked from one support to another. If they are as good as you guys, this should really be a simple problem to resolve.
But good for me, I am removing this company off my recommended hosting list.
Thank you for all your help. I will move my site to another server, and test it again.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Thanks, @danny van Kooten.
I don’t get any 200 OK.
Here is what I got from the command:
curl 7.15.5 (x86_64-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8b zlib/1.2.3 libidn/0.6.5 Protocols: tftp ftp telnet dict ldap http file https ftps Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libzForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Update: My server IP is banned by MailChimp.
Don’t understand, but only solution is to contact MailChimp.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Really appreciate your prompt response to this matter. I am contacting the hosting company for this now. Will update here once I got an answer.
Thanks A MILLION!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]Weird, at command line, here is what I got:
OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]cURL SSL version: OpenSSL/1.0.2d
I got this off another plugin.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] MailChimp API Settings [NOT CONNECTED]The site is hosted by Site5, not HostGator or GoDaddy.