New window sized
-
Thank you for a perfect plugin, I did make one change to open the windows in a smaller window.
Around line 333 i changed it toecho('<a href="' . $this->processUrl($this->services[$element]['url'], $homeTitle, $homeDescription, $homeURL) . '"onclick="window.open(this.href,\'targetWindow\',\'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=600\'); return false;" ><span class="tssw-icon tssw-' . $this->services[$element]['slug'] . '"></span><span class="tssw-tooltip">' . $this->services[$element]['label'] . '</span></a>');and on line 343 I change it to
echo(‘processUrl($service[‘url’], $homeTitle, $homeDescription, $homeURL) . ‘”onclick=”window.open(this.href,\’targetWindow\’,\’toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=600,height=600\’); return false;”><span class=”tssw-icon tssw-‘ . $service[‘slug’] . ‘”></span><span class=”tssw-tooltip”>’ . $service[‘label’] . ‘</span>‘);`Thanks again for a great plugin
Lee
`
The topic ‘New window sized’ is closed to new replies.