Viewing 3 replies - 1 through 3 (of 3 total)
  • Same problem :

    Notice: Undefined index: classname in… /wordpress/wp-content/plugins/image-widget/image-widget.php on line 184

    Solution :
    image-widget.php :
    Line 205 :
    echo '<p class="'.$this->widget_ops['classname'].'-description" >';
    + echo '<p class="'.$this->widget_options['classname'].'-description" >';
    Line 184 :
    echo '<a class="'.$instance['classname'].'-image-link" href="'.$instance['link'].'" target="'.$instance['linktarget'].'">';
    + echo '<a class="'.$this->widget_options['classname'].'-image-link" href="'.$instance['link'].'" target="'.$instance['linktarget'].'">';

    HGU Thank you!!! I’m testing this out now and if it works i’ll post an update right away.

    I’ve posted a fix to this in version 3.1.2. Please confirm and if it works, please mark resolved. thanks!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Image Widget] Image widget prevents validation in xhtml 1.0 trans’ is closed to new replies.