Nick Halsey
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Site Index] Sort multisite list alphabeticallyYou can more formally fork this plugin by renaming the plugin file and “plugin name” on line 3, which will disable auto-updates from overriding your changes. Future updates are not likely, but possible, and this is a fairly simple plugin where the edits above and a simple renaming are appropriate if you want to customize the display order or anything else.
Forum: Plugins
In reply to: [Sheet Music Libary] 2.0 causes a fatal errorNoting for future reference that yes, there was an issue with the 2.0 package that I didn’t notice until after my site also auto-updated to a fatal error. Version 2.0.1 repackaged to include the missing files, but there was a window in between when sites could auto-update to the broken version. WordPress core is working on a feature that will prevent auto-updates from silently breaking in this way in the future; it is on track to land with WordPress 6.4:
Forum: Plugins
In reply to: [Sheet Music Libary] Support separate music for each partThis is a known limitation, and probably won’t be changed until WordPress core offers better tools for grouping PDFs (it only recently added PDF thumbnails to the library). I’ll definitely continue to keep this in mind; perhaps core will work on these tools with the upcoming redesign of the media library.
Forum: Plugins
In reply to: [Sheet Music Libary] Shortcode filteringI would use the genre term page to accomplish this; see this link for example: https://celloexpressions.com/music/genre/originals/
The biggest difference is in how this displays in terms of a table in the context of a post/page vs a list of pieces with the term description. Using the
[all_sheet_music]
shortcode generally replaces this built-in WordPress archive view. It’s possible to replicate the table view, or otherwise customize the built-in genre taxonomy archives with a custom theme template.I plan to eventually replace the shortcodes with editor blocks, which would potentially be a good opportunity to rework this approach.
Forum: Plugins
In reply to: [Full Screen Galleries] Black screen part way through slideshow +If you have a blank “slide” an image most likely failed to load correctly.
I’m not sure what you mean by the caption border and image centering. The image should always be centered vertically and horizontally. The caption should always be centered at the bottom of the screen with light text on a dark background with no extra borders or shadows.
Your site header should not be visible when the slideshow is open. It sounds like your theme may have some CSS that conflicts with the plugin.
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] How to limit the number of items to showYou can rename your forked version of the plugin to ensure that it doesn’t get updated to override your edits.
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] limit show taxonomy list widgetI recommend managing how many taxonomy terms exist on your site, or hiding specific terms with the exclude option, to accomplish this. Unlike a list of posts, a list of terms should usually show all terms, not a subset.
Forum: Plugins
In reply to: [Background Image Cropper] Background Image Cropper is a virusThis plugin is not and does not contain a virus or known vulnerability. It is a WordPress core feature plugin. Someone else places malicious code in this plugin’s folder. It’s also possible that they also automatically download this plugin to disguise their code.
If you find malicious code in this plugin’s folder, your site likely has a vulnerability elsewhere that needs to be addressed. You can remove and reinstall this plugin to remove the malicious files from this folder but they may get re-added if the actual vulnerability still exists. The legitimate version of this plugin only has three files:
–readme.txt
–background-image-cropper.php
–background-image-cropper.js
Forum: Plugins
In reply to: [List Custom Taxonomy Widget] Seems not work for WordPress 5.6The plugin works for me on WordPress 5.6 and 5.7. Do you have any more specific information on the error that you’re seeing.
The list of links in the widget includes a class with each item id. For example,
class="cat-item cat-item-22"
. Individual posts may also have html classes, for exampleclass="genre-classical"
. But you would need to map between id and label, and also across different parts of the markup.In short, there isn’t an easy equivalent to the current-menu-id in the context of taxonomy lists.
Forum: Reviews
In reply to: [Front Page Custom Post Type] Did nothing.Does your site have custom post types? Did you visit the customizer, go to homepage settings, and select “your latest posts” to reveal the option to select the post type to use on the front page per the plugin instructions?
Forum: Plugins
In reply to: [Chronological Posts] Posts OrderI recommend forking this plugin to add additional conditions for when the post order should be chronological. This is a very simple plugin and this change can be applied with only a couple lines of code.
I recommend forking this plugin to add additional conditions for when the post order should be chronological. This is a very simple plugin and this change can be applied with only a couple lines of code.
Forum: Plugins
In reply to: [Chronological Posts] Not workingThis may be an issue with your theme using a custom query that forces the sort to be reverse-chronological. You could try previewing your site with the Twenty Twenty theme in the customizer to confirm that it’s a theme-specific issue.
Forum: Reviews
In reply to: [Background Image Cropper] GoodIf you are experiencing lagging with your background image I would suggest compressing the file prior to uploading it to your site. Tinypng works well. You could also reduce the background image dimensions to reduce file size and speed things up.