• The plugin is simple and lightweight and it works fantastic.

    I just wish that the shortcode is simpler like this [lightacc][/lightacc] .

    The [lightweight-accordion][/lightweight-accordion] is just too long an cumbersome if you have say 30 or 40 accordions you want to add in a page.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andy Feliciotti

    (@someguy9)

    Thank you for the kind review @lelaiskandar! If you want to add an alias for the accordion you can using this code snippet.

    This will force the accordion to also use the ‘la’ shortcode and include the correct stylesheet on all pages.

    Hope this helps!

    add_shortcode('la', 'lightweight_accordion_shortcode');
    wp_enqueue_style('lightweight-accordion', WP_PLUGIN_URL . '/lightweight-accordion/lightweight-accordion.css', array());
    Thread Starter JomJalan

    (@lelaiskandar)

    Wow Andy! Thank you so much for the help.

    I’ll certainly use that suggestion.

    Again, thanks for the creating this plugin and topping it up with lightning response and giving a simple solution to my prob.

    You’re simply awesome!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I wish the shortcode is short’ is closed to new replies.