Hello enfold team,
the toggler-title is defined as p. Because of SEO I want to set the toggler title as h3. Could you help me with this?
Hey vnfan,
Please go to enfold/config-templatebuilder/avia-shortcodes/toggles.php and find
$output .= '
'.$toggle_atts['title'].'<span class="toggle_icon">';
$output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span>
';
and change it to
$output .= '
<h3 data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.'" '.$markup_title.'>'.$toggle_atts['title'].'<span class="toggle_icon">';
$output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></h3>
';
If you are using a child theme, please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit
Hi Yigit,
it has changed to h3. Thanks a lot.
Hi,
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit