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 background-image not displaying, on the site WordPress.org Forums:
#choose {width:100%;float:left;display:block; font-family:"Raleway",Arial,sans-serif; padding:3em 0 4em;margin:0; background-image: url("https://fragileremovals.co.nz/wp-content/uploads/2021/03/section-bg-why-choose.jpg"); width: 100%; background-size:cover; background-repeat:no-repeat; } If I…3 days ago
-
Posted a reply to How to disable hyperlinks in author bio WordPress?, on the site WordPress.org Forums:
add_filter('pre_user_description','wpse_whitelist_tags_in_bio'); function wpse_whitelist_tags_in_bio($description){ $bio_allowed_tags = array( 'strong'=>array(), 'em'=>array(), 'b'=>array(), 'i'=>array(), ); $description = wp_kses($description,$bio_allowed_tags); return…2 weeks ago
-
Posted a reply to Remove three dots above ‘Read More” link on homepage, on the site WordPress.org Forums:
try: function new_excerpt_more($more) { global $post; remove_filter('excerpt_more', 'new_excerpt_more'); return ''; } add_filter('excerpt_more','new_excerpt_more',11); If not, also…2 weeks ago
-
Posted a reply to How to set backgrund color, on the site WordPress.org Forums:
#mcTagMap .tagindex { background-color: red; } What element are you trying to add a background…4 weeks ago
-
Posted a reply to Display custom fields, on the site WordPress.org Forums:
Sorry for the delay. Short answer is yes. Long answer, you kinda nailed it, "I…4 weeks ago
-
Posted a reply to Trying to create plugin to Create Tag for each word on Posting, on the site WordPress.org Forums:
<?php /* * Plugin Name: Tag Per Word * Version: 1.0 */ function TagForWord($id) {…1 month ago
-
Posted a reply to Question: Tag Per Word for posts, on the site WordPress.org Forums:
But I should add, if you just want to list the tags of a post…1 month ago
-
Posted a reply to In WordPress, how can posts that do not have photos not be allowed to be publish, on the site WordPress.org Forums:
https://wordpress.stackexchange.com/questions/16372/prevent-publishing-the-post-before-setting-a-featured-image https://wordpress.stackexchange.com/questions/74464/make-featured-image-required two examples checking for featured image1 month ago
-
Posted a reply to Question: Tag Per Word for posts, on the site WordPress.org Forums:
https://developer.wordpress.org/reference/functions/wp_set_post_tags/ That will manually create tags for you. $content = get_the_content(); /* get post content…1 month ago
-
Posted a reply to Export Post Summaries, on the site WordPress.org Forums:
<?php /* get last 6 posts from the last 7 days */ $args = array(…1 month ago
-
Posted a reply to HIDE LOGOUT url wp-login.php, on the site WordPress.org Forums:
It would probably help to have more information about what you have done and what…2 months ago
-
Posted a reply to Issue with releasing plugin, on the site WordPress.org Forums:
change the version number in connector-mobilizon.php to the updated version.2 months ago
-
Posted a reply to Enforce custom CSS, on the site WordPress.org Forums:
.vc_tta-tabs-list li:last-child a { background: red !important; color: lime !important; } As for how to…2 months ago
-
Posted a reply to maybe a conflict between “Multi-column Tag Map” and add new user, on the site WordPress.org Forums:
I'm looking into it. On a test site I updated all my plugins and WP…2 months ago
-
Posted a reply to maybe a conflict between “Multi-column Tag Map” and add new user, on the site WordPress.org Forums:
Is it giving you an error at all? If so, what s the error?2 months ago
-
Posted a reply to Need help with a simple script, on the site WordPress.org Forums:
@mddsharp edited my response2 months ago
-
Posted a reply to bullet point in column list, on the site WordPress.org Forums:
#mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 { display: none !important; } #mcTagMap .tagindex, #sc_mcTagMap .tagindex…2 months ago
-
Posted a reply to Need help with a simple script, on the site WordPress.org Forums:
try: function wpse113069_email_me_every_visit() { $url = (isset($_SERVER['HTTPS']) ? "https" : "http") . "://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]"; $body =…2 months ago
-
Posted a reply to Customize search function, on the site WordPress.org Forums:
<form onsubmit="window.location = '<?php echo $_SERVER['REQUEST_SCHEME'].'://'.$_SERVER['SERVER_NAME']; ?>/productpage/' + search.value; return false;"> <input id="search" placeholder="Search" type="search"…2 months ago
-
Posted a reply to Banner slider animation, on the site WordPress.org Forums:
You are suing Slick Slider : https://wordpress.org/plugins/wp-slick-slider-and-image-carousel It has the option:2 months ago
-
Posted a reply to “Multi-column Tag Map” page and sitemap.xml, on the site WordPress.org Forums:
I mean if you want to add it sure. Is there any benefit? hard to…2 months ago
-
Posted a reply to Adding item to admin column fails, on the site WordPress.org Forums:
@kmrn https://wordpress.org/plugins/codepress-admin-columns/ I used that plugin in the log run. But I think the below…2 months ago
-
Posted a reply to “Multi-column Tag Map” page and sitemap.xml, on the site WordPress.org Forums:
If you are talking about the default WP sitemap eg: yoursite.com/wp-sitemap.xml then the page/post the…2 months ago
-
Committed [2448065] to Plugins Trac:
17.0.14 readme2 months ago
-
Posted a reply to tags “alphabet” headlines, on the site WordPress.org Forums:
Good to here. I included this fix in version 17.0.14. Closing.2 months ago
-
Committed [2448036] to Plugins Trac:
17.0.142 months ago
-
Posted a reply to tags “alphabet” headlines, on the site WordPress.org Forums:
add the following to your CSS and see if that fixes it: #mcTagMap .tagindex, #sc_mcTagMap…2 months ago
-
Posted a reply to tags “alphabet” headlines, on the site WordPress.org Forums:
So I loaded some 900+ arabic tags into a test site and it still works…2 months ago
-
Posted a reply to tags “alphabet” headlines, on the site WordPress.org Forums:
At first glance it looks correct. How should they be displaying?2 months ago
-
Posted a reply to bullet point in column list, on the site WordPress.org Forums:
I see what it is doing and it's probably the use of the "basic" option…2 months ago
-
Posted a reply to Intranet site, how to lock certain areas, on the site WordPress.org Forums:
function create_branch_managers(){ if(!get_role('branch_manager')){ add_role( 'branch_manager', __( 'Branch Manager' ), array( 'read' => true, ) );…3 months ago
-
Posted a reply to Sort tags by last post date, on the site WordPress.org Forums:
@bibiwan I don't think that's really possible. Tags, unless I'm wrong here, don't carry that…3 months ago
-
Posted a reply to Sort tags by last post date, on the site WordPress.org Forums:
@bibiwan Are you asking to sort tags by the last time they were used?3 months ago
-
Committed [2432273] to Plugins Trac:
17.0.133 months ago
-
Posted a reply to Access the download link for the login user, on the site WordPress.org Forums:
<?php if ( is_user_logged_in() ) { ?> /* this content is for logged in users…3 months ago
-
Posted a reply to Product’s Opacity is not 1, on the site WordPress.org Forums:
I'm can't really answer that as I don't know how your site is put together.…3 months ago
-
Posted a reply to Product’s Opacity is not 1, on the site WordPress.org Forums:
@cynthiachen25 It looks like elementor is adding the opacity setting. I would look into how…3 months ago
-
Posted a reply to Menu not centered, on the site WordPress.org Forums:
@toni12 This is CSS. You put it in your style sheet. It's not PHP.3 months ago
-
Posted a reply to How to Change Contact Form Button Hover in CSS?, on the site WordPress.org Forums:
try: .wpcf7 input[type=submit]:hover, .wpcf7 input[type=submit]:focus{ /* your rules here */ }3 months ago
-
Posted a reply to Menu not centered, on the site WordPress.org Forums:
try: @media all and (min-width: 992px) { #site-navigation .container > .flex-row { justify-content: center; }…3 months ago
-
Posted a reply to Post Title Colour – On the main Blog page, on the site WordPress.org Forums:
To change everything: .article__title * { color: red !important; } To target your date and…3 months ago
-
Posted a reply to CSS – background colour, on the site WordPress.org Forums:
.horizon-menu .main-menu .menu-item .submenu { background-color: transparent !important; } But that will make your links…3 months ago
-
Posted a reply to Product’s Opacity is not 1, on the site WordPress.org Forums:
try: .woocommerce-product-gallery__image.flex-active-slide img { opacity: 1 !important; }3 months ago
-
Posted a reply to Login Button, on the site WordPress.org Forums:
@umairah97 You can put it wherever you wan the links to display.3 months ago
-
Posted a reply to Login Button, on the site WordPress.org Forums:
<?php if ( is_user_logged_in() ) { ?> <a href="<?php echo get_edit_profile_url(); ?>">Profile</a> <?php } else…3 months ago
-
Posted a reply to What wordpress theme this site is using, on the site WordPress.org Forums:
https://themeforest.net/item/houzez-real-estate-wordpress-theme/157525493 months ago
-
Posted a reply to CSS – How to increase size for Jetpack’s Pinterest block, on the site WordPress.org Forums:
The other blog isn't using Jetpack for this. They are using the iframe embed from…3 months ago
-
Posted a reply to CSS – How to center Jetpack’s Pinterest block, on the site WordPress.org Forums:
.wp-block-jetpack-pinterest { text-align: center; } If that doesn't work for some reason try targeting the…3 months ago
-
Posted a reply to Load dynamic content to page, on the site WordPress.org Forums:
www.yoursite.com/form?f=1 <?php echo do_shortcode["form-'.$_GET['f'].'"]; ?> Super bare bonies example.3 months ago
-
Posted a reply to Gap at top of page, on the site WordPress.org Forums:
#header, #container, #footer { padding: 5%; } Your theme has that code. So it's adding…3 months ago
Developer
-
Multi-column Tag Map
Active Installs: 7,000+