tugbucket
@tugbucket on WordPress.org
- Member Since: April 19th, 2008
- Location: Memphis, TN
- Website: tugbucket.net
Contribution History
tugbucket’s badges:- Plugin Developer
-
Posted a reply to Image Map not functioning, on the site WordPress.org Forums:
#flower div { display: none; } So in your #flower, above your map in the… -
Posted a reply to Show password protected excerpts, on the site WordPress.org Forums:
https://www.wpbeginner.com/wp-tutorials/how-to-show-excerpt-of-a-password-protected-post-in-wordpress/ https://passwordprotectwp.com/docs/display-featured-image-password-protected-excerpt/ Not sure if either will do what you want but seems to be… -
Posted a reply to Undefined array key, on the site WordPress.org Forums:
@thomastolkien Good catch. That feature hasn't been touched in years so an easy oversight. Easy… -
Posted a reply to Further Indenting in a blockquote, on the site WordPress.org Forums:
Well your structure is: <blockquote> <p></p> etc... </blockquote> and by default paragraphs don't have bullet… -
Posted a reply to Limiting Number of Post Revision causes HTTP 500, on the site WordPress.org Forums:
define('WP_POST_REVISIONS', 3); Change the number to whatever you need. That "int" is probably causing your… -
Posted a reply to Display tags from specific category IDs, on the site WordPress.org Forums:
@eduha71 cool! glad it works for you. Thanks for using my plugin! -
Posted a reply to Display tags from specific category IDs, on the site WordPress.org Forums:
https://mctagmap.tugbucket.net/options/from_category/ -
Posted a reply to JavaScript error, on the site WordPress.org Forums:
well that's a more helpful. grab version 17.0.24. -
Committed [2722124] to Plugins SVN:
17.0.24 -
Posted a reply to JavaScript error, on the site WordPress.org Forums:
@donpi73 My plugin JS doesn't include e.indexOf the reason your console shows mctagmap as the… -
Posted a reply to Collapse Categories in Post New, on the site WordPress.org Forums:
https://wordpress.org/plugins/collapsible-categories-in-the-dashboard/ It's old but works fine when I tested it. -
Posted a reply to Strstr empty needle error?, on the site WordPress.org Forums:
@kip-kniskern try version 17.0.23 and see if that fixes it. -
Committed [2711223] to Plugins SVN:
17.0.23 -
Posted a reply to pages linked to parent, on the site WordPress.org Forums:
@gen2023 Please update to version 17.0.23 that should fix the child_of option. As for Yoast… -
Committed [2711197] to Plugins SVN:
17.0.23 -
Posted a reply to pages linked to parent, on the site WordPress.org Forums:
@gen2023 can you give me an example? -
Posted a reply to JavaScript error, on the site WordPress.org Forums:
@donpi73 Turn off the combine all JS combine option in Litespeed, purge your cache and… -
Posted a reply to How to Ordering by user meta, on the site WordPress.org Forums:
@mabufoysal Looks like you have a lot going on in that code so it's hard… -
Posted a reply to How to Ordering by user meta, on the site WordPress.org Forums:
<?php $args = array( 'orderby' => 'meta_value', 'meta_key' => 'last_name', 'order' => 'ASC' ); $users… -
Posted a reply to Multiple columns overlapping on iPhone, on the site WordPress.org Forums:
@georgel13 Please update to 17.0.22 and let me know if that fixes it up, thanks! -
Committed [2680978] to Plugins SVN:
17.0.22 -
Posted a reply to Restrict posts based on current user in each role (front end), on the site WordPress.org Forums:
function posts_by_current_author( $query ) { $user_id = get_current_user_id(); if ( is_user_logged_in() ) { if (… -
Posted a reply to Preserving post carriage returns in blog archive excerpts, on the site WordPress.org Forums:
https://wordpress.org/support/topic/how-to-add-line-break-in-posts-excerpt/ -
Posted a reply to Restrict posts based on current user in each role (front end), on the site WordPress.org Forums:
https://developer.wordpress.org/reference/hooks/pre_get_posts/ function posts_by_current_author( $query ) { $user_id = get_current_user_id(); if ( ! is_admin() ) {… -
Posted a reply to change the background color of a single page, on the site WordPress.org Forums:
.site { background-color: #fce8fc; body.home .site { background-color: white; } -
Posted a reply to Multiple columns overlapping on iPhone, on the site WordPress.org Forums:
@georgel13 can you please update to v17.0.21 - this is not a fix update but… -
Committed [2677768] to Plugins SVN:
v17.0.21 -
Committed [2677767] to Plugins SVN:
v17.0.21 -
Posted a reply to alpha_groups is it possible to sort correctly by alphabetical order?, on the site WordPress.org Forums:
@miguelhh did you get this solved? I did a local test and they appear to… -
Posted a reply to Error “not JSON format” when saving in Gutternber, on the site WordPress.org Forums:
https://mctagmap.tugbucket.net/advanced-usage/multi_page-and-responsive/ That page has the updated plugin and seems okay. Do you have a link? -
Posted a reply to Error “not JSON format” when saving in Gutternber, on the site WordPress.org Forums:
@medvidekpu I am the plugin author. Now that you posted your full shortcode I could… -
Committed [2676690] to Plugins SVN:
17.0.20 -
Posted a reply to Error “not JSON format” when saving in Gutternber, on the site WordPress.org Forums:
@medvidekpu I tested a clean install using 2022 theme with only this plugin activated and… -
Posted a reply to Error “not JSON format” when saving in Gutternber, on the site WordPress.org Forums:
@medvidekpu When I inert: [mctagmap multi_page="yes" show_navigation="yes"] into both a Gutenberg text block and shortcode… -
Posted a reply to PHP Fatal error: Unparenthesized, on the site WordPress.org Forums:
@salim590 I think you want: https://wordpress.org/plugins/wp-category-tag-could/ wp-content/plugins/wp-category-tag-could/classes/wpctc-widget.php on line 224 -
Posted a reply to Multiple columns overlapping on iPhone, on the site WordPress.org Forums:
@georgel13 can you check this page and see if the issue exists? https://mctagmap.tugbucket.net/options/responsive/ I checked… -
Posted a reply to Preview is not showing when sharing link of my news/ blog post on fb and twitter, on the site WordPress.org Forums:
It looks like your site doesn't have the Open Graph image meta tag: https://ogp.me/ <meta… -
Posted a reply to Twenty Twenty Two child theme css not loaded, on the site WordPress.org Forums:
https://developer.wordpress.org/themes/advanced-topics/child-themes/ did you enqueue your child theme css in your theme's functions.php? -
Posted a reply to Add Page ID in Pages List, on the site WordPress.org Forums:
@toad78 I tried your code locally and the ID column shows up on both posts… -
Posted a reply to Index as Table of contents grouped by month, on the site WordPress.org Forums:
@garaiburu ah okay that explains it. I tried again locally adding th eocde to content.php.… -
Posted a reply to Index as Table of contents grouped by month, on the site WordPress.org Forums:
looking at your page, it appears it's kinda working. For the days being out of… -
Posted a reply to Index as Table of contents grouped by month, on the site WordPress.org Forums:
https://wordpress.stackexchange.com/questions/344862/how-can-i-group-posts-by-months-and-years I tried that locally and looks like it does what you want. -
Posted a reply to Why is colon : striped out of url when returned in shortcode, on the site WordPress.org Forums:
@normsash add_filter('wp_nav_menu_items', 'do_shortcode'); add_shortcode('site_url', 'shortcode_site_url'); function shortcode_site_url() { return preg_replace('#^https?://#i', '', get_site_url()); } When I… -
Posted a reply to Is there a snippet to remove usernames from comment classes?, on the site WordPress.org Forums:
https://stackoverflow.com/questions/64706213/how-to-remove-the-comment-author-user-id-class-from-the-woocommerce-review-sec function filter_comment_class( $classes, $class, $comment_id, $comment, $post_id ) { // Loop through classes foreach… -
Posted a reply to Portfolio dont show sites, on the site WordPress.org Forums:
go to your site /wp-admin/options-reading.php see what the "Blog pages show at most" option is… -
Posted a reply to Problem building the proper shortcode, on the site WordPress.org Forums:
@neubrech07 ah, yeah. I noticed your shortcode was: [mctagmap responsive=”yes” width=”150px” columns=”2″ show_pages=”yes” from_category=”glossar”] and… -
Posted a reply to Problem building the proper shortcode, on the site WordPress.org Forums:
https://mctagmap.tugbucket.net/pages-with-category/ I have a sample test page up on the plugin doc site. -
Posted a reply to Footer In Middle of Page, on the site WordPress.org Forums:
<table class=" aligncenter" style="height: 2052px; width: 100%;"> The issue is that table has a set… -
Posted a reply to Problem building the proper shortcode, on the site WordPress.org Forums:
Interesting, If you are seeing the "sorry no tags...." message, then it's working "properly" and… -
Posted a reply to Problem building the proper shortcode, on the site WordPress.org Forums:
@neubrech07 hmmm... Can you provide a link to the actual page you are using the…
Developer
-
Multi-column Tag Map
Active Installs: 7,000+