PaulProv
Forum Replies Created
-
Hi,
Thanks for understanding my request. A single column block will need a wrapper like a row or container which is an additional html element that isnt really necessary for simple custom sections.
Plus, a single column block, for sure, has pre-styled css already to be stable whereas a simple container block can be a simple div or section block with no complicated styles in css. That makes it easy to override for devs.Thanks
Hi Devs,
I know the Container may sound not useful for columns. But I have used like a simple div container for simple things. Like when I just want a centered title on a section then below it, I want to put image blocks inside a Container. Then I make those images inside the container as slider. This way it is easier to control in js and style in css without having to override css for columns.
The default Gutenberg of WP doesnt have a Container element for simply adding new sections in a page without the need for a row and columns. Please believe me your Container element is very useful that what is seems.
I’m a dev and I prefer more control on elements in css but I also want to retain the visual editing capabilities of gutenberg.
Without the container, if I want to add a custom section as a div or section element, I will need to use Custom html block. But once I use it, I wont be able to drag and drop image elements inside it.I hope you understand how awesome your Container element is and I’ve uninstalled other Gutenberg plugins because they dont offer adding Container block that can be drag and dropped.
So many times, especially custom sections, there is not a need to add a row and columns. We just need to be able to add a container element and add other Gutenberg elements in it.
I really hope you consider my request.
Thanks and more power to your team!
Forum: Plugins
In reply to: [Advanced Gutenberg Blocks] Bring back the Container blockSorry this plugin has an almost the same name as another plugin that I was using. I was wrong. I will mark this as resolved.
This happened to our site too. The devs replaced the container block with Column manager without backwards compatibility to the container block. The result is a messed up wp editor.
We cant edit the contents of those sections inside the old containers. Can you guys add an auto replacement for those sections?Thanks
Forum: Plugins
In reply to: [GamiPress - BuddyPress integration] Auto Point award errorI see. We will disregard that.
Thanks!
Paul
Forum: Plugins
In reply to: [SuperSlider-Show] How to allow line breaks in image caption or descriptionHi Daiv,
I just realized that I failed to check the css because I was not able to stop the slideshow animation. I just saw in the css that the previous developer disabled the line break style. He set it to display:none. lol
I was surprised when I saw that.
Thanks a lot for the response. Much appreciated.
Forum: Plugins
In reply to: [SuperSlider-Show] How to allow line breaks in image caption or descriptionHi Daiv,
Thank you for your response. Here is the page: http://www.ruthihelbitz.com/?cat=22
If you’ll check the div with the class “slideshow-captions”, the
<a>element there contains a tag, but as you can see, it doesnt render the on the actual page. The line breaks arent stripped, just not recognized.In the title field of attachment editor I just put the tag as is. The posts are using the [gallery] shortcode with no other params.