You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any bug report that doesn't include a Sandbox link or replication steps will be closed. If you can't provide these pieces of information, we're happy to help you via our official support channel instead: https://oxygenbuilder.com/support. You need to select "Something's broken and I need help" from the dropdown box on the left.
Describe the bug
I can not add Attributes to the Inner Content competent even though it lets me in the builder. They do not show up when viewing the website live. I've added the attributes to the sandbox below.
When reviewing the component's PHP it looks like the CT_Inner_content class doesn't include <?php do_action("oxygen_vsb_component_attr", $options, $this->options['tag']); ?>
Thanks Phe! That's what I've resorted to moving forward after hearing from
others on the Facebook group that's how they get around this. But I don't
want to add even more dom elements than are necessary. Isn't that part of
Oxygen's mantra of lightweight code?
I'm not intending to be difficult here, but that component has all the
advanced options available for me to edit in the builder. So I feel like it
should allow for taking advantage of all of them. This doesn't feel like a
feature request to me.
If the Inner Content component isn't intended for being editable, then the
UI elements shouldn't be available. Any other plugin this would be
considered a bug to not be able to use features that I can manipulate in
the backend.
Any bug report that doesn't include a Sandbox link or replication steps will be closed. If you can't provide these pieces of information, we're happy to help you via our official support channel instead: https://oxygenbuilder.com/support. You need to select "Something's broken and I need help" from the dropdown box on the left.
Describe the bug
I can not add Attributes to the Inner Content competent even though it lets me in the builder. They do not show up when viewing the website live. I've added the attributes to the sandbox below.
When reviewing the component's PHP it looks like the CT_Inner_content class doesn't include
<?php do_action("oxygen_vsb_component_attr", $options, $this->options['tag']); ?>
A link to a Sandbox site where the bug has been reproduced https://oxygenbuilder.com/try? (REQUIRED)
Provide the link to a Sandbox install where the issue is present. If the issue only exists on a specific post or template, provide a direct link to that post or template.
https://oxygen-q9qzfnbfrj82l.oxygen-demo.qsandbox.org/
IF YOU CAN'T PROVIDE A SANDBOX REPRODUCTION: Steps required to reproduce the bug:
Steps to reproduce the behavior:
role=main
for accessibility.The text was updated successfully, but these errors were encountered: