Alexis Pandaan
Forum Replies Created
-
Hi @christinacatwoo ! We’re unable to recreate your issue with the image slider and styled list blocks so far. Have you tried using the blocks on posts that doesn’t use Elementor templates? Our blocks aren’t fully compatible with third-party editors.
Also, your active theme could also affect the appearance of the blocks. Please switch to one of the default themes (Twenty Twenty-three, Twenty Twenty-two, etc.) and check again if anything changes.
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Responsive alignmentHi @martavanaga ! You’re using long words within the number boxes. In your case, the best option would be displaying the columns vertically instead of horizontally. This is how the default style we have for this situation handles this, but the code snippet we gave overrode this.
You can replace the snippet we gave you earlier with this, which should accomplish both centering the number boxes and giving enough space for the content within them:
@media screen and (max-width: 800px){ .ub-number-box .ub-number-panel{ width: 100%; } }
Please let us know how it goes this time.
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Responsive alignmentHi @martavanaga! Thanks for letting us know. Upon further inspection, we noticed that you have several styled box types on your page. While most of them are displayed normally, the number boxes stand out for being aligned to the left instead of being centered. For that case, you can use the following code snippet in your custom CSS to ensure that all number boxes on your page are centered:
@media screen and (max-width: 800px){ .ub-number-box { display: flex; } }
Please let us know how it goes and whether or not the other styled box formats on the page are not working as expected.
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Space between Styled ListHi @adityathakur ! WordPress changed the way lists are being handled in the editor. We had to remove the space between styled list items during the transition to the new format (which turned out to be more complicated than expected). We’ll check if restoring it in a way that would be compatible with the new format would be possible, however.
In the meantime, you may use the following custom CSS snippet for removing the space between styled list blocks on your page:
.ub_styled_list{ margin-bottom: 0; }
Please let us know how it goes.
Hi @ukandrzej ! We’ve released a new version of the plugin that includes a fix for the issue you noticed in the social share block. The links should now contain an “aria-label” attribute and should not be flagged anymore by PageSpeed Insights. Please update to the latest version of the plugin and let us know how it goes.
Hi @mortenslarsen ! We’ve released a new version of the plugin that fixes the issue with the content toggle block. Please upgrade to the latest version and let us know if the content toggle block now works properly.
Hi @beckythames , @yogendrarai and @jmpc ! We’ve released a new version of the plugin that fixes the issue with the content toggle block. Please upgrade to the latest version and let us know if the content toggle block now works without the workaround.
Hi @ostinatofreak ! We’ve released a new version of the plugin that fixes the issue with the content toggle block. Please upgrade to the latest version and let us know if the content toggle block now works without the workaround.
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Blocks disappeared after updateHi @juma93 ! We’ve released a new version of the plugin that fixes the issue you had with running it on an older version of WordPress. Please update to the latest version and let us know how it goes.
Hi @katieasccc ! We’ve released a new version of the plugin that fixes the issue with the content toggle block. Please upgrade to the latest version and let us know if the content toggle block now works without the workaround.
Hi @fmfernandes ! We’ve released a new version of the plugin, which includes a way for adding transparency values to the colors picked for the content toggle block. Please update to the latest version of the plugin and let us know how it goes.
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] PHP 8.0 – WarningHi @rockschtar ! We’ve just released a new version of the plugin that includes a fix for this specific issue. Please upgrade to the latest version and let us know how it goes.
Hi @hongpong ! We’ve just released a new version of the plugin that includes a fix for this issue in particular. Please upgrade to the latest version and let us know how it goes.
Forum: Plugins
In reply to: [Ultimate Blocks - WordPress Blocks Plugin] Nested Content ToggleHi @greentreefrog ! A recent update to the way WordPress handles blocks that contains inner blocks introduced bugs to the rendering of our content toggle block. We’ll be including a fix for this to the upcoming version of the plugin, which would hopefully render your custom fix redundant. We’ll let you know when it becomes available.
HI @pixx ! Our Table of Contents block is intended to work with the core heading blocks available in the block editor and various equivalents available in Ultimate Blocks and other third-party plugins. If the existing post isn’t made with the block editor, our table of contents block won’t be able to detect the content, so your workaround is exactly what we’d recommend to anyone else who’d experience this issue.