gambitph
Forum Replies Created
-
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] DevelopmentSorry @t4k4, we have it in a private repository at the moment. We’re still unsure on how to proceed in moving to GitHub.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Accordion BugHey DB,
Turns out that the Accordion wasn’t exactly designed for really long content at the moment. In the meantime, you can change the height exclusively for the accordion using CSS:
.ugb-accordion .ugb-accordion__text { max-height: 5000px; }You can specify a height according to how long your accordion contents are. 🙂
You’re welcome! Have a great day! 🙂
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] CPT on Posts BlockHello! 🙂 We don’t have this in mind yet, but we’ll keep in mind about adding support for Custom Post Types in the future. Thanks for the feedback!
This looks like an issue with the Block Editor, @wokimuc. We’re looking into it further. In the meantime, we suggest adding the text in the button before removing filler text as a workaround. 🙂
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Feature Block TitleThis is currently possible with the column blocks. 🙂
To proceed, create a two-column block and add two separated texts for the Title and Description. You can customize each text with different colors. Then, add your button below and image to the other column.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Suggestions & Bug ReportsThanks for your suggestions @qixyqix! We’ll take this into consideration. 🙂
About the issues you’ve mentioned:
– We’ll make add this in the next update and make it so that text will be vertically centered when it doesn’t have a description
– Adding the text from page content in limited characters is the ideal behavior in case someone hasn’t included an excerpt. Is there any other issue with this?
– We can’t replicate this issue in our end, is there a particular setting that does this? Does your post have an additional Continue Reading link?- This reply was modified 7 years, 4 months ago by gambitph.
- This reply was modified 7 years, 4 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Header BolockThat’s weird, can you type Header in the search field and see if it appears?
Here’s how it should look like: https://i.imgur.com/9N3MLpk.pngPlease let me know how it goes! 🙂
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] CTA Block BG Colour BugHey @jburleigh1, is this problem still happening in your end? Please make sure you also have the latest version of Stackable since we’ve added some changes that may address this issue. 🙂
- This reply was modified 7 years, 4 months ago by gambitph.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Accordion BugHi @dowboy! Is the problem still happening in your end?
We tried this in our sandbox, but the problem doesn’t seem to happen there. It’s possible that this only happens at your site. If you don’t mind, can you send us your page URL? We can check it out and see if we can override it with CSS. 🙂
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Reduce Space above/below BlocksThanks for the feedback! We’re using WordPress 5.0.2 with Stackable and we’re able to add Untitled Pages by skipping the Page Title field (not adding a Page Title) and publishing the page. This should also remove the extra space coming from the Page Title. 🙂
- This reply was modified 7 years, 4 months ago by gambitph.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Feature Block OptionsThe buttons will be automatically removed when you remove the filler text from the buttons. 🙂
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Post Grid offset?Unfortunately, we currently don’t have a way to offset the posts displayed by the Posts block. I’ll bring it up with Benjamin though. Thanks for the feedback! 🙂
Hi there! Adding a button on a card block is optional. 🙂
When you remove the text from the button, the button itself will be removed. This goes with the other blocks as well.
Hope this helps!
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Posts Block on mobile deviceHi Alfred,
Thanks for reporting this issue! We checked your site and you’re right, the blog post didn’t have side padding. We’ll fix this in the next release. 🙂
In the meantime, please use this custom CSS as a temporary fix:
.ugb-blog-posts.alignwide { padding-left: 35px; padding-right: 35px; }You can add this via Customizer > Additional CSS. Hope this helps!