Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1100434

    I cannot see fullwidth easy slide, it is same of italian page

    https://www.montevento.net/en/

    #1100437

    I use shortcodes folder under my child theme for H1, H2, H3 tag on easyslider but may be this do not work using WPML ?

    function.php

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

    /shortcodes/
    av-helper-slideshow.php
    slideshow_fullsize.php
    slideshow_fullscreen.php
    slideshow.php

    #1100438

    Here login access

    #1101305

    Hi unicaweb,

    The parent theme folder structure changed a few versions ago, you might want to check it and adjust the child theme accordingly.

    Best regards,
    Victoria

    #1108771

    Fullwidth easy slider is missing in english page
    https://www.montevento.net/en/

    • This reply was modified 5 years, 5 months ago by goodpixel.
    #1108812

    Hi,

    I can’t reproduce that on my end, it’s showing fine using Chrome.

    Best regards,
    Rikard

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