https://www.aurelautomation.com/new/ after Enfold upgrade the the slider is smaller
Hey Stefano,
Please try to toggle the css and JavaScript merging in the Theme Options > Performance, try clearing the cache and see if the issue gets resolved.
Best regards,
Victoria
I don’t know why, nut if I remove this code in fucntion.php for setting h1,h2 etc.. tag in slide it is correct !
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;
}
Hi unicaweb,
DO you have some code overriding the slider template in the child theme?
Best regards,
Victoria