M
M
Mad Zeed2021-06-05 15:13:59
WordPress
Mad Zeed, 2021-06-05 15:13:59

How to change widget in WPBakery Page Builder in WP?

There is a widget called HoverBox in WPBakery Page Builder - everything is ok, but some smart guy threw a heading like h2 there.

The task is to get into the code or any other method that will allow you to change the tag for these elements <h2>to .<p>

60bb69c357c30760414319.jpeg



60bb6a25be64e079808698.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladislav Chernenko, 2021-06-05
@vladchv

well, turn on the logic) so somewhere above there is: PS: look for js_composer/include/classes/shortcodes/vc-hoverbox.php along the path , line:
$primary_title = "что-то"

return '<h2' . $inline_css_string . '>' . $atts[ $tag ] . '</h2>';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question