`; // 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 summer tour

But their future is uncertain

Pixies have announced details of a European tour set for this summer.

Two years since the band reformed, the legends are to hit the road for seven shows in July.

Advertisement

However, according to guitarist Joey Santiago, the future for the band is uncertain.

“It will be an organic process, I guess,” he said. “After these shows, should we continue on? Should we let it rest? We really don’t know.”

For fans expecting a new Pixies’ studio album, Santiago has also warned them not to hold their breath.

“I’d only be interested if it happens in an organic manner,” he told Billboard. “If all our schedules are aligned and we’re all feeling it. That’s the only reason to do it.”

Pixies will kick off the summer shows in Slovakia on July 14 before heading to such place as Austria and Croatia, as the band “sought out places we haven’t been before” the guitarist said.

Recommended

Although Santiago would not give any clues as to what songs the band would be playing, he did say that one track they didn’t perform last time round is always in popular demand.

“There’s always a sign out for that in the crowd for ‘Dig For Fire’,” he said. “That would be a good challenge. We used to do that live but I don’t know how we did it. There’s a lot of overdubs on that one.”

The guitarist is currently scoring a Canadian documentary called ‘Radiant City’, while singer Frank Black will release his solo album ‘Fastman/Raiderman’ on June 19. Bassist Kim Deal is demoing tracks for the next Breeders album, while drummer Dave Lovering is continuing his magic career.

Pixies European tour will call at:

Advertisement

Trencin Pohoda (July 14)

St Polten Nuke (15)

Zagreb Salata (16)

Toulon Voix de Gaou (19)

Lisbon Atlantico (20)

Benicassim Festival (21)

Carhaix Les Veilles Charrues (23)

You May Also Like

Advertisement

TRENDING

Advertisement

More Stories