Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #677427

    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?

    #678911

    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

    #679498

    Hi Yigit,
    it has changed to h3. Thanks a lot.

    #679500

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘change toggler title to h3’ is closed to new replies.