`; // target the cover menu item const target = document.querySelector('#menu-header-uk-1 .menu-item-2911415'); // position popover to the left if the target is on the right half of the screen if (target.getBoundingClientRect().right > document.documentElement.clientWidth / 2) { popover.classList.add('left'); } target.appendChild(popover); // used to check if the article info let articleTitle = ''; function decodeHtmlEntities(str) { const txt = document.createElement('textarea'); txt.innerHTML = str; return txt.value; } // fetch info once, then show popover on hover target.addEventListener('mouseover', async () => { if (!articleTitle) { const [coverRes, articleRes] = await Promise.all([ fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268320&per_page=1&_fields[]=thumbnail_url&_fields[]=featured_media'), fetch('https://www.nme.com/wp-json/wp/v2/posts?categories=268101&per_page=1&_fields[]=title&_fields[]=link'), ]); const [cover, article] = await Promise.all([coverRes.json(), articleRes.json()]); articleTitle = decodeHtmlEntities(article[0].title.rendered); document.querySelector('#the-cover-article-title').textContent = articleTitle; document.querySelector('#the-cover-article-title').href = article[0].link; document.querySelector('#the-cover-image-link').href = article[0].link; document.querySelector('#the-cover-read-now').href = article[0].link; document.querySelectorAll('#the-cover-image').forEach((img) => { // add size modifier to the cover image url img.src = cover[0].thumbnail_url.replace(/(\.[\w\d_-]+)$/i, '-400x500$1'); }); // document.querySelector('#the-cover-image-link').href = article[0].link; } setTimeout(() => popover.classList.add('active'), 0); }); // hide popover on mouse leave target.addEventListener('mouseleave', () => { setTimeout(() => popover.classList.remove('active'), 0); }); });

Pixies announce Australia, New Zealand and European live dates

Frank Black and co set for May/June gig run

Pixies have announced that they are set to take to the live circuit later this year, playing gigs in Australia, New Zealand and Europe.

Frank Black and co, who played their classic 1989 album ‘Doolittle’ at shows last year, will have announced a series of dates starting March 12, with more set to be added.

Advertisement

They have also announced that they will play at Barcelona‘s Primavera Sound festival on May 28.

The shows have raised speculation that the tour may include UK festival appearances, although nothing has been confirmed.

Pixies will play:

Auckland Vector Arena (March 12)
Sydney Hordern Pavilion (14, 15, 16)
Brisbane Convention Centre (18)
Melbourne Festival Hall (20, 21, 22, 23)
Adelaide Thebarton Theatre (25)
Perth Belvoir Amphitheatre (27, 28)
Brisbane Convensiton Centre (30)
Primavera Sound Festival (May 28)
Antwerp Lotto Arena (May 31)
Nantes Le Zenith (June 2)
Ferrara Piazza Castello (6)
Tel Aviv (venue TBC) (9)

See the band’s official website, Pixiesmusic.com, for more information.

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories