Option to add a clean container without junk html #28186
speedxcz
started this conversation in
Feature Request
Replies: 1 comment
|
I am also looking forward to this feature!!! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Prerequisites
What problem is your feature request going to solve? Please describe..
Hi, very often I run into the problem that any element added to the page contains an extreme amount of junk html css code. I want to add an H3 heading to an already existing structure, immediately there is an extra 1kb of junk html. I want to insert a shortcode into the loop template, immediately 1kb (times the number of repetitions) of html is added to it, which is not used for anything.
. I think this would take the builder to a completely different level.It would be possible to add a container, feel free to call it expert container or super container. Feel free to have its own power button with a warning of its own danger in the Elemntor settings. Above all, such a container should have no or only minimal html code
Describe the solution you'd like.
This is it:
<div>Custom content shortcode</div>Instead of the existing one:
Describe alternatives you've considered.
No response
Additional context
No response
Agreement
All reactions