sorta brilliant
Forum Replies Created
-
Forum: Plugins
In reply to: [StreamShare for Twitch] Integration errorIt looks like Twitch changed how it handles embeds. We are working on a fix that will be released tomorrow.
Forum: Plugins
In reply to: [StreamShare for Twitch] Integration errorSorry about this. We are looking into it and will push an update when we figure out what is wrong.
Forum: Plugins
In reply to: [Whatever] typoThanks for the heads up, it’s now fixed.
Forum: Reviews
In reply to: [Meme Me] No instructions, no options?The meme style is actually a custom image style. Do you not see a custom image style upon activation? The meme text is the image caption. I tried to make it as tightly integrated with core as possible without adding a lot of options.
Forum: Plugins
In reply to: [Guidepost] HTML and & in itemsI’m so sorry I missed this. I’ll work on filtering it out.
Forum: Reviews
In reply to: [Meme Me] Clever, fun, well done!Thanks. I really appreciate it.
Forum: Reviews
In reply to: [Fancy Links] Need the ability to add arbitrary imagesThank you for using our plugin. I’ll add your request to our list for Fancy Links v2.
Forum: Reviews
In reply to: [Fancy Links] link will be shown with featured image, titile, summaryI’m so happy to hear you enjoy using it.
Thanks for the feedback, it makes sense. I’ll add this to our Fancy Links v2 improvement list.
In the meantime there is a CSS fix for this. If you add this line of CSS to your site the title will now wrap and it will look much better.
.fancylinks-card__publisher {
white-space: normal;
}Forum: Plugins
In reply to: [Guidepost] Guidepost Kills New Post/Page form after WordPress 5.4 updateI’m having JR the developer who worked on this look into it but in the meantime I’m trying to reproduce the error but I’m not having much luck.
I’m taking a fresh install of 5.4 and the latest version of Guidepost (1.2.1) and when I go to add a new post or page it loads fine for me.
Maybe it’s interacting with another plugin. What other plugins do you have installed?
Forum: Plugins
In reply to: [Meme Me] Users can create memes?That would be a cool feature but I don’t think it would be possible with how Meme Me is currently put together.
Forum: Plugins
In reply to: [Jumbotron] Playlists with ThumbnailsProbably not. Initially we were going to offer a thumbnail grid style layout. However, for the thumbnail version to work we’d not only need to allow them to set custom thumbnails but also need to build an interface like YouTube has to allow them to select the custom thumbnail from a certain spot in the video.
All of this was possible but it would be pretty complex and time consuming. Instead of just scrapping the project all together we decided to simplify the frontend a bit instead and uses a list style option instead.
Forum: Reviews
In reply to: [Ubiquitous Blocks] It saves me time!I’m glad you like it. I’d love to hear more about how you are using it.
Forum: Plugins
In reply to: [Guidepost] Components Disabled Issue, Links are not clickableGlad to hear you got it sorted out. Let me know if you have an additional questions.
Forum: Plugins
In reply to: [Guidepost] Components Disabled Issue, Links are not clickableThat’s very strange. That class wasn’t added by our plugin. I’m not sure where it came from.
I spun up a test site using Guidepost and Twenty Nineteen and it works as expected.
Do you have any other plugins active on that site? Maybe a form one?
From what I can see the only places that classes is suppose to be added is in form controls:
https://github.com/WordPress/gutenberg/blob/master/packages/components/src/disabled/index.js