Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Animation issues related to full width slider #1333829

    Hi Rikard,
    Thanks for your response.
    I did try updating, and it did not solve the issue.

    Actually it created 2 other bugs, that’s why i did not keep the new update :
    – the text on the layer slider on the home page does not show up
    – I created a shortcode that does not work anymore with the new enfold update
    function av_breadcrumbs_shortcode( $atts ) {
    if (function_exists(‘avia_breadcrumbs’)) {
    return avia_breadcrumbs(array(‘separator’ => ‘/’, ‘richsnippet’ => true));
    } else return ”;
    }
    add_shortcode( ‘pipgen_breadcrumbs’, ‘av_breadcrumbs_shortcode’ );

Viewing 1 post (of 1 total)