Enigma 7.x.x error with Shortcode Ultimate
-
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 );
</p>
if ( is_front_page() ) {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 );
</p>
if ( is_front_page() ) {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]
- The topic ‘Enigma 7.x.x error with Shortcode Ultimate’ is closed to new replies.