• Resolved airtonjo

    (@airtonjo)


    When I upgraded from Enigma 5.33 to Enigma 7.x.x the shortcode ultimate spoiler function stopped working. I found the following line in the css_js.php file:

    <p>wp_enqueue_script('jquery.carouFredSel', get_template_directory_uri() .'/js/caroufredsel-6.2.1/jquery.caroufredsel-6.2.1.js', array('jquery'), true, true );
    if ( is_front_page() ) {
    </p>

    that I rewrote as

    <p> wp_enqueue_script('jquery.carouFredSel', get_template_directory_uri() .'/js/carouFredSel-6.2.1/jquery.carouFredSel-6.2.1.js', array('jquery'), true, true );
    if ( is_front_page() ) {
    </p>

    changing the F and S of the word “caroufredsel” from lower case to upper case and the problem was solved. The spoiler function started to work normally. Did I do the right thing?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enigma 7.x.x error with Shortcode Ultimate’ is closed to new replies.