Viewing 6 replies - 1 through 6 (of 6 total)
  • I’ve added this to copyright.html and it still doesn’t open a new page:
    <a href="{{ copyright_link }}" rel="external" title="{{ strings.view_forecast|format(wunderground.response.location.name) }}"><img src="{{logo}}" alt="Wunderground.com" width="49" height="22" /></a>

    Modifying copyright.html sounds like a good option. Your example looks just like the original though.
    Did you forget to put target="_blank"?

    Weird. Yes I added it in there. And it does nothing.

    Yes, that did the trick for me. So the full code is:

    <a href="{{ copyright_link }}" rel="external" target="_blank" title="{{ strings.view_forecast|format(wunderground.response.location.name) }}"><img src="{{logo}}" alt="Wunderground.com" width="49" height="22" /></a>

    For the sake of others who might come across this thread, Zack pointed me to this documentation regarding the correct way to modify wunderground template files. Otherwise, you’ll lose your changes on the next plugin upgrade.

    https://github.com/katzwebservices/Wunderground/#using-your-own-templates

    Just want to be sure everyone is aware of this.

    worked this time for me as well.. I had the target before the rel tag before and switched them and it worked… not sure why.

    Thread Starter Rushin

    (@rushinparmar)

    It’s works for me thank you very much

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Logo link target blank’ is closed to new replies.