Rodrigo
Forum Replies Created
-
Great, @linksoftware!
Nice, @linksoftware! This should work with forms set to save submissions, but I wonder if it would be difficult to add a “variable” in
Actions
tab to add this info in notifications. What do you think?Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcasts returning 404 errorYeap,
wordpress.com
. Just changed the option toDefault
and it’s working again.Thanks, @zahardoc!
Forum: Plugins
In reply to: [ActivityPub] How to remove inline CSS added to header@megabulk2, this code removes those inline CSS:
function remove_wp_block_library_css(){ wp_dequeue_style( 'activitypub-followers-style' ); wp_dequeue_style( 'activitypub-follow-me-style' ); } add_action( 'wp_print_styles', 'remove_wp_block_library_css', 100 );
Unfortunately, ActivityPub still calls an extra, useless file,
/wp-includes/css/dist/components/style.min.css
.We’re trying to fix this issue on GitHub.
Thanks, @wpkube!
I’d like to point out, however, that I don’t use Gutenberg/blocks via Disable Gutenberg plugin.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Changing default podcastThanks, @zahardoc!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Different feed items for podcasts?Thanks, @zahardoc!
Forum: Plugins
In reply to: [Disable Gutenberg] A style.min.css from blocks is being loadedNot really, @specialk. I made a little confusion — forgot to activate ActivityPub back, and thought that filter had fixed it. In fact, it didn’t.
ActivityPub plugin is still triggering something to load that
style.min.css
Gutenberg-related, even with Disable Gutenberg activated.Forum: Plugins
In reply to: [Disable Gutenberg] A style.min.css from blocks is being loadedThanks, @specialk!
This option is already disabled in my site. I’m afraid there’s a glitch or a misbehavior from official ActivityPub plugin. We’re trying to fix this over there as well; maybe you could give us some help?
I was digging around and apparently there’s a known bug/issue with
the_posts_navigation()
and customWP_Query
class.Thanks, @justingreerbbi, it worked like a charm!
There’s one issue, however: pagination doesn’t work. On
/page/2/
, for example, the same day/posts from home page are presented.I added the
wp_reset_postdata();
after the loop (I guess this is necessary, right?), but it had no effect.Any idea what am I missing?
Forum: Plugins
In reply to: [Markdown Comment] Immediately crashes WP after activating this pluginHello…?
Forum: Plugins
In reply to: [User Toolkit] Weird layout for switches on listingThank you!
Thanks, @jeherve
Forum: Plugins
In reply to: [Koko Analytics] Optimized tracking endpoint in managed hostingThat’s what I thought, @lapzor. I had a little hope that maybe the endpoint could work somewhere I control, such as the
/wp-content/
.Thanks for your attention!