”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
According to William Beltran of SuperLuchas.com (via PWInsider), numerous sections remained empty throughout the show, especially “around ringside, in the luxury boxes, and along the aisles.” The upper sections, which had the cheapest tickets, “appeared to have the strongest attendance.” Reportedly, less than half of the arena was filled.
Interestingly, WWE’s Guadalajara crowd was smaller than what the company has attracted during previous visits to the city. The report suggested that WWE’s busy schedule in Mexico could have played a role, with SmackDown and RAW episodes also scheduled during the same tour.
Also, the following night in Monterrey, Mexico (September 10) did not appear to be a well-attended event for the promotion. Photos showed numerous empty seats despite several top stars being advertised. You can check out one of those pictures from Arena Monterrey below:
Fans Complained About Something Else At WWE’s Live Event In Guadalajara, Mexico
Regarding the Guadalajara show, fans apparently took to social media to complain about merchandise prices inside the arena, with some official items carrying hefty price tags. You can check out the reported merch prices ($1 USD = $16.90 MXN) below:
- T-shirts: US$38.46
- Hats: US$29.59
- Necklaces: US$17.75
- Masks: US$76.92
- Gloves: US$35.50
- Autographed photos: US$29.59
- Funko Pops: US$20.71
- World Heavyweight Championship belt: US$665.68
- Undisputed Championship belt: US$665.68
- Poker Mini Championship belt: US$118.34
- Rhodes Weasel’s Championship belt: US$207.10
- World Heavyweight Championship toy belt: US$36.98
To make matters worse, another reason behind fan frustration was Gunther’s absence from the live event. The star had been advertised to wrestle CM Punk and Kevin Owens (triple-threat match) in Guadalajara. However, Gunther did not show up, and Punk ended up fighting Sami Zayn instead.
As far as fan attendance is concerned, it should be interesting to see if the situation improves anytime soon. Even WWE NXT suffered from a crowd-related issue last month.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/rumor-breaking-bad-news-for-wwe-empty-seats-report?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













