helpful
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] TypeError: Cannot add property className@gillespieza, thank you for the feedback. What version of WordPress are you using?
@siteussia, thank you for your feedback. I am working on a solution (which doesn’t break existing page-layouts) and will update this ticket when a new version of the plugin is ready for review.
Joe
Closing this issue out because the issue can’t be replicated at this time.
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] WordPress 5.4 Update – Missing Colored Outlines@robertallen, seems like the update fixed things for you (glad to help!)
@pjpops, can you confirm which version of the plugin you have installed alongside WordPress core 5.4? (If you haven’t done so, please try clearing your web-browser cache.)
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Problem with responsive gridHappy to help, @giammo. Be well!
Joe
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Problem with responsive gridHi Gian, thank you for the feedback .
If I understand correctly, you need each of these columns to be full-width on mobile?
If so, try adding the
.col-12class (and remove the.col-sm-12class, which is no longer needed) from each of these blocks. Here’s a preview of the result:
https://www.advancedbootstrapblocks.com/mobile-column-test/Note: when using this plugin, the
.colclass is applied to all “Column” blocks by default so you don’t need to add it again.The
.colclass makes each column into a *flexible* column on all screen-sizes, which will grow or shrink depending on the width of it’s contents. Adding the.col-12class forces this block into a full-width column on all screen resolutions–the Bootstrap 3 equivalent is the.col-xs-12class. You can then adjust the column size for larger screen sizes by adding additional column classes:col-sm-6 col-md-4 col-lg-3, etc.Please let me know if there’s anything I clarify here, or if you run into any issues in the future.
Cheers,
JoeForum: Plugins
In reply to: [Advanced Bootstrap Blocks] Plugin is loading 6 CSS files in the frontend@-bene- hopefully I didn’t hold you up (life gets in the way sometimes) but the latest release (1.1.10) should resolve the issue for you. Let me know if it gives you any trouble.
I did start working on a few other enhancements and am thinking about how to improve the background-image issue you noted–but hit a wall with a difficult programming problem. I’m tabling these efforts to focus on other things for the time being, but am happy to have circled back and seen your response here– wordpress.org is still only sending notifications sporadically, in spite of checking the ‘follow up replies’ box. =\
FYI my gut feeling is the most appropriate solution improvement to the background-image experience will be to circle back to your original feature request: adding background/text color controls to the blocks so you can set a semi-transparent overlay on top of the background-image.
Thanks for your ongoing patience/feedback!
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Plugin is loading 6 CSS files in the frontend@-bene- you are correct. The styles applied to the front-end here were intended only for the editor. Adding the single advanced-bootstrap-blocks stylesheet also enqueued the other styles from WP core.
I fixed this in my local copy of the plugin and will publish the change this weekend along with a batch of other improvements. Any other nagging issues I can look into for you during this sprint?
- This reply was modified 6 years, 3 months ago by helpful. Reason: readability
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] BUG: Anchors not saving@ouroborus I’m marking this one as resolved. Let me know if you run into any other issues.
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Columns breaking in backend using too long wordsThank you, @-bene-! Marking this one as resolved.
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Columns breaking in backend using too long wordsIndeed! If you install the latest (v1.1.8) you should find this change has been applied. You may need to clear your browser cache or refresh the page with developer tools open. Let me know if this helps or gives you any trouble!
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Columns breaking in backend using too long words@-bene- does
word-break: break-word;work for you?Note: In contrast to word-break: break-word and overflow-wrap: break-word (see overflow-wrap), word-break: break-all will create a break at the exact place where text would otherwise overflow its container (even if putting an entire word on its own line would negate the need for a break).
- This reply was modified 6 years, 4 months ago by helpful. Reason: Remove unsupported tag
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] BUG: Anchors not saving@ouroborus, thank you for the feedback.
I was only able to recreate the issue on the ABB Container block. Otherwise, the ID/anchor appears to be saving correctly on the Row, Column, and Button blocks. If you install the latest release (v1.1.7) I think you should find the issue with Container blocks not saving their IDs has been resolved.
Please let me know if the issue appears fixed on your end, or if there’s any particular improvements you would like to see made to this plugin in future releases.
Thanks again,
Joe- This reply was modified 6 years, 4 months ago by helpful. Reason: changed second occurrence of "resolved" to "fixed"
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Block outlinesThank you for testing, @-bene-
It’s true what they say about programming when you’re tired… check out v1.1.6 and let me know if it gives you any trouble.
Forum: Plugins
In reply to: [Advanced Bootstrap Blocks] Block outlines@-bene- v1.1.5 adds anchor (ID) support to Container, Row, Column, and Button blocks.