Daniel Iser
Forum Replies Created
-
@junxiu6 – If the page there is entirely blank, it likely means there is a JavaScript error on the page, can you try the steps here: https://docs.wppopupmaker.com/article/373-checking-javascript-errors
That said if you had global restrictions before, they should still be active, even before the upgrades process, we wanted to ensure that was the case.
Let us know.
@joroabv – Not a problem, rather enjoy it 😉
@bcourcet – Can you tell me how those post types & taxonomies are being added? Do they come from a plugin, theme, custom code etc?
Also can you try simply scrolling without searching, it should show all rules. I thought I noticed a weirdness in the search the other day but couldn’t duplicate it quickly and moved on, this might be related and if so we can dig in further.
@rogererkens – Can you clarify if your site uses any caching that might need to be considered?
Also does it use any translation plugins or similar where content is duplicated in any way?
Want to get to the bottom of your issue, but with limited info through back & forth it is not going as quickly as we’d like.
Are you able to grant access to a staging site with the issue? If so can you follow this guide and submit the token via the support form on our site?
Alternatively if you can you recreate the issue on one of our free demo sites we can use that to troubleshoot more closely. You can install any plugins needed to replicate it there, then just ping us the url.
@omstefanov – We spent the better part of a year rewriting this plugin, would love to get you to try it again. We revamped the shortcode fixing many of its issues.
@gerold1968 – Very good. Can you give me a quick idea of how you used that plugin? Probably straight forward but want to try and duplicate it in the same way your seeing issues.
Did this code not help at all?
add_filter( 'content_control/query_filter_init_hook', function () { return 'wp_loaded'; // Try setup_theme, after_theme_setup, init or wp_loaded } );@blafoley – Can you start a new thread with full details of your issue, thats the best way to ensure yours gets solved. Based on just the limited info provided, there is no way to know if your issue is related to the ones faced by this thread or not.
@noelawill – Sorry new site/form. I’ve upped it to 10MB max (same as email).
If its large than than maybe upload it to Google Drive and send the share link instead.
Let me know.
@stoffb – Fantastic, thanks for the confirmation.
@nathan1776 – We have released a major update since then ,can you retest with the new version and get back to us if there are still any issues?
@defender75, @joroabv – Fantastic. Please take a moment to rate & review the plugin and or support to spread the word.
@rogererkens – Try adding this code to your themes functions.php or to your wp-config.php file
define( 'CONTENT_CONTROL_DISABLE_LOGGING', true );If the error goes away let me know, it means we need to track down why your logs are either filling up, already filled up before, or are for some reason not loadable/saveable/operating in the expected way.
@nomades – Wooohoooo!!!.
Thanks for your patience, please take a moment to rate & review the plugin and or support to spread the word.
@davecarpenter – Ok so I checked on this and the
searchendpoint doesn’t support afieldsargument, even tried it to see if it would work: https://developer.ww.wp.xz.cn/rest-api/reference/search-results/That said can you make a staging/clone of your site I can run some tests on?
I want to try cached results to see if it helps some, debouncing/throttling search requests a bit more (its closer to live search with low delay now), and we can also look at a custom endpoint if really need be.
Currently we search posts & taxonomies which is 2 separate queries to the rest API, so I can see room for improvement, though I’d have loved to stuck with WP core data sources it might not be the ideal path.
@rogererkens – Oh no, sorry to hear that. I haven’t had any other reports of fatal errors in nearly 4-5 days.
Would it be possible for you to at least post the php error logs for that error.
You can usually find them from your hosting dash/panel.