Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ikeralbeniz

    (@ikeralbeniz)

    on main page <?php wp_footer(); ?> seems not to be working correctly.. and do not add javascript to load

    Thread Starter ikeralbeniz

    (@ikeralbeniz)

    i have been serachng in code and i can see that in the function maybe_output_scripts() $this->usedbrushes is empty..

    Thread Starter ikeralbeniz

    (@ikeralbeniz)

    finally i have found the error:

    in main page i use the_excerpt() function so i only show a description..

    i have added a filter on syntaxhighlighter.php

    add_filter( ‘the_excerpt’,array(&$this, ‘parse_shortcodes’),7 ); // Posts

    i think this would be nice to be added on official release

    Plugin Contributor viper007bond

    (@viper007bond)

    I will not be adding such a feature. The excerpt is meant for displaying a short excerpt (no formatting, videos, etc.).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: SyntaxHighlighter Evolved] Plugin do not work in main page’ is closed to new replies.