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 WordPress Embed WP Post Layout Issue, on the site WordPress.org Forums:
The embed's internal iframe should have width and height attributes. These affect the embed content's… -
Posted a reply to ajax, on the site WordPress.org Forums:
The headers don't give us a full picture. Please provide the related JS and PHP… -
Posted a reply to Rotating Cube not working properly, on the site WordPress.org Forums:
There's an issue with your SSL cert: NET::ERR_CERT_COMMON_NAME_INVALID Without a valid cert, your browser may… -
Posted a reply to Multiple calls to setup hook function and problems with loading text domain, on the site WordPress.org Forums:
Many WP actions fire more than once per request. I've no idea why, but they… -
Posted a reply to Trouble shooting why utm drops after navigating from different page, on the site WordPress.org Forums:
I see the contact form (at /request-a-quote/) has a number of hidden UTM fields. Are… -
Posted a reply to application password not populated, on the site WordPress.org Forums:
Your image didn't embed properly. It could be due to an editor glitch, the block… -
Posted a reply to Export/import contents only from Multisite sites to clean Multisite install, on the site WordPress.org Forums:
If you have shortcodes that are not getting expanded into content and you're unable to… -
Posted a reply to search form with ajax, on the site WordPress.org Forums:
The data_type: parameter goes outside of data: at the same level as url:, success:, etc.… -
Posted a reply to application password not populated, on the site WordPress.org Forums:
Do you mean application password name? It can be any arbitrary name, it needn't be… -
Posted a reply to Local library site, on the site WordPress.org Forums:
There are plugins that help you import Excel data into WP. What is the actual… -
Posted a reply to Export/import contents only from Multisite sites to clean Multisite install, on the site WordPress.org Forums:
Review the documentation on moving WordPress. There is a section on the specific issues involved… -
Posted a reply to Register button is not working on my-account page, on the site WordPress.org Forums:
Confirm that you have allowed anyone to register in the WP general settings. The my-account… -
Posted a reply to search form with ajax, on the site WordPress.org Forums:
Try adding dataType : 'json', to your .ajax() parameters. Without it or something similar, .ajax()… -
Posted a reply to Custom taxonomy doesn’t translate properly, on the site WordPress.org Forums:
Check your plugin's applicable .po language file. It's possible the name was never translated by… -
Posted a reply to Barter exchange website, on the site WordPress.org Forums:
You'll want some sort of private messaging plugin to facilitate communication. How do you envision… -
Posted a reply to Media Library in Grid view not visible, on the site WordPress.org Forums:
I don't think the list table view (upload.php) uses Ajax, but the media library modal… -
Posted a reply to Error when Changing Site URL, on the site WordPress.org Forums:
I've used the proscribed method many times without issue. Admittedly, not recently, but I cannot… -
Posted a reply to Delete Original large image after sys. resize, on the site WordPress.org Forums:
There could be a plugin that offers such a feature. It'd be worth doing some… -
Posted a reply to WordPress Embed WP Post Layout Issue, on the site WordPress.org Forums:
If you embed via an iframe that you've inserted into a page yourself, you get… -
Posted a reply to Media Library in Grid view not visible, on the site WordPress.org Forums:
The solution in the other topic is only relevant if you use the exact same… -
Posted a reply to url security for paid for pages, on the site WordPress.org Forums:
For initial access, you could simply verify the request's referer URL. For return access, you… -
Posted a reply to Salud del sitio, on the site WordPress.org Forums:
I'm assuming you use an Apache server, the most common web server. If not, the… -
Posted a reply to How do I hook into content after it is completely compiled, on the site WordPress.org Forums:
It used to be the case that server output was the final HTML, but with… -
Posted a reply to Error when Changing Site URL, on the site WordPress.org Forums:
Editing your machine's hosts file is the best way to implement an arbitrary domain name… -
Posted a reply to How to search for listings by multiple values from search bar, on the site WordPress.org Forums:
You can modify the search query through the "pre_get_posts" action, which might be what you're… -
Posted a reply to Using Dolt DB in place of MySQL/MariaDB, on the site WordPress.org Forums:
Be sure your PHP installation has the PostgreSQL module enabled. The wpdb class can be… -
Posted a reply to Filter and show database value based on user selection, on the site WordPress.org Forums:
If you want to filter posts and want to avoid custom coding, try out a… -
Posted a reply to Unable to Add Homepage to Navigation Menu, on the site WordPress.org Forums:
What is your homepage type in reading settings? Latest posts or static page? If latest… -
Posted a reply to How to create a user role who can only get access to Google Web Stories plugin?, on the site WordPress.org Forums:
I neglected to mention that the above process has wrapper function, add_role(). On its doc… -
Posted a reply to REST API to update serialized user meta fields?, on the site WordPress.org Forums:
Using the default API, I don't think just directly updating the specific data in isolation… -
Posted a reply to Changing Customizer control choices via Javascript, on the site WordPress.org Forums:
Thanks for coming back to report your solution! I've no doubt others will find it… -
Posted a reply to Upgrade PHP7 to PHP 8 Bitnami WordPress AWS EC2, on the site WordPress.org Forums:
This is a little hard to believe, but after some brief research it appears that… -
Posted a reply to Stripe StdClass Object, on the site WordPress.org Forums:
The replies to this related topic will be of interest to you: https://wordpress.org/support/topic/stripe-settings-show-disabled-2/ -
Posted a reply to Slow response from external api, on the site WordPress.org Forums:
There are two generic paths to get API data. One, the browser makes the request… -
Posted a reply to How to create a user role who can only get access to Google Web Stories plugin?, on the site WordPress.org Forums:
Use wp_roles() to get the WP_Roles object. You can then add a role with $wp_roles->add_role()… -
Posted a reply to Keeping content divided between two servers?, on the site WordPress.org Forums:
Dividing content is only advisable under certain conditions. If you do this, you should be… -
Posted a reply to Passing WP Login/PW to a third party site, on the site WordPress.org Forums:
The only time WP has a plain text password is during log on. After log… -
Posted a reply to REST API to update serialized user meta fields?, on the site WordPress.org Forums:
GET the user object whose meta you want to update. Decode the returned JSON so… -
Posted a reply to Stripe Settings Show Disabled, on the site WordPress.org Forums:
This may not relate to your issue at all, but on the off chance it… -
Posted a reply to Limiting comments to a certain amounts of days, on the site WordPress.org Forums:
TBH I don't see how that would accomplish what you want. If it works for… -
Posted a reply to How to get number of a post over the total numbers of posts within a category in, on the site WordPress.org Forums:
I assume you've assigned one or more categories to the current post :) Check the… -
Posted a reply to wpbj_options: Wrong block with wrong total length starting at 12904, on the site WordPress.org Forums:
If you have a backup from before repair and optimization, extract that record from backup… -
Posted a reply to Conversion tracking with Woocommercce, on the site WordPress.org Forums:
PayPal does have a Payments API, so it should be possible to process PayPal payments… -
Posted a reply to How to update JS variable passed from functions.php php variable., on the site WordPress.org Forums:
Sorry, I'm still not clear on where the desired count that we want is actually… -
Posted a reply to Right way to do rewrite rules?, on the site WordPress.org Forums:
That's a good theoretical model that accurately explains the observed behavior, but WP would not… -
Posted a reply to WordPress Multisite and folder, on the site WordPress.org Forums:
I'm not understanding how your server architecture is configured. "Site" is ambiguous. Network "site" or… -
Posted a reply to ERR_TOO_MANY_REDIRECTS only on wp-admin, on the site WordPress.org Forums:
Sometimes the login redirect gets messed up when you try to go straight to /wp-admin/.… -
Posted a reply to How to update JS variable passed from functions.php php variable., on the site WordPress.org Forums:
If $post_count == 5 in one place in your PHP, then it should be the… -
Posted a reply to How to fix the pagination issue?, on the site WordPress.org Forums:
If there's no easy theme solution, you could search for a plugin that provides for… -
Posted a reply to How to check for a letter next to a specified letter, on the site WordPress.org Forums:
All URL query string parameters (bits after the ?) will appear as key/value pairs in…
Contributor
-
Contact Form 7 email verification
Active Installs: 200+