• Just a quick bug on the Sidebar Generator –

    If you create a new sidebar and then try to remove it, you get the following error:
    “Firefox doesn’t know how to open this address, because the protocol (javacript) isn’t associated with any program.”

    The link for the ‘remove’ action is:
    javacript:void(0);

    If you refresh the page, this is no longer an issue – This should be a pretty quick/easy fix 🙂

    http://wordpress.org/extend/plugins/sidebar-generator/

Viewing 1 replies (of 1 total)
  • Thread Starter TeckniX

    (@tecknix)

    btw the issue is in the following file:
    wp-content/themes/aspire/functions/sidebar_generator.php

    removeLink.setAttribute('href', 'javacript:void(0)');
    should be
    removeLink.setAttribute('href', 'javascript:void(0)');

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sidebar Generator] Sidebar generator bug’ is closed to new replies.