richgraphix
Forum Replies Created
-
Forum: Reviews
In reply to: [HashBar - WordPress Notification Bar] HashBar is Great, good support too!Thanks for your support @alberuni-azad
I tried removing other plugins to test if something was conflicting, but nothing seemed to help. Still, if you can’t duplicate the issue, it probably is something on my site. I appreciate your efforts. Ultimately I got rid of the notification using the following code in my functions file.
function remove_hashbar_rating_notice() {
remove_action(‘admin_init’, ‘hashbar_show_rating_notice’);
}
add_action(‘init’, ‘remove_hashbar_rating_notice’);Since I already reviewed, the notification doesn’t help, and I don’t really have the budget to go digging through to find the conflict for something that isn’t effecting UX.
Thanks again.Forum: Reviews
In reply to: [HashBar - WordPress Notification Bar] HashBar is Great, good support too!Thanks for your response, @alberuni-azad
The nag appears on every page of the admin panel, even if I clicked the close “x”, or one of the three other interactions it presents. Every refresh or admin page shows this nag. On some pages, it interferes with the layout (such as dedicated plugin pages like my ADA dashboard).
Several other plugins on the same site have similar nags (such as CF7), but these go away after interacting – so maybe its AJAX or cookie-related, but it doesn’t appear to be a problem on my end.Forum: Plugins
In reply to: [Admin login URL Change] redirected to 404 page not found*Note, I spoke with Jahid via email. HIs responses were quick. He sent a video showing a clean install of WP with the plugin functioning as expected. He offered to troubleshoot further, but we can’t give access at this time.
We’ll test in staging with plugins/themes disabled to confirm if a conflict is the issue. Will report back if/when we find a fix.Forum: Plugins
In reply to: [Admin login URL Change] redirected to 404 page not foundThanks for your response, I have a video, but I’d rather not publicly post it. Can I send it you another way?
Forum: Plugins
In reply to: [Admin login URL Change] redirected to 404 page not foundHello,
For a few weeks now, I get the same issue. When I log in, I’m redirected to /404. Not a big deal, because I can just go to the dashboard from there, but it doesn’t look professional.
I noticed that when I first navigate to the custom login page, the url is changed to “https://mysite.com/wp-login.php?my-login&redirect=false”.
Since its a free plugin, and you didn’t seem to help the other guy without issue, I’m thinking I’ll be using a different tool going forward, unless you have a fix for me soon.Thanks.
Use Builtwith.com to see the software and similar info. Here’s an example:
https://builtwith.com/?https%3a%2f%2fallseasonshomehvac.com%2f
Forum: Plugins
In reply to: [RPS Include Content] Warning: This plugin has not been tested…Ah, thanks for responding. I’ve switched over a couple of sites already, but I still have one or two that use this plugin. So far it works great and has no warning message.
Here’s an example site: centraljerseyins.com
(Click between “Pay Online” and “Report a Claim” on the top right and see that the two pages have the same content but different page titles and hero copy.)Forum: Plugins
In reply to: [RPS Include Content] Warning: This plugin has not been tested…Hi @polaatx,
We’re actually using the native ability of our theme (Uncode), which has content blocks. You can also just use native WordPress, I think within Guttenburg editor it’s called “Post Content Block”.
Forum: Plugins
In reply to: [RPS Include Content] Warning: This plugin has not been tested…Looks like there is no one maintaining this plugin, or this support channel. Seems dangerous. We’re starting to replace it with alternatives on each site where we use it.
Wow. Great work, Nasir!
Forum: Plugins
In reply to: [Contact Form 7] Constant Contact Integration Stopped@takayukister while working on another site, I found the problem – I just wanted to post it here in case anyone else has the same problem.
A problem that exists for many platforms based around character encoding for quotes: ”
When setting up the ‘Additional Options’ field in CF7, I had copied the text example from https://contactform7.com/constant-contact-integration/#contact-lists
However, you should retype the double quotes (“) to make sure they are encoded correctly.
Once I retyped the quotes, everything worked as we had expected!
Forum: Plugins
In reply to: [WP Stripe Checkout] Receipt Email and Sales Notification not sending@naa986 Thanks for that! That’s all I needed. I didn’t see that instruction in the plugin set up, I guess I missed it.
Now that the webhook endpoint is added in Stripe, everything seems to be working well!Thanks again for your help and quick support!
Forum: Plugins
In reply to: [WP Stripe Checkout] Receipt Email and Sales Notification not sending@naa986 thanks for your reply. I must be doing something wrong because when I place an order with the debugger on, nothing appears in the debugger, and no orders appear under “All orders”.
I placed the short code on a blank page in WP, using the price ID from Stripe. Clicking the button that the shortcode prints directs me to Stripe, where the price is correct. Paying for it there brings me to the selected success page. What am I missing?
Forum: Plugins
In reply to: [Contact Form 7] Constant Contact Integration Stopped@takayukister thanks for your response. I had tried that at least once since it stopped working, but for good measure I reset the keys, issued a new API and tried again. Still no go.
Is there anything else you can suggest?
https://advancingopportunity.org/sign-up/Thanks again.
Forum: Plugins
In reply to: [Contact Form 7] Constant Contact Integration StoppedHello,
@takayukister
I’m still having the same issue. The user “ziegel” tried to help, but hadn’t offered anything to address the issue.Our host investigated the issue and found this:
400: Bad Request Example error message: Bad request. Either the JSON was malformed or there was a data validation error. Description: Your request includes malformed JSON or does not conform to the expected schema. Action: Do not resubmit the request until you have verified that the JSON and schema that you are using is valid. 401: Unauthorized Example error message: The access token used is invalid. Description: The access token or API key that you provided is not valid or has expired. Action: Please provide a valid access token or use the OAuth flow to generate a new token.
Constant Contact investigated the issue and confirmed the validity of our API key. They said, “the issue is on line 441 of the Contact Form 7 functions.php file which could also mean that there’s a conflict with a line of code not allowing Contact Form 7 to connect with Constant Contact.”
As suggested by CF7 “support” document, we reached out to Codeable on this issue. They recommend checking with Constant Contact since we’re getting that 401 Unauthorized. Constant Contact sends us back to you.
At this point, I’d like to be able to reference a working setup of this integration as it seems like the issue is with a recent version of CF7 and not with our environment specifically.
Please help, or let me know what I can do to get help here. If you can’t help us, please let me know so I can select an alternative.