bcworkz
@bcworkz on WordPress.org and Slack
- Member Since: November 2nd, 2011
Contribution History
bcworkz’s badges:- Core Contributor Core Contributor
- Meta Contributor Meta Contributor
- Support Contributor Support Contributor
- Support Team Support Team
- Plugin Developer Plugin Developer
-
Posted a reply to Iframe – Google Sheet Embed, on the site WordPress.org Forums:
It's not the iframe but its outer container that has the scroll bar. Try adding…3 hours ago
-
Posted a reply to Fatal error occured, on the site WordPress.org Forums:
That appears to be caused by a problem with the LearnPress plugin. I recommend you…3 hours ago
-
Posted a reply to Placeholder Still being displayed – temp domain in WP, on the site WordPress.org Forums:
Unless you are creating your own plugin or theme, there is no file (except wp-config.php)…4 hours ago
-
Posted a reply to where tu put with Guttenberg, on the site WordPress.org Forums:
A page's language attribute goes in the initial <html> tag that is typically part of…4 hours ago
-
Posted a reply to Link to site includes e-mail / doesn’t work on Twitter, on the site WordPress.org Forums:
Have you resolved the Twitter card issue? The card validator generates a card, though you…4 hours ago
-
Posted a reply to parse_url problem in redirect_canonical, on the site WordPress.org Forums:
Which method execution are you referring to? Please describe steps to reproduce the PHP notices…5 hours ago
-
Posted a reply to Having trouble ordering by custom date field, on the site WordPress.org Forums:
Try 'orderby' => 'meta_value_num', This causes SQL to see the field as number instead of…5 hours ago
-
Posted a reply to Changing content of a page via buttons, on the site WordPress.org Forums:
You're welcome. From my experience, learning to use Ajax within the WP environment was frustrating…5 hours ago
-
Posted a reply to What plugins to create wordpress site like that?, on the site WordPress.org Forums:
You could just use the default WP user functionality to manage accounts. The roles and…5 hours ago
-
Posted a reply to wp_insert_post with custom post type page and init, on the site WordPress.org Forums:
Yes, when you call wp_update_post(), the content provided completely replaces any previous content. If you…6 hours ago
-
Posted a reply to How to use hide tags on threads & posts, on the site WordPress.org Forums:
Do any other shortcodes work? Or just the one you want? You can test with…6 hours ago
-
Posted a reply to Help editing, on the site WordPress.org Forums:
It's probably dynamically generated content based on template code. The code queries the database for…22 hours ago
-
Posted a reply to Need Help Choosing/Modifying Theme, on the site WordPress.org Forums:
Altering exiting themes can get messy if your changes are extensive. Little tweaks like adjusting…22 hours ago
-
Posted a reply to Changing content of a page via buttons, on the site WordPress.org Forums:
Use Ajax techniques to get server data onto a page without reloading the page. Ajax…22 hours ago
-
Posted a reply to What plugins to create wordpress site like that?, on the site WordPress.org Forums:
Like a geocache location repository? You mainly need an appropriate mapping plugin. The Google Maps…1 day ago
-
Posted a reply to Location dropdown filter, on the site WordPress.org Forums:
All the cities in a country listed by some greater division like state, province, etc.…1 day ago
-
Posted a reply to Creating a role to edit a specific CPT, on the site WordPress.org Forums:
Right, adding a user with a role with only "read" capability should give the user…1 day ago
-
Posted a reply to wp_insert_post with custom post type page and init, on the site WordPress.org Forums:
Post type 'page' is reserved by WP, you must not attempt to make a CPT…1 day ago
-
Posted a reply to Logo Alt Atrribute code for functions.php, on the site WordPress.org Forums:
Assigning alt text to $custom_logo_attr['alt'] is the correct way to pass an alt attribute to…1 day ago
-
Posted a reply to Featured Image Missing in Gutenberg Custom Post Type, on the site WordPress.org Forums:
'supports' => array('editor', 'thumbnail',), :)1 day ago
-
Posted a reply to Categories Jumble, on the site WordPress.org Forums:
A possible quick and dirty fix is to add the following CSS to the Additional…2 days ago
-
Posted a reply to Single link in to blog post creation, on the site WordPress.org Forums:
The file is post-new.php, the question is in which sub-site? You'd need some custom code…2 days ago
-
Posted a reply to Get information from several custom fields in custom post type, on the site WordPress.org Forums:
The change works for me on my site in a testing plugin I use when…2 days ago
-
Posted a reply to How can i display an image for the Google preview mobile result without it showi, on the site WordPress.org Forums:
If your pages have an OpenGraph image tag, Google should use the specified image instead…3 days ago
-
Posted a reply to PHP/JS in post title, on the site WordPress.org Forums:
As you likely discovered, you cannot enter functioning code as a post title. What you…3 days ago
-
Posted a reply to Mass manage / delete (child) categories, on the site WordPress.org Forums:
The category term queries are more complicated than you may realize. If you are sure…3 days ago
-
Posted a reply to issue, on the site WordPress.org Forums:
The page you linked does not seem to have an iframe. It's difficult to answer…3 days ago
-
Posted a reply to Multi language site: restrict access to downloads to user’s own language, on the site WordPress.org Forums:
Evaluate a few of these plugins and see if any meet your needs. It's certainly…3 days ago
-
Posted a reply to Hook not working as wanted, on the site WordPress.org Forums:
Redirecting out of an action hook is generally not recommended. WP expects to regain control…3 days ago
-
Posted a reply to Rotate image with mouse, on the site WordPress.org Forums:
You are correct in that Developing WP is about coding for WP. The thing is…3 days ago
-
Posted a reply to REST API always forbidden for wp-json/wp/v2/users end-point, on the site WordPress.org Forums:
I could not say why for sure. Here's some possible reasons: The authenticated user does…3 days ago
-
Posted a reply to Ho to prefill a field in a custom content-type?, on the site WordPress.org Forums:
So you just want to pre-populate certain input fields with suggested values when the edit…3 days ago
-
Posted a reply to Shared Taxonomy, hide admin links in one, on the site WordPress.org Forums:
I see. 'show_in_menu' would not give you the fine control of which sub-menu to use…3 days ago
-
Posted a reply to How to add #anchor at the end of the WordPress URL, on the site WordPress.org Forums:
Sure, good idea! You can get it from $_SERVER['REQUEST_URI']. Would every page always have an…3 days ago
-
Posted a reply to Using Redirected Domain Name for Sub Pages, on the site WordPress.org Forums:
In its default configuration, WP uses the domain set in the Site and WP Address…4 days ago
-
Posted a reply to Cookie code find and cookiebot integration, on the site WordPress.org Forums:
WP core does not store cookies unless the user logs in. It certainly doesn't set…4 days ago
-
Posted a reply to Ho to prefill a field in a custom content-type?, on the site WordPress.org Forums:
That's not practical because there is no post ID yet to associate with the custom…4 days ago
-
Posted a reply to Удалить домен с сайта, on the site WordPress.org Forums:
You want to stop using one domain and use another on an existing site, correct?…4 days ago
-
Posted a reply to Cloning/Mirroring Categories between Taxonomies, on the site WordPress.org Forums:
This could certainly be done by a custom script. Couldn't you simply associate the projects…4 days ago
-
Posted a reply to Separate domain for blog in WP multisite that is itself in a subdirectory, on the site WordPress.org Forums:
Have you tried pointing otherdomain.tld to /wp/blog1/ folder? If your hosting control panel won't let…4 days ago
-
Posted a reply to wordpres alt kategori görüntülenme sorunu, on the site WordPress.org Forums:
That is how category queries work by default. They include all child categories below the…4 days ago
-
Posted a reply to Multisite – add new plugin – ERR_TOO_MANY_REDIRECTS, on the site WordPress.org Forums:
Double check that your edits to .htaccess are as described in Tools > Network Setup…4 days ago
-
Posted a reply to Shared Taxonomy, hide admin links in one, on the site WordPress.org Forums:
Indeed it does work. You could instead pass 'show_in_menu' => false, when registering. I think…4 days ago
-
Posted a reply to Pagination problem, on the site WordPress.org Forums:
Like Joy suggests, avoid your own query if you can. Based on your code, you…4 days ago
-
Posted a reply to upload_mimes filter not working correctly, on the site WordPress.org Forums:
The MIME type restrictions only apply to users without the "unfiltered_upload" capability. You can remove…4 days ago
-
Posted a reply to How to use checkbox option for check is_home, on the site WordPress.org Forums:
There's never a reason to return a value from any action hook. It will be…4 days ago
-
Posted a reply to Get information from several custom fields in custom post type, on the site WordPress.org Forums:
Try: // Поля формы для введения данных echo '<label for="new_field">' . __("Автор", 'textdomain' ) .…4 days ago
-
Posted a reply to Creating a Post , via REST API: 401 Sorry, you are not allowed to create terms, on the site WordPress.org Forums:
The only way to authenticate a user without a plugin is by cookie authentication as…4 days ago
-
Posted a reply to blank white screen in ‘editor mode’, on the site WordPress.org Forums:
Something is poorly coded for 5.3.2 and really needs to be resolved. You need to…5 days ago
-
Posted a reply to Only showing directory in MAMP, on the site WordPress.org Forums:
Be sure your problem WP installation has its index.php file in place. What happens if…5 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+