bcworkz
@bcworkz on WordPress.org and Slack
Bio
WordPress Origin Story
Contributions
- Member Since: November 2nd, 2011
- GitHub: bcworkz-wp
Contribution History
bcworkz’s badges:- Core Contributor
- Documentation Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Support Team
-
Posted a reply to Need guidance for nonce-based CSP in WordPress setup, on the site WordPress.org Forums:
I've not successfully implemented general application of nonce based CSP because it's impractical to do… -
Posted a reply to Files that will not die, on the site WordPress.org Forums:
FWIW, WordPress has absolutely nothing to do with a request like that. It's definitely something… -
Posted a reply to Files that will not die!, on the site WordPress.org Forums:
Where are you seeing these links that will not go away? If they are in… -
Posted a reply to critical error on this website, on the site WordPress.org Forums:
Determine what the actual error is by checking your server's PHP error log. Be aware… -
Posted a reply to video height, on the site WordPress.org Forums:
When we encode video we should adhere to specific standard heights (lines per frame, such… -
Posted a reply to 2 URLs – One WP site, on the site WordPress.org Forums:
Register your new URL with your host as an add on domain, if you've not… -
Posted a reply to Header space showing Footer content, on the site WordPress.org Forums:
When you use the customizer, the adjacent page preview shows the correct header menu? But… -
Posted a reply to PHP Time limit (cURL Error), on the site WordPress.org Forums:
Increasing the PHP time limit will not help. It's currently set to 180 seconds (not… -
Posted a reply to Import/Export Tool Questions, on the site WordPress.org Forums:
The answers largely depend upon what migration tool you plan to use. I recommend asking… -
Posted a reply to Custom code upload as own theme, on the site WordPress.org Forums:
For your own WooCommerce site or to sell at woocommerce.com? For your own site, you… -
Posted a reply to How to totally re-organise your site (built with Elementor)?, on the site WordPress.org Forums:
Ideally, post type switcher would not require any technical skill, it just works. However, I've… -
Posted a reply to How to totally re-organise your site (built with Elementor)?, on the site WordPress.org Forums:
FWIW, it's possible to add custom taxonomies to pages, or extend categories and tags to… -
Posted a reply to Visitors to site/blog being able to register with a specific role, on the site WordPress.org Forums:
Correct. For most users, that's really all that's necessary. IIRC, this option being unchecked is… -
Posted a reply to Blocks & Category-Specific Design Question, on the site WordPress.org Forums:
imikehere's suggestion of creating different templates for each category is the most straight forward way… -
Posted a reply to Blocks & Category-Specific Design Question, on the site WordPress.org Forums:
Category specific appearance can be managed with CSS and element class attributes. On an archive… -
Posted a reply to How do I add a frontend form for logged-in users similar to this one, on the site WordPress.org Forums:
I'm guessing your main sticking point is how to enforce a front end feature that's… -
Posted a reply to Visitors to site/blog being able to register with a specific role, on the site WordPress.org Forums:
Further measures like writing custom code to make it virtually impossible to add users, even… -
Posted a reply to There has been a critical error on this website, on the site WordPress.org Forums:
You should have received an email indicating the specific error and a "recovery link" that… -
Posted a reply to Newbie with Menu issues, on the site WordPress.org Forums:
It looks like the initial 4 boxed links appear as they do due to a… -
Posted a reply to Sanitize binary bits. Binary for Post-Quantum decryption, on the site WordPress.org Forums:
@axewww -- Your self promoting link has been redacted because it runs afoul of our… -
Posted a reply to How to totally re-organise your site (built with Elementor)?, on the site WordPress.org Forums:
There's no support within WP for changing pages to posts, but it's possible to do… -
Posted a reply to Visitors to site/blog being able to register with a specific role, on the site WordPress.org Forums:
In general settings, uncheck the "anyone can register" option. Then no one can register themselves.… -
Posted a reply to Irregular page rendering with missing pictures, on the site WordPress.org Forums:
Your page has mixed HTTP and HTTPS content. Modern browsers will usually refuse to load… -
Posted a reply to Featured Image, on the site WordPress.org Forums:
The difference is largely theme dependent. Designating an image as featured essentially marks the image… -
Posted a reply to fatal error in class-IXR-server.php on line 203 with xmlrpc multicall call, on the site WordPress.org Forums:
I do not disagree with your assertions. There is clearly room for improvement. I'm not… -
Posted a reply to fatal error in class-IXR-server.php on line 203 with xmlrpc multicall call, on the site WordPress.org Forums:
What initiated the IXR message? The message that was attempted was malformed, it was lacking… -
Posted a reply to wp cli activate theme not preserving menu display locations, on the site WordPress.org Forums:
Activating a theme doesn't do anything regarding nav menus. All that happens is the current… -
Posted a reply to Recover Mode not initialized, on the site WordPress.org Forums:
"Recovery Mode not initialized" indicates WP did not receive the necessary security token from the… -
Posted a reply to Set category (and its RSS feed) to display in descending, modified order, on the site WordPress.org Forums:
You could do: if ( ! $query->is_main_query() || ! $query->is_archive() || 'photostream' !== $query->query_vars['category_name']) return;… -
Posted a reply to Set category (and its RSS feed) to display in descending, modified order, on the site WordPress.org Forums:
Your feed request looks something like example.com/category/foo/feed/. You're requesting posts in a category by its… -
Posted a reply to There has been a critical error on this website – Not getting email, on the site WordPress.org Forums:
If the recovery mode link has expired, you should get another email with a new… -
Posted a reply to Adding city dropdown menu in search form, on the site WordPress.org Forums:
What threadi said ^^^ :) The code you linked to makes a call to function… -
Posted a reply to 403 error on internal page link in main header nav, on the site WordPress.org Forums:
If you have a security plugin active, it may be the cause. If not, it's… -
Posted a reply to Link to cause a change of text in another block – is it possible?, on the site WordPress.org Forums:
Welcome to the WordPress community! It's certainly possible, but if you cannot find a plugin… -
Posted a reply to WordPress keeps asking me to install WordPress, on the site WordPress.org Forums:
So you're actively using the admin area, then you are suddenly redirected to install.php? The… -
Posted a reply to E-mails are sent un-formatted, on the site WordPress.org Forums:
I agree it's unlikely to be CF7 since the message is HTML formatted as sent.… -
Posted a reply to how to make the website language hebrew while the admin area in english?, on the site WordPress.org Forums:
You can set your preferred language in your profile settings. Then the admin UI will… -
Posted a reply to Creating admin bar link with nonce, on the site WordPress.org Forums:
You don't need to know everything about nonces, but you do need to determine how… -
Posted a reply to Finetuning admin and/or super admin role in a multisite environment, on the site WordPress.org Forums:
Super admins are not managed like any other WP roles. AFAIK we cannot add and… -
Posted a reply to Scheduled actions – WordPress at certain timing – caused CSS styling issues, on the site WordPress.org Forums:
I agree that those Cron jobs wouldn't interfere with serving files. They all seem to… -
Posted a reply to Password Resets (from bots, I assume), on the site WordPress.org Forums:
You could block the requeter's IP address with a .htaccess directive, but if it keeps… -
Posted a reply to Menu/navbar edit isn’t applying to my site., on the site WordPress.org Forums:
It's inadvisable to edit any code files you didn't create yourself. Instead place overriding CSS… -
Posted a reply to Scheduled actions – WordPress at certain timing – caused CSS styling issues, on the site WordPress.org Forums:
I've no idea what ORB is either. Whatever it means, it's apparently some sort of… -
Posted a reply to Ghost space/white gap below ‘Load More’ button in Post Widget, on the site WordPress.org Forums:
There are multiple reasons for the white space. A lot of it is from an… -
Posted a reply to Scheduled actions – WordPress at certain timing – caused CSS styling issues, on the site WordPress.org Forums:
Do you know what what the full status message is for the failures? The (failed)… -
Posted a reply to Scheduled actions – WordPress at certain timing – caused CSS styling issues, on the site WordPress.org Forums:
Determine what the server responses are when resources aren't loading correctly. Use your browser's network… -
Posted a reply to Scheduled actions – WordPress at certain timing – caused CSS styling issues, on the site WordPress.org Forums:
Failure to properly load assets is often a symptom of an overloaded server. If the… -
Posted a reply to wp_options table missing, on the site WordPress.org Forums:
You can see the table in the database via phpMyAdmin yet WP says it's still… -
Posted a reply to Bug in php-ai-client PromptBuilder (beta5), on the site WordPress.org Forums:
Thanks for reporting this bug. So it can be properly tracked, I recommend raising an… -
Posted a reply to Forbidden message at login, on the site WordPress.org Forums:
I'm unaware of any such reports related to an update. If some users get a…
Contributor
-
Contact Form 7 email verification
Active Installs: 100+