Hi
For all kind of slider I want to change the caption H3 or h2 to another hn.
Best regards
Hi allen,
You can do this by editing this file in the Enfold: enfold > config-templatebuilder > avia-shortcodes > and check for files with filename that starts with slideshow_ then check for the heading tags and replace it. I would recommend using a child theme before doing the modifications.
Best regards,
Nikko
look this thread and my solution for it:
https://kriesi.at/support/topic/change-full-screen-slider-to-h1-tag/#post-819873
Hi Nikko,
check for the heading tags and replace it.?? do you mean I replace the word heading by h1
Best regards
hm – more comfortable as my files – and update secure – you can’t find.
these files comes to enfold-child/shortcodes upload them via ftp.
insert into your functions.php of your child-theme:
add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
function avia_include_shortcode_template($paths){
$template_url = get_stylesheet_directory();
array_unshift($paths, $template_url.'/shortcodes/');
return $paths;
}
to embed those files ( the original Files stay in enfold parent folder – but are now unused)
Now see in the alb element – there is now a new array where you have the choice to set the h tag as you like !
Hi,
Let us know if you still need any assistance.
Best regards,
Basilis