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 Create dynamic website (not blog), on the site WordPress.org Forums:
You have to use some sort of theme. You could use a starter theme like…5 mins ago
-
Posted a reply to Year archive for custom post type, on the site WordPress.org Forums:
Re-creating built-in functionality is what you need to do since it's not working the way…18 mins ago
-
Posted a reply to WordPress Plugin OAuth2 Integration, on the site WordPress.org Forums:
I don't know anything about that API besides what I gleaned by a quick look…1 hour ago
-
Posted a reply to Menu, on the site WordPress.org Forums:
When I checked your site just now, no CSS was loaded at all. The path…2 hours ago
-
Posted a reply to Taxonomy pagination – 404 error, on the site WordPress.org Forums:
There are several places the query can be modified, so you need something that modifies…2 hours ago
-
Posted a reply to Trailing letter redirect, on the site WordPress.org Forums:
Yeah, caching can confuse debugging attempts. It's a pain to have to keep flushing the…2 hours ago
-
Posted a reply to creating create variations from all attributes sizes results to many, on the site WordPress.org Forums:
It's possible, but could get rather involved, depending on how your e-commerce plugin stores variations.…21 hours ago
-
Posted a reply to Créer une condition pour profil custom, on the site WordPress.org Forums:
You have remove_menu_items($roles). In most cases the value assigned to $roles will be an empty…21 hours ago
-
Posted a reply to get_footer() lost its style, on the site WordPress.org Forums:
Outside of the wrap div should be correct. Use your browser's element inspector tool to…21 hours ago
-
Posted a reply to Custom blog posts and category permalink structure, on the site WordPress.org Forums:
With your URL scheme, WP has no way to distinguish between a category archive page…22 hours ago
-
Posted a reply to Menu, on the site WordPress.org Forums:
Your site currently returns "W witrynie wystąpił błąd krytyczny." (a fatal error occurred for anyone…22 hours ago
-
Posted a reply to ‘init’ Hook, on the site WordPress.org Forums:
Anywhere that executes code when the plugin is loaded. Your plugin's primary file, the one…23 hours ago
-
Posted a reply to AliWoo WordPress Site, on the site WordPress.org Forums:
If you are using Ali2Woo, I recommend you ask for assistance through their support center.…23 hours ago
-
Posted a reply to Taxonomy pagination – 404 error, on the site WordPress.org Forums:
Plugins and themes can alter query vars, usually through the "pre_get_posts" action. Something could be…1 day ago
-
Posted a reply to ECommerce prodotti in SQL, on the site WordPress.org Forums:
The most popular e-commerce plugin for WP is "WooCommerce". It uses the post type "product"…1 day ago
-
Posted a reply to Failed Insert, on the site WordPress.org Forums:
Add print_r( $_POST ); to ensure the forms values are transmitted correctly. I've no reason…1 day ago
-
Posted a reply to Add language in the URL and fancy URL, on the site WordPress.org Forums:
I tried your code on my site. The year parameter seems to confuse WP. A…1 day ago
-
Posted a reply to Trailing letter redirect, on the site WordPress.org Forums:
The only other cause I can think of is that some core file was modified,…1 day ago
-
Posted a reply to ECommerce prodotti in SQL, on the site WordPress.org Forums:
The API that would be created on the remote (from WP) server can be written…2 days ago
-
Posted a reply to Custom rewrite rules stopped working after updating WP 5.5, on the site WordPress.org Forums:
I tried your rewrite rule code on my site and it works as expected. All…2 days ago
-
Posted a reply to Failed Insert, on the site WordPress.org Forums:
There's an error on insert.php somewhere. Check you error log for clues or check the…2 days ago
-
Posted a reply to Add language in the URL and fancy URL, on the site WordPress.org Forums:
Another similar rule might be matched before yours, despite the "top" parameter. You might have…2 days ago
-
Posted a reply to Custom Category Pagination shows countless blank (empty) pages, on the site WordPress.org Forums:
The template used wouldn't affect the efficacy of "pre_get_posts". You can stick with a new…2 days ago
-
Posted a reply to Duplicated posts via “Load more” button, on the site WordPress.org Forums:
I'm sorry, that's a bit much for me to do as a quick freebie. If…2 days ago
-
Posted a reply to Gallery Justification Issue since WP 5.5 Update, on the site WordPress.org Forums:
From the page's source HTML, it's apparent to me that the masonry script which alters…2 days ago
-
Posted a reply to Javascript help customizing Portfolio Grid, on the site WordPress.org Forums:
I don't know what auxin_*() functions do, but it does look promising. Try it! :)…2 days ago
-
Posted a reply to 2 Columns text looks terrible on mobile view, on the site WordPress.org Forums:
Your theme requires CSS that will alter column layout on narrow screens. The ideal way…3 days ago
-
Posted a reply to Delete Cron, on the site WordPress.org Forums:
How did you try to delete the cron schedule? How did you delete the plugin?…3 days ago
-
Posted a reply to Permalinks update – what modifications it’s doing?, on the site WordPress.org Forums:
Depending on the nature of the rules defined, it might alter .htaccess rules. It might…3 days ago
-
Posted a reply to how to get this tab to toggle iframe view?, on the site WordPress.org Forums:
The view is via an iframe. Script toggles the class attribute "iframe-preview--mobile" off and on.…3 days ago
-
Posted a reply to Membership plugin, on the site WordPress.org Forums:
You could try some of the ones found by searching "download manager".3 days ago
-
Posted a reply to WordPress 5.5 Update failed: multiple “chmod() operation not permitted” errors, on the site WordPress.org Forums:
It appears you now have a partial update. Some files are for one version, some…3 days ago
-
Posted a reply to Front-end DATA Entry, on the site WordPress.org Forums:
One of the custom fields plugins would help a lot. Hendra is suggesting Advanced Custom…3 days ago
-
Posted a reply to ECommerce prodotti in SQL, on the site WordPress.org Forums:
In theory it is possible, but from a practical standpoint it could be difficult. First,…3 days ago
-
Posted a reply to Resizable boxes theme, on the site WordPress.org Forums:
It's certainly possible with custom coding. See if any of the menu plugins would do…3 days ago
-
Posted a reply to Brand site show only by tags, on the site WordPress.org Forums:
Your "product_tag" query var is conflicting with the "tax_query" query var. You need to combine…3 days ago
-
Posted a reply to Author All posts not showing after clicking author link, on the site WordPress.org Forums:
Apparently the query used is restricting results in an unexpected way. Check the SQL query…3 days ago
-
Posted a reply to Javascript external file function not found, on the site WordPress.org Forums:
Your nowdoc syntax is off. The closing EOD must start at column 0 of the…3 days ago
-
Posted a reply to Custom Theme CSS Stopped Working, on the site WordPress.org Forums:
Adding the logo shouldn't affect CSS. It's unusual in a localhost environment, but sometimes browsers…3 days ago
-
Posted a reply to Failed Insert, on the site WordPress.org Forums:
Your form's action value should be a full URL to your file. Don't try to…3 days ago
-
Posted a reply to Gallery in section not showing image labels, on the site WordPress.org Forums:
I don't have the right powers to move topics to dedicated plugin forums. Please simply…3 days ago
-
Posted a reply to Javascript help customizing Portfolio Grid, on the site WordPress.org Forums:
A child theme's functions.php is usually OK. However, for organizational reasons alone, it could make…3 days ago
-
Posted a reply to Custom rewrite rules stopped working after updating WP 5.5, on the site WordPress.org Forums:
Please share the code you are using to add rewrite rules. I've not had any…4 days ago
-
Posted a reply to Help with unwanted redirection, on the site WordPress.org Forums:
I believe it is redirect_canonical(). It's redirecting because it cannot find a sub-page /profile/2018/, so…4 days ago
-
Posted a reply to Modify page content, on the site WordPress.org Forums:
The following CSS added to the Additional CSS panel of the customizer should hide the…4 days ago
-
Posted a reply to Create user editable classified ads, on the site WordPress.org Forums:
Yes, meta boxes. I recommend one of the custom fields plugins. They allow you to…4 days ago
-
Posted a reply to wp-admin (under subfolder) Not working beacause of .htaccess (on root folder), on the site WordPress.org Forums:
In your post you say your WP site is in "servicies" subfolder, but your .htaccess…4 days ago
-
Posted a reply to Add language in the URL and fancy URL, on the site WordPress.org Forums:
You're WP installation is in /blog/ subfolder, right? add_rewrite_rule() is what you want, but you…4 days ago
-
Posted a reply to issues with changing wp-login-admin, on the site WordPress.org Forums:
This part is invalid HTML: <a>">. It's the element that would take users somewhere if…4 days ago
-
Posted a reply to Error code: SSL_ERROR_UNRECOGNIZED_NAME_ALERT, on the site WordPress.org Forums:
That sort of error is external to WP and is related to your server and…4 days ago
Contributor
-
Contact Form 7 email verification
Active Installs: 200+