Hi there,
in the slide show at e.g. https://hotspring.de the headings are read out as H2. Can i change that? Google doesn’t find this ideal, since I have H2 headings on page 8.
Many greetings,
Martin
Hey m_reiprich,
Please go to enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php file and find
if(trim($title) != "") $title = "<h2 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h2>";
and change it to
if(trim($title) != "") $title = "<h1 {$title_styling} class='avia-caption-title' $markup_name>".trim(apply_filters('avf_slideshow_title', $title))."</h1>";
Best regards,
Jordan Shannon
Hello Jordan, I did not find this code, but the H2. I then simply changed it to an H4 – and it works! Perfect, thank you Jordan!
Hi,
No problem my friend! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon