vitamincee
Forum Replies Created
-
Forum: Plugins
In reply to: [Accordion Blocks] undefinedHorray that fixed it!! You’re amazing! Thank you so much!!
Forum: Plugins
In reply to: [Accordion Blocks] undefinedThank you for the reply! I’ve made 2 Gutenberg patterns, both are a group block with about 8 accordions inside. The difference between the two are in the styling, one is a grey background in the group block with white accordions, and the other is white with grey accordions.
To make the pattern, I added the group block, added the accordions inside, and copied the whole thing into the pattern. Then I can add it on any page easily like a block.
That seems to work fine until I try to add a duplicate same color pattern or even just the simple accordion block underneath the two patterns.
I hope that makes sense!
I was on the latest version. I’ve since deleted the plugin unfortunately so I can’t help debug. I run NGINX and PHP-FPM if that’s of any help.
- This reply was modified 5 years, 12 months ago by vitamincee.
Hello! Just checking in on this – is there a fix yet? I don’t see a new version of the plugin out yet but I’m happy to put in a patch.
Thanks!
-CeeAwesome! Thanks for the fast response! Looking forward to an update.
Forum: Plugins
In reply to: [Gutenberg] Container BlockThank you for letting me know this @francishunger !! I had no idea you could install Gutenberg as a plugin on top of WP 5.2! I just did it and can continue on this project I thought I’d have to put on hold. Thank you!!!
Forum: Plugins
In reply to: [Gutenberg] Container BlockThank you @talldanwp ! I’ll put some development on hold until it’s release.
Forum: Fixing WordPress
In reply to: Turn off comment notification emails for *certain authors*That’s a great start – but ideally I’d like to take myself out of the process and allow users to unsubscribe on their own.
Anyone? This is a fairly large bug for us…
Forum: Fixing WordPress
In reply to: Plus signs now creating bulletsIt turned out to be a bug(?) in markdown, a part of Jetpack. The markdown page has both * and – listed as automatic bullet list shortcuts, and not +, so I thought it wasn’t related to that. Turning off markdown fixed this problem.
Forum: Plugins
In reply to: [Redis Object Cache] Public Post Preview Settings not working with RedisAnd/or is there a way to not cache anything in the admin dashboard?
Forum: Plugins
In reply to: [Redis Object Cache] Public Post Preview Settings not working with RedisAlso I added this in my functions and it doesn’t seem to work either:
function a_redis_flush_cache() {
wp_cache_flush();
}
add_action(‘update_option_public_post_preview’, ‘a_redis_flush_cache’);I tried it with the newer version of the plugin (I had downgraded b/c server load) and it works fine if I use the hard-coded call to the plugin in the comments template. So I will mark this as resolved.
Forum: Plugins
In reply to: [WP Crontrol] what happens if i disable the plugin?okay, so if i’ve changed the default time some plugin’s crons run, they’ll remain running on that new time? is it possible to “Reset to default”?
Forum: Plugins
In reply to: [Beautiful taxonomy filters] checkboxes instead of dropdown?That makes sense! Thank you for all of your work on the plugin 🙂