T4G
Forum Replies Created
-
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] POST 403 ErrorIt is solved
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] POST 403 ErrorAwesome, thank you for your help!
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] POST 403 ErrorNot sure how to add the file to the webserver exceptions so I just disabled it and the error went away.
We use Cloudflare and WP Rocket, turning off that feature won’t cause many issues, would it? We also use AMP.
Forum: Plugins
In reply to: [Redirection] Regex Redirect Issue with AMPThank you for that information, John! You are much appreciated.
Why in the world would WordPress even touch that URL and where is that redirect being stored? Do you have any resources as to how I could fix this? I would greatly appreciate it!
I am assuming this is also causing the /amp/ and ?amp “unavailable due to slug conflict” message via the AMP Settings? It also states, “There is a post, term, user, or some other entity that is already using the “amp” URL slug.”
- This reply was modified 5 years ago by T4G.
Forum: Plugins
In reply to: [AMP] AMP Redirect IssueHi @milindmore22,
Thank you for that information and your help! I will check into it and fix the redirect issue.
Have a good one!
Forum: Plugins
In reply to: [AMP] AMP Redirect IssueHi @milindmore22,
Thank you for your response! I filled out and submitted that form.
Also, over two years ago we had AMP and the suffix was /amp/ I believe. We then got a theme that wasn’t AMP-compatible so we had to create redirects and did it with a plugin.
However, we deleted that plugin shortly after creating the redirects. The only content that doesn’t work with AMP is /groups/*/?amp=1, otherwise, all of the content redirects fine.
We did receive an error via Search Console stating, “Referenced AMP URL is not an AMP”, for the /groups/ content.
If there are redirect rules causing the issue I really have no idea how to go about fixing it.
Forum: Plugins
In reply to: [AMP] Adding bbPress Comments and Breadcrumbs to Forums for AMP LegacyThank you for that code. I tried it out and there was a critical error. Then I removed that period after the breadcrumb code
$content = bbp_get_breadcrumb() . '<hr>'and the critical error was gone but the breadcrumbs weren’t there.However, we ended up switching to the Astra theme in the Reader Mode because there were things we just couldn’t do with the Legacy theme that we can Astra or any other AMP theme listed there.
We are getting an “Error in required structured data element” via the Search Console. When I tested the structured data I got Missing field “image”. This was true with Legacy, Astra, and Twenty Twenty-One. Not sure if you would like me to open another ticket for this or if this is on Yoast SEO and I should contact them instead?
This issue is not related to all AMP pages, just 4 out of 100 so far.
Best regards
Forum: Plugins
In reply to: [AMP] Adding bbPress Comments and Breadcrumbs to Forums for AMP LegacyI actually have that documentation bookmarked and I just haven’t found anything for forums or maybe I just don’t understand it fully. I am not sure where I can find other theme’s AMP code, such as Twenty Twenty-one, etc.
The bbp_get_breadcrumb() is exactly what I am looking for. I implemented the following code and it didn’t work, unfortunately:
add_filter( 'the_content', function( $content ) { if ( function_exists( 'amp_is_request' ) && amp_is_request() && function_exists( 'amp_is_legacy' ) && amp_is_legacy() && shortcode_exists( 'bbp_get_breadcrumb()' ) ) { $content = '[bbp_get_breadcrumb()]<hr>' . $content; } return $content; } );I have tried different variations and tried adding it to the $content that already exists, which I have provided opening the topic. I don’t fully understand how to write PHP but I understand a little.
I don’t expect you or anyone else to give me the correct code as it may fall beyond support. I will do more digging and try to figure something out. Thank you both for your help, you are much appreciated!
Best regards
Forum: Plugins
In reply to: [AMP] Adding bbPress Comments and Breadcrumbs to Forums for AMP Legacy@westonruter, yes, we used Twenty Twenty, Twenty Twenty-One, then Astra. Astra was the fastest out of those three but the Legacy theme is by far the fastest according to Google PageSpeed Insights and speed is what we’re focusing on. The total score was a 40-50 point difference in comparison to the Legacy theme.
Unfortunately, the AMP Customizer for those themes couldn’t make it as minimalistic as the Legacy theme because bbPress’s features are fully compatible with AMP so there is not much difference in appearance between mobile and AMP.
Is there a way to customize those theme’s AMP files themselves? If that is something I could take a peek at then I could add to the Legacy theme.
Thank you @jamesosborne and @westonruter for getting back to me with help! I appreciate it.
They have resolved my issue.
Hi @safronik,
Thank you for that! I did as you said and tested it out and it worked out great!
Also, I was approving them in the Cleantalk dashboard but there is no need now as the issue is fixed.
You all have a good one and stay safe. We are using the plugin for a month or so before we give a review in order to help people out more. For right now, it has completely stopped spam bots or people without a valid email from creating accounts and then they end up filling up our “Pending Signups” page. So far we love it and it definitely has gave us peace of mind, so thank you.
Hi @amagsumov,
It still does not work. It spam checks it and stops any account. I tried it with the role we are going after as well as the author and nothing worked.
Best regards
Hi @amagsumov,
I apologize for the late response. I did check the instructions and did it correctly as you can see in the screenshot: http://prntscr.com/ruaoci.
If I am doing something wrong then let me know! Where do you want to go from here to fix the issue?
We hope you all are staying safe out there!
Best regards
Hi,
Thank you for that! Unfortunately, it did not work. I followed your instructions exactly then cleared my browser’s cache as well as our website’s cache. I then deactivated all plugins and the issue still persisted regarding the denial of a post due to the email per that account.
Just so that I am in complete understanding, what exactly does the bypass roles do? Is it supposed to completely disregard that role and accept it as it is a safe account?
Best regards
Thank you, you are much appreciated!