You could do it by adding target=”_blank” to logo-slider.php on line 428
Hi Maeve,
Could you please show an example of the implementation of “target=”_blank” to logo-slider.php on line 428″?
Regards,
Matthias
No worries. I sorted it out.
hey ptivelo…how did you do it? where exactly in the code?
thanks
Change line 428 in logo.php from:
echo '<a href="'.$data['image_links_to'].'">';
to:
echo '<a href="'.$data['image_links_to'].'" target="_blank">';
Can somebody explain how to do this in layman’s terms?
1. Connect to your webspace via FTP or in your WordPress dashboard navigate to where you can edit the source files for the plugin.
2. In the Logo Slider plugin folder open the file called logo.php
3. Find line 428 of the code, and change echo '<a href="'.$data['image_links_to'].'">';
to:
echo '<a href="'.$data['image_links_to'].'" target="_blank">';
4. Save.
5. Refresh your page with the logo slider and click a logo… it should now open in new window.