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

    https://www.aurelautomation.com/new/ after Enfold upgrade the the slider is smaller

    #1250956

    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

    #1250973

    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;
    }

    #1250989

    Hi unicaweb,

    DO you have some code overriding the slider template in the child theme?

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.