Scott Harmala
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive plugin problemHi Tobias,
I was afraid that would be the problem. Not sure how long of a delay I will need but I will experiment to see if possible. I would be worried of the different client side conditions that would make the delay quite variable. I wonder if there’s a programmatic test that could be done to know when the table are finished initializing.
Maybe a better approach would be for me to combine all tables into one and use jquery to hide/show the rows I want based on a hidden “category” column for the drop-down selection.
Thanks for your help.
I changed to a different plugin and modify one part of the plugin code. I am using “Contact Form 7 Simple Recaptcha” plugin with CF7.
You need to edit the plugin and replace the code:
if ( isset ( $response->success ) && 1 == $response->success )
with:
if($response.success !== false)
It appears that the original code, which seems to be common in most of these recaptcha plugins, misfires from the google response for some reason. The new code seems to work better. This mod also might fix the other recaptcha plugins that don’t work.
Here’s more info about this:
https://codeforgeek.com/2014/12/google-recaptcha-tutorial/
Good luck.
The key test in settings is successful.
Scott
btw- I’m using iis 6 and php 5.4.36
Scott
I have disabled every plugin except for “Contact Form 7” (ver 4.1.1) and “WP reCaptcha Integration” (ver 1.1.4).
I still have the problem so it doesn’t appear to be a plugin compatibility issue.
Any other ideas?
Scott
Adding _pprredirect_url in the custom entries setting fixed it.
Thanks for the support!
No custom fields are being used. The value in the “meta_key column for this post is “_pprredirect_url”.
Sorry but I’m not quite following you here.
So if I just add the field “meta_value”, BLC will know to look in the “wp_postmeta” table?
This is the exact value of that field for the problem post:
https://mixonline.com/mixline_live/atk_audiotek_provides_consoles_main_pa_system_for_grammy_awards_0503//index1.html“Newsroom” is not a category/tag archive. It’s a page that is defined as the posts page in WP. Each of the entries are posts. I’m using a plugin called “Quick Page/Post Redirect” that adds a screen option to the page/post WP editor to make setting up page/post redirects easy. These page/post redirect settings, including the actual link URL, are stored in the table “wp_postmeta”. It appears that BLC doesn’t look through that table.
You’re right that it’s actually a direct link. The plugin refers to it as a redirect with an option to open the “redirect” link in a new window.
It says “200 OK” but the redirect column is empty for those objects. If you go to this page https://www.atkaudiotek.com/newsroom/ and click on the top article “ATK Audiotek Provides Consoles, Main P.A. System for Grammy Awards” you can see that the redirect is bad but BLC states “200 OK” for the link objects. When you click on view of this the source from the detected links list, it takes you to the broken link destination yet the redirect column is empty.