bcworkz
@bcworkz on WordPress.org and Slack
- Member Since: November 2nd, 2011
- GitHub: bcworkz-wp
Bio
WordPress Origin Story
Contributions
Contribution History
bcworkz’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Support Team
-
Posted a reply to Get_header(), on the site WordPress.org Forums:
get_header() is defined very early. The only reason I can think of why you'd get… -
Posted a reply to Form Submission Hooks doesnt work when activated from forms?, on the site WordPress.org Forums:
You have a conflict in action values, the hidden field should be <input type="hidden" name="action"… -
Posted a reply to Tabbed View in Plugin Pages – Output not as expected, on the site WordPress.org Forums:
I'm unclear how you've tried to incorporate a list table into your tabbed content. I… -
Posted a reply to iFrame title missing – Instagram embed, on the site WordPress.org Forums:
It looks like the iframe HTML is injected by script from instagram.com/embed.js. So the onus… -
Posted a reply to Restricting image uploads, on the site WordPress.org Forums:
I don't think the plugin code needs alteration, it's in the registration page configuration where… -
Posted a reply to CORS error using WP REST API, on the site WordPress.org Forums:
A 508 status suggests a faulty .htaccess directive somewhere. I added the following to my… -
Posted a reply to Restricting image uploads, on the site WordPress.org Forums:
The registration form appears to have been created with the help of a plugin. It… -
Posted a reply to iFrame title missing – Instagram embed, on the site WordPress.org Forums:
How did you embed your Instagram posts? How that was accomplished influences what might be… -
Posted a reply to Cannot get full-text to show for posts on a category page, on the site WordPress.org Forums:
This appears to be resolved? News items all appear to be full text, at least… -
Posted a reply to Images fading or getting blurred on my wordpress site, on the site WordPress.org Forums:
For the first and third images, I don't see any blurring or fading, Aside from… -
Posted a reply to Drop down menu Editing, Menu cannot be found, on the site WordPress.org Forums:
If the main menu is not listed anywhere in Menu > Manage Locations, then your… -
Posted a reply to Restricting image uploads, on the site WordPress.org Forums:
Max. upload file size could be managed in php.ini, but the limitation would be applied… -
Posted a reply to Cumulative Layout Shift Mobile Issue, on the site WordPress.org Forums:
The Lighthouse tool in Chrome gives your site a CLS score of 0. Nothing to… -
Posted a reply to a little client suspicious file uploaded, on the site WordPress.org Forums:
If your password keeps getting changed by an unknown entity, your site has been compromised… -
Posted a reply to Only show certain tags to certain user roles on backend., on the site WordPress.org Forums:
The default meta box for tags allows for free form entry, creating new tags on… -
Posted a reply to Serverside Job takes a miniute or two, on the site WordPress.org Forums:
You could, but not all at once :) Nor even rapid fire, at some point… -
Posted a reply to How to show separate Category archives for Posts an Custom PostType, on the site WordPress.org Forums:
I suspected sarcasm but couldn't be sure. ;) I'm unaware of the category_rewrite_rule filter, nor… -
Posted a reply to How to add “hover to play” feature on WordPress website?, on the site WordPress.org Forums:
The solution partly depends on what video player you use. The built-in HTML video tag… -
Posted a reply to Regarding API endpoints for retrieving custom post, on the site WordPress.org Forums:
Your CPT slug should be the endpoint. If it is "portfolio" for example, request /wp-json/wp/v2/portfolio.… -
Posted a reply to Customizing (UNTITLED), on the site WordPress.org Forums:
This happens with every theme, even with one of the default Twenty* themes? It's likely… -
Posted a reply to How to show separate Category archives for Posts an Custom PostType, on the site WordPress.org Forums:
You say it like it's trivial :) It can get rather tricky to avoid conflicting… -
Posted a reply to Prefill the comment textarea, on the site WordPress.org Forums:
Just remove the echo part. This is not the place or time to generate output… -
Posted a reply to How to show separate Category archives for Posts an Custom PostType, on the site WordPress.org Forums:
You can manage which posts are returned for any given request through the "pre_get_posts" action.… -
Posted a reply to CORS error using WP REST API, on the site WordPress.org Forums:
WP by default does not respond with any Access-Control-Allow-Origin header. If your app requires such… -
Posted a reply to Cannot change logo, on the site WordPress.org Forums:
Your theme appears to be a commercial theme, or more accurately, it does not appear… -
Posted a reply to Post paragraphs and subheadings have no breaks, on the site WordPress.org Forums:
The paragraphs are contained within an unexpected div, which disrupts the normal theme paragraph styling.… -
Posted a reply to file_uploads è impostato a 0, on the site WordPress.org Forums:
You can try adding the following to wp-config.php: @ini_set('file_uploads', 'On'); There's a fair chance this… -
Posted a reply to Can’t access to Network Dashboard, on the site WordPress.org Forums:
Hiya Fabian, This is the same issue where you told me it has been resolved,… -
Posted a reply to Multiple catalog + whatsapp order, on the site WordPress.org Forums:
You can organize products by product category. Each category could constitute a unique catalog for… -
Posted a reply to wp-config default collate value or give us an option during install, on the site WordPress.org Forums:
The collation is determined when you create a new DB for your WP installation. WP… -
Posted a reply to The REST API encountered an error, on the site WordPress.org Forums:
Your theme or a plugin is using session vars without properly closing prior to any… -
Posted a reply to User registration not working, on the site WordPress.org Forums:
The users table must not have any duplicate IDs. Any duplicates will need an unused… -
Posted a reply to xmlrpc – IP, on the site WordPress.org Forums:
The app is running locally, right? Thus using your IP. If it were running on… -
Posted a reply to Enable site in database, on the site WordPress.org Forums:
You want a network with only one site? Why not a normal non-network installation? Admittedly,… -
Posted a reply to Any way to use shortcode in 6.2.2 navigation menu block?, on the site WordPress.org Forums:
Block menus use a very different mechanism to display menus, so there's no practical way… -
Posted a reply to Media lib confusion, on the site WordPress.org Forums:
I'm unable to replicate such behavior. An earlier, now deleted spammy reply, had indicated the… -
Posted a reply to Getting a random white space below footer randomly, on the site WordPress.org Forums:
Have you been able to resolve this issue? If so, when you have a spare… -
Posted a reply to wp_nav_menu crashing in PHP 8.2 with custom taxomy, on the site WordPress.org Forums:
I cannot replicate your experience. Line 353 should always return an array of IDs. If… -
Posted a reply to Adding a page with complete override, on the site WordPress.org Forums:
I'm glad you found a solution. FWIW, to be able to choose a custom template… -
Posted a reply to search post by post ID, on the site WordPress.org Forums:
Sort of works for me. The only issue is in finding a post with the… -
Posted a reply to Need a hook to be fired only after all the custom taxonomies have been saved, on the site WordPress.org Forums:
After saving a new term or after saving which terms are assigned to the post?… -
Posted a reply to WordPress filter by custom taxonomy and keyword search, on the site WordPress.org Forums:
You don't say in what way this isn't working properly. Without some idea, it's hard… -
Posted a reply to Enable duplicate slugs, on the site WordPress.org Forums:
Sorry, no. Internally, WP uses a term's unique slug to identify it. Its parent terms… -
Posted a reply to Site with different products based on login, on the site WordPress.org Forums:
You can manage who sees what by user role or capability by altering various queries… -
Posted a reply to Center footer widget on mobile, on the site WordPress.org Forums:
??? Looks centered to me? What image are we targeting? I thought the AHC logo… -
Posted a reply to Post Sending Page for Users, on the site WordPress.org Forums:
If you give registered users the role of contributor, they will be able to compose… -
Posted a reply to Disable CSS Codes, on the site WordPress.org Forums:
It's inadvisable to alter any code belonging to any module that is subject to periodic… -
Posted a reply to Center footer widget on mobile, on the site WordPress.org Forums:
Add this to the customizer's Additional CSS section: @media screen and (max-width: 569px) { #media_image-2… -
Posted a reply to Global variable reset in functions.php, on the site WordPress.org Forums:
You're welcome. Not only is functions.php executed anew with every Ajax request, the entire WP… -
Posted a reply to Enable / Disable Gutenberg by Category, on the site WordPress.org Forums:
If you like the "classic" tinyMCE editor, the related classic plugin IMO is the way…
Contributor
-
Contact Form 7 email verification
Active Installs: 200+