gambitph
Forum Replies Created
-
Sorry for the late reply. We just found the issue and it’s related to the buttons. We have our fix on the issue and we’ll update Stackable in a day or two! 🙂
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Links don’t appear in Post blockHi @thivan ! We just posted your suggestion via GitHub https://github.com/gambitph/Stackable/issues/60
Currently, the posts block isn’t really designed to render your URLs as clickable links since it will mean that other HTML tags may render in the post block as well. In any case, I’ll suggest this to our developers and see if we could add this.
Thanks for letting us know about your interest with the feature. We’ve added a GitHub entry for it https://github.com/gambitph/Stackable/issues/50
If you have any further suggestions, you can add a comment or start a new topic via GitHub as well. 🙂
Hi @hadashi ! I’m sorry for the late reply. We don’t have a hardcoded version for the blockquote. Currently, copying the HTML of the block may work, but it will still need the plugin activated to apply the block styles.
Anyway, thanks for letting us know about your concern. I think that the plugin should load only the needed files on the page.
In any case, I’ll have our developers know about this. Thanks!
Hi there! I’m sorry for the late response. About the problem you’ve encountered, the Restrict Content Width is based on your theme’s content width. This means that if your theme is using only half of the width, or is full-width or have sidebars, the restriction will be applied coming from the theme.
If you want to modify the content width, you can either pick a template (if it’s available in your theme) or use custom CSS to add a custom content width.
Hi! Sorry, I don’t have any particular plugin in mind, though the keyword “Custom CSS” search will give you a good selection.
We also tried checking your site but it only took us to a page with Account Suspended prompt.
We tried to replicate the issue by creating different colored buttons using 1.11 and updated it to 1.12, we haven’t encountered the issue in our end.
Can you provide us with your HTML/raw version from your page? We’ll try to compare and paste it in our sandbox and see if there’s something in the code or if there might be something like another plugin involved with the problem.
You can paste your HTML and send us a link here: http://pastebin.com
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Icons for NotificationCool! We’ve made your entry here https://github.com/gambitph/Stackable/issues/58
I’ve got your idea about possibly adding some social media buttons in the notifications, this looks like a good idea.If you have more suggestions, we recommended posting them via GitHub https://github.com/gambitph/Stackable/ so we can further discuss the feature with our fellow users and devs. Thanks! 🙂
Hi @raytoler , thanks for the appreciation and detailed info! It helps! 🙂
We managed to replicate the bug you’ve mentioned, also, I made an issue here so we can fix it in the next update https://github.com/gambitph/Stackable/issues/57
I’ll let you know if we found you a workaround or when we managed to fix it. 🙂
Hello Torsten,
We’re sorry to hear about that. Can you tell us by any chance what version number you’re using prior to updating? Normally the icon should be fine, but it may be also possible that either the last version you’re using was a huge leap to the latest version or there might be a particular setup that’s causing the issue.
If that may be the case, we’ll need to know more about your setup so we can replicate it. Thanks! 🙂
Hi @cecofuli , The Posts Blocks from stackable works the same way as the Block Editor’s Latest Posts. Can you tell us more how WPML works with your translations? Are the ITA and ENG language posts works as different categories or as a tag?
Because if your languages work as a category, you can always pick which category shows up on your page instead. This may also mean that you might need two separated Posts Block for the languages. 🙂
If you can provide us with more info, I’ll let our developers know and see if we can support it. Thanks!
Alternatively, there are also Custom CSS plugins that allow adding CSS styles per page. Then remove the post-ID from the sample CSS earlier. This works in a similar way as removing the entry header in specific post/pages.
Hi @wucheng , thanks for providing us with your sample page. We saw that your current theme is adding
::beforepseudo-elements on a lot of html tags, this may cause issues to CSS grids (which we use in a lot of our blocks), similar to what happened to your Team Member block.We suggest letting the theme author know about this so they can address it.
Here’s a quick way to get rid of the unwanted pseudo-element for the Team Member block. You can add this to your additional CSS:
.ugb-team-member:before { display: none; }- This reply was modified 7 years, 3 months ago by gambitph.
You’re right, @dtmp 🙂 Thanks for sharing the info!
Do you guys still need help with anything else? Please let me know.
Forum: Plugins
In reply to: [Stackable - Page Builder Gutenberg Blocks] Display Issues with IE11Thanks for pointing it out. 🙂 Looks like the icons aren’t appearing in IE11. I’ve made an issue for it here https://github.com/gambitph/Stackable/issues/56
If you have any further concerns or if you want to share an idea for Stackable, feel free to post them via https://github.com/gambitph/Stackable/