Erick Hitter
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Revisions Control] Fix for block editor error with custom post typeVersion 1.4.4 resolves this error.
To start, this is a free plugin; it includes no support entitlement. I maintain it in my spare time and receive no compensation for my efforts.
The placement of pagination links is not controlled by this plugin, but rather by your theme. If you added the
<!--nextpage-->Quicktag to a post, or used the Page Break block, you’d find that the pagination links appeared in the same place.The “deletion failed” error may have occurred when you tried to remove it, but it was not caused by this plugin.
Forum: Plugins
In reply to: [Automatically Paginate Posts] wrong word counting and post splittingCan you provide an example? Did you create the post using the Classic Editor or the Block Editor? Does the post include only paragraphs and images, or does it include embeds, shortcodes, or other elements?
Forum: Plugins
In reply to: [Automatically Paginate Posts] Can confirm the plugin does not workThis doesn’t sound like a problem with this plugin, but rather with your theme or another plugin. If the built-in
<!--nextpage-->Quick Tag isn’t working, it’s unlikely this plugin will behave as expected as both use the same underlying functionality to paginate post content.Forum: Plugins
In reply to: [Automatically Paginate Posts] it doesn’t work for meCan you elaborate? What settings did you select? In what way didn’t it work?
Forum: Plugins
In reply to: [Automatically Paginate Posts] How To Show All PostThat’s not a feature of this plugin, but is supported by the View All Posts Pages plugin: https://wordpress.org/plugins/view-all-posts-pages/.
Forum: Plugins
In reply to: [Automatically Paginate Posts] Only Count Words Inside Paragraph BlockThe default behaviour is to count only words in the paragraph block. https://git.ethitter.com/wp-plugins/automatically-paginate-posts/-/blob/6e2625bed86547d2c5fcc5f5b6fecf47af37e9e3/automatically-paginate-posts.php#L96-104
Forum: Plugins
In reply to: [Automatically Paginate Posts] Wrong word counts since last updateAre these posts created in the Block Editor or using the Classic Editor? Do the posts include any special markup, such as shortcodes or other embeds?
If you don’t mind, could you copy from the “Text” tab the contents of an affected post and attach it to an email to wp-plugins.automatically-paginate-posts@help.ethitter.com so I can investigate?
Forum: Plugins
In reply to: [WP Revisions Control] will theh plugin delete woocommerce revision?If the Woocommerce Products post type shows up on the Settings > Writing section in your admin, then yes, this plugin can purge those revisions. I do not use Woocommerce, so I can’t provide a definitive answer.
Forum: Plugins
In reply to: [External Permalinks Redux] Doesn’t appear in Classic editorI’m marking this resolved as I’ve received no further reports of this issue and I cannot reproduce it. Please open a new support thread if this issue persists, including details about the theme and plugins active on the site. If you’d prefer not to share those details publicly, email wp-plugins.external-permalinks-redux@help.ethitter.com to open a ticket in my service desk.
Forum: Plugins
In reply to: [Automatically Paginate Posts] Empty-page-at-the-end-of-postThe 0.3 release fixes this issue.
Forum: Plugins
In reply to: [Automatically Paginate Posts] Empty-page-at-the-end-of-postI intend to resolve this as part of adding support for posts authored using the block editor. At the moment, this plugin hasn’t been updated since 2014 and hasn’t been tested with WordPress versions greater than 5.4. Progress towards block-editor support and bug fixes like this will be tracked at https://git.ethitter.com/wp-plugins/automatically-paginate-posts/-/issues/12.
Forum: Plugins
In reply to: [WP Revisions Control] Sidebar items not translatedThank you for alerting me. This is fixed in the
1.4.3release.Forum: Plugins
In reply to: [External Permalinks Redux] Doesn’t appear in Classic editorThis sounds like a conflict with either the theme or another plugin. The meta box continues to be registered for post types that don’t use the block editor.
Can you provide the name and version of the theme you’re using, as well as the name and version of any active plugins? Additionally, is it a custom post type that doesn’t show the meta box?
Forum: Plugins
In reply to: [View All Post's Pages] Styling issue with View All link and Astra themeI’m not familiar enough with the Astra theme to provide specific assistance, but the “View All” link added by the plugin has the
vappclass applied to it, which can be used to adjust the styling to match the other pagination links.