tugbucket
@tugbucket on WordPress.org
- Member Since: April 19th, 2008
- Location: Memphis, TN
- Website: tugbucket.net
Contribution History
tugbucket’s badges:- Plugin Developer
-
Committed [3249809] to Plugins SVN:
17.0.36 -
Posted a reply to known security vulnerability, on the site WordPress.org Forums:
Please update to 17.0.35 and let me know if it's all fixed. If not, can… -
Posted a reply to Problem with name_divider | after updating to 17.0.34, on the site WordPress.org Forums:
Please update to 17.0.35 and let me know if it's all fixed. -
Posted a reply to Warning and outdated code, on the site WordPress.org Forums:
Please update to 17.0.35 and let me know if it's all fixed. -
Committed [3249284] to Plugins SVN:
17.0.35 -
Posted a reply to Automatic User Folder Creation On Upload, on the site WordPress.org Forums:
$user_id = get_current_user_id();$dir = '/path/to/folder/';if (!file_exists($dir.$user_id)) {mkdir($dir.$user_id)', 0777, true);$contentOfFile = '';if (!file_exists($dir .'index.php')) {file_put_contents($dir .'index.php',… -
Committed [3218545] to Plugins SVN:
17.0.34 security fix -
Created a topic, All Emails are also being sent to another email address, on the site WordPress.org Forums:
In all my registration forms, all form submissions are… -
Posted a reply to Problem with special characters/operators in the post title, on the site WordPress.org Forums:
@samofnine I have a fix for the title_divider but before I push an update, can… -
Posted a reply to Undefined property, on the site WordPress.org Forums:
@justgert Can you update to the latest (17.0.33) and let me know if that fixed… -
Posted a reply to Problem with special characters/operators in the post title, on the site WordPress.org Forums:
Please update to version 17.0.33How should A Toy Story – Alles hört auf kein Kommando… -
Committed [3082058] to Plugins SVN:
17.0.33 -
Posted a reply to Undefined property, on the site WordPress.org Forums:
Could you provide the shortcode you are using and/or the page in question? -
Posted a reply to Are child_of and show_empty incompatible?, on the site WordPress.org Forums:
Sorry for the delay, hectic month. Please upgrade to 17.0.32 and see if that fixes… -
Committed [3081085] to Plugins SVN:
17.0.32 -
Posted a reply to Problem with special characters/operators in the post title, on the site WordPress.org Forums:
So you are asking to have multiple values for name_divider. Please update to 17.0.32 and… -
Committed [3081083] to Plugins SVN:
17.0.32 -
Posted a reply to Post Excerpt, on the site WordPress.org Forums:
[mctagmap show_posts="yes" page_excerpt="yes" ] https://mctagmap.tugbucket.net/options/page_excerpt/ note that this will display the manually created excerpt not… -
Posted a reply to Two CPT, on the site WordPress.org Forums:
Something is weird. I'm testing version 17.0.31 with 400+ posts over 3 post types using… -
Posted a reply to Two CPT, on the site WordPress.org Forums:
Okay, try 17.0.31 and let me know. Thanks -
Committed [3048001] to Plugins SVN:
17.0.31 -
Posted a reply to Two CPT, on the site WordPress.org Forums:
Please update to 17.0.30 and let me know if that fixes it. -
Committed [3047326] to Plugins SVN:
17.0.30 v2 -
Committed [3047323] to Plugins SVN:
17.0.30 -
Posted a reply to Multisite wish…, on the site WordPress.org Forums:
can you send me an email, alan@tugbucket.net? I've been thinking about how to do this… -
Posted a reply to Two CPT, on the site WordPress.org Forums:
is your page showing all posts, including those in the custom post types? -
Posted a reply to Two CPT, on the site WordPress.org Forums:
Oh boy. Let me look into it. -
Posted a reply to create random image display, on the site WordPress.org Forums:
[shuffleelements parent=".ngg-galleryoverview" children=".ngg-gallery-thumbnail-box" delay="30000" fade_speed="200" button_text="Shuffle images" on_load="yes"] There's a sample shortcode for you to… -
Posted a reply to create random image display, on the site WordPress.org Forums:
do you want to use this on this page: https://estherramos.com/pinturas/ or https://estherramos.com/justone1/ or some other… -
Posted a reply to create random image display, on the site WordPress.org Forums:
https://estherramos.com/ what page on the front end? -
Posted a reply to create random image display, on the site WordPress.org Forums:
Can you provide a link to the page you have the gallery on? -
Posted a reply to create random image display, on the site WordPress.org Forums:
What page is your gallery on? -
Posted a reply to create random image display, on the site WordPress.org Forums:
@estherramos here's s simple plugin: https://github.com/tugbucket/shuffle-elements It has the option to shuffle on load, to… -
Posted a reply to Zooming images on the product archive page, on the site WordPress.org Forums:
before filtering it loads this image: https://www.kordiayadak.com/wp-content/uploads/2023/06/115010015-200x200.jpg <img loading="lazy" decoding="async" width="200" height="200" src="https://www.kordiayadak.com/wp-content/uploads/2023/06/115010015-200x200.jpg" class="attachment-woocommerce_thumbnail size-woocommerce_thumbnail"… -
Posted a reply to create random image display, on the site WordPress.org Forums:
If I enter javascript and css commands, can I do it only on this page,… -
Posted a reply to create random image display, on the site WordPress.org Forums:
Looks like you are using NextGen Gallery. https://wordpress.org/support/topic/how-to-achieve-random-ordering-of-images%EF%BC%9F/There is an order_by="rand()" but it's only available… -
Posted a reply to What hook to use to call function after permanently deleting an entry, on the site WordPress.org Forums:
add_action('fluentform/after_deleting_submissions', function ($submissionIds, $formId){} Which is not in the docs -
Posted a reply to Plugin Dev – stop plugin from using theme CSS, on the site WordPress.org Forums:
Not really enough information for a fool-proof answer but for starters, make the plugin CSS… -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
https://github.com/tugbucket/lazy-load-videos I updated the Javscript file to handle actually loading on scroll. In order for… -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
Because it's not actually lazy loading them. It pauses them on load and then plays… -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
You have to install and activate the plugin in order for the shortcode to work.https://github.com/tugbucket/lazy-load-videos -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
The code doesn't exist on that page. I do'nt''t know anything about OceanWp or that… -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
Did you install and activate the plugin? What page are you trying it on? -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
https://github.com/tugbucket/lazy-load-videos try that. It has one shortcode:[lazyloadvideo pauseonscroll="yes"] the parameters are yes and no By… -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
Are you referring to the embedded Vimeo video, the first one or the others like… -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
It really depends on how your videos are embedded. If they are a straight <video>… -
Posted a reply to Integrating a Leaflet.js map (without the plugin), on the site WordPress.org Forums:
You could just take all your code and make your own plugin to display it. -
Posted a reply to Lazy Load video with autoplay, on the site WordPress.org Forums:
https://stackoverflow.com/questions/65218853/automatically-play-pause-video-if-they-are-in-the-viewport-not-in-the-viewpo you can play and pause it when scrolled into view -
Posted a reply to How to Create different image folder for different forms?, on the site WordPress.org Forums:
https://github.com/tugbucket/Fluent-Forms-Image-Folders/Made a quick plugin for that. -
Created a topic, What hook to use to call function after permanently delting an entry, on the site WordPress.org Forums:
I've tried:after_partial_deleted_entrybefore_partial_d…
Developer
-
Multi-column Tag Map
Active Installs: 4,000+