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

    (@ellebillias)

    I was able to get this to work by adding these two extra lines of code to widget-admin.php inserted after Line 38

    <option value="_top"<?php selected( $instance['linktarget'], '_top' ); ?>><?php _e('Open Top Window', $this->pluginDomain); ?></option>
    	<option value="_parent"<?php selected( $instance['linktarget'], '_parent' ); ?>><?php _e('Open Parent Window', $this->pluginDomain); ?></option>

    Could this possibly be included in the plugin as I’m sure others would find the extra options valuable.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Image Widget] need another link target _top or _parent’ is closed to new replies.