bcworkz
@bcworkz on WordPress.org and Slack
- Member Since: November 2nd, 2011
Contribution History
bcworkz’s badges:- Core Contributor
- Meta Contributor
- Plugin Developer
- Support Contributor
- Support Team
-
Posted a reply to Can view custom theme preview but white screen at actual url, on the site WordPress.org Forums:
In addition to Niall's great suggestions, try checking your site's error log for clues to…31 mins ago
-
Posted a reply to Optional Practical Training (OPT Tracker), on the site WordPress.org Forums:
OPT in relation to U.S. F-1 student visa status if I'm not mistaken. Foreign students…39 mins ago
-
Posted a reply to Hover Effect appears for few seconds before redirecting on Mobile Touchscreen, on the site WordPress.org Forums:
The issue is in part with the touch driver. A soft touch event is not…54 mins ago
-
Posted a reply to Home page and page_id=0, on the site WordPress.org Forums:
Yes, it's intentional that such a query string works on all sites. My question is…1 hour ago
-
Posted a reply to Home page and page_id=0, on the site WordPress.org Forums:
/page/ and page_id=0 are two rather different things. You want /page/ but not page_id=0. On…24 hours ago
-
Posted a reply to Removing sidebar widgets rom everypage., on the site WordPress.org Forums:
It's impractical to share a site on a local computer. While it's possible to make…1 day ago
-
Posted a reply to Merge comments.php to single.php, on the site WordPress.org Forums:
The cause and solution would be theme specific, so we couldn't say for sure. As…1 day ago
-
Posted a reply to Azure AD sso, on the site WordPress.org Forums:
The reason you haven't found anything is because that would be very difficult to accomplish.…2 days ago
-
Posted a reply to Error Log ob_end_flush, on the site WordPress.org Forums:
As it occurs during shutdown, it's of no consequence, but I get that it's annoying.…2 days ago
-
Posted a reply to Home page and page_id=0, on the site WordPress.org Forums:
I think that's how WP references the blog listing page when there are no "pretty"…2 days ago
-
Posted a reply to bağlantı sorunu, on the site WordPress.org Forums:
Sorry for the late reply. Connectivity issues are external to WordPress. Assuming you don't have…2 days ago
-
Posted a reply to Redirect Tag, on the site WordPress.org Forums:
You can use wp_redirect() provided no output has yet started, so you need an earlier…2 days ago
-
Posted a reply to embeding Javascript, on the site WordPress.org Forums:
While it is possible to place <script> elements directly onto templates, for the record, the…2 days ago
-
Posted a reply to Select2 for parent select field (when using Gutenberg), on the site WordPress.org Forums:
You'd need to code .select2() to fetch its options through the WP REST API. It's…2 days ago
-
Posted a reply to WP categories and posts not fit in the hierarchilac way of my web site, on the site WordPress.org Forums:
WP maintains hierarchies only within a specific object type. A category hierarchy is maintained within…2 days ago
-
Posted a reply to Removing sidebar widgets rom everypage., on the site WordPress.org Forums:
As you likely know, we normally remove widgets through the widgets screen in the admin…2 days ago
-
Posted a reply to have_posts() inaccurate output, on the site WordPress.org Forums:
In addition to using The Loop, have_posts() works in context with the main, global query…2 days ago
-
Posted a reply to how do I dynamically add external item to nav-item, on the site WordPress.org Forums:
You can add arbitrary content to the nav menu output through the "wp_nav_menu" filter. https://developer.wordpress.org/reference/hooks/wp_nav_menu/…2 days ago
-
Posted a reply to Creating a bunch of pages on one page, on the site WordPress.org Forums:
If your job description or whatever content takes the form of an individual post or…2 days ago
-
Posted a reply to How to import .glsl files?, on the site WordPress.org Forums:
Try placing such files in a subfolder of your plugin. Obviously you'd need to change…2 days ago
-
Posted a reply to Appending Hyperlink with Tag using PHP, on the site WordPress.org Forums:
Once you've learned how to filter "the_content" like Tobi suggests, you'll appreciate the add_query_arg() function…2 days ago
-
Posted a reply to Using WP-CLI on website across 2 servers (1 web, 1 database), on the site WordPress.org Forums:
WP-CLI cannot alter databases directly, it has to work through a WP installation. In theory,…3 days ago
-
Posted a reply to Merge comments.php to single.php, on the site WordPress.org Forums:
You may have accidentally introduced a syntax error. Try defining WP_DEBUG as true in wp-config.php…3 days ago
-
Posted a reply to How automatic update product with Edit PHP Cron Event, on the site WordPress.org Forums:
There are several plugins that allow you to import data from a CSV file. Success…3 days ago
-
Posted a reply to Duplicate or Clone a WordPress Plugin, on the site WordPress.org Forums:
While copying and altering a GPL licensed plugin is perfectly acceptable, depending on your actual…3 days ago
-
Posted a reply to Add link to email aadress on the front page, on the site WordPress.org Forums:
You can change the displayed size with CSS, for example: .featured-slider.slick-initialized.slick-slider { width: 50%; margin:…3 days ago
-
Posted a reply to Should I internationalize references to strings in external resources?, on the site WordPress.org Forums:
If you're referencing a setting label in the generator UI, your string should match whatever…3 days ago
-
Posted a reply to WordPress Block Editor, on the site WordPress.org Forums:
Either you have a theme or plugin that has installed an alternative editor or something…3 days ago
-
Posted a reply to Asking for some help from more experienced WordPress folk, on the site WordPress.org Forums:
I would utilize one of the custom field plugins to do this. You'll then need…4 days ago
-
Posted a reply to Blog Post Styles, on the site WordPress.org Forums:
If you want to know what CSS rules are applied to any particular element on…4 days ago
-
Posted a reply to Uncaught Q – adsbygoogle.js:214, on the site WordPress.org Forums:
It sounds like there is more than one request to display a page level ad…4 days ago
-
Posted a reply to After adding a comment, download the pdf ( selected post)s, on the site WordPress.org Forums:
You don't even need a custom form. Use the "comment_post_redirect" filter to take users to…4 days ago
-
Posted a reply to add dropdown to block settings for all blocks / colums-block, on the site WordPress.org Forums:
Use of wp.hooks.addFilter() would be the right approach. Sadly, that's the limit of what I…4 days ago
-
Posted a reply to Admin plugin to select images from media gallery, on the site WordPress.org Forums:
It sounds like you have a good grasp of what's needed. wp_insert_post() will create new…4 days ago
-
Posted a reply to change text alignment in rss feed, on the site WordPress.org Forums:
Did you try <div style="direction: rtl;"> instead? I think Mailchimp may strip out actual <style>…4 days ago
-
Posted a reply to How to make a video work with sound and auto-play in desktop and mobile, on the site WordPress.org Forums:
At least with Chrome for Android, auto-play with sound is intentionally disabled. I suspect it's…5 days ago
-
Posted a reply to Displaying opening hours in user’s local time zone, on the site WordPress.org Forums:
Be aware that determining a user's location by IP address is not very reliable. If…5 days ago
-
Posted a reply to 403 Forbidden Error for wp-login.php, on the site WordPress.org Forums:
Unless you have additional WP security for wp-login.php requests, you shouldn't need additional .htaccess rules.…5 days ago
-
Posted a reply to Widget not show’s in backend, on the site WordPress.org Forums:
Well, those on the edit screen are not really "widgets" per se, they are block…5 days ago
-
Posted a reply to Uploading images into custom folder in uploads dir, on the site WordPress.org Forums:
It sounds like you are using WP functions. If using anything related to wp_handle_upload(), the…5 days ago
-
Posted a reply to Admin plugin to select images from media gallery, on the site WordPress.org Forums:
I'm unsure what that ACF filter is for, it sounds like it allows us to…5 days ago
-
Posted a reply to how to share taxonomies in-between different post-types, on the site WordPress.org Forums:
PODS offers you great flexibility. Alternately, get exactly what you need and nothing more with…5 days ago
-
Posted a reply to Translation issue, on the site WordPress.org Forums:
How multilingual plugins handle translation of post and page content is rather variable, though techniques…5 days ago
-
Posted a reply to Inject into TinyMCE Inline Link Query, on the site WordPress.org Forums:
Ajax handler is wp_ajax_wp_link_ajax(), but no immediate filter there. You could use 'wp_link_query' filter, which…6 days ago
-
Posted a reply to Media Upload Subfolder and URL Path, on the site WordPress.org Forums:
You've read correctly, it's not easily done. While I don't think you'd want to tackle…6 days ago
-
Posted a reply to Footer on product pages, on the site WordPress.org Forums:
The solution depends upon how your product pages are being generated. Some WP e-commerce plugins…6 days ago
-
Posted a reply to How to send data from one page to a contact form, on the site WordPress.org Forums:
It sounds from your recent topic in the WPForms plugin support forum that you've evolved…6 days ago
-
Posted a reply to Replace Dashboard with Welcome page, on the site WordPress.org Forums:
What about a "Welcome!" dashboard widget with your message and video as content? Dashboard widgets…6 days ago
-
Posted a reply to All comments displaying on instead of just ones belonging to post, on the site WordPress.org Forums:
Don't read too much into examples :) They're just examples, not intended to be fully…6 days ago
-
Posted a reply to Blocking some REST API endpoints, on the site WordPress.org Forums:
It's normal for users to be able to see others posts, so working off capabilities…6 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+