ADVERTISEMENT

FASHION PULIS: Behind the shocking denouement

Published Feb 10, 2024 02:00 am

Now that separation fever has hit many high profile celebrity couples, the public is more curious about the reasons why the couple chose to dissolve their partnership.

Netizens who are not at all privy to the private lives of celebrity couples are the first to judge and accuse a party as the cause of a breakup. However, regardless of how former couples try to keep the reason, somehow rumors seep into the open.

Take the case of Quiet Performer (QP) and Handsome Dude (HD). When QP and HD admitted they were officially an item, hardly anyone expressed disagreement on the relationship of the two.

HD seemed to be the perfect person to match QP’s personality. As a showbiz personality, QP has had her share of controversies. Yet, QP preferred to not speak ill of those who have wronged her. If she did react, QP would subtly give hints and keep silent.

When QP and HD broke up, their fans could not fathom why they would uncouple. They were made for each other, as she was happy whenever they were together. Then one day, netizens noticed the signs in social media. Despite those observations, neither confirmed nor denied the news. As days passed, a surprising rumor emerged attributing the presence of an unlikely Third Party (TP).

unnamed.jpg


Allegedly, QP caught HD with TP. TP was never in the picture and linked in one way or another to HD. What QP supposedly saw was enough for their foundation to break. As the situation is delicate, the best course of action was to keep quiet. TP is not a private person, but someone who has a high profile given the responsibilities he has served over the decades. Moreover, TP is not new to the showbiz world, as well as the political sphere.

‘Oh, that is the surprise. It's so lovely, I pity you because you don't know it…’ ― Louisa May Alcott, Little Men

Supportive Friend

Over the years, Network Actor (NA) and Award Winner (AW) have been constantly seen together in showbiz events. NA and AW have kept quiet on the status of their relationship even if interviews constantly urge them to admit that they are already an item. It came to the point that seeing them has been a what-you-see is what-you-get status.

The only thing missing between NA and AW are marriage vows and their biological clocks are moving as well. Although both have had colorful love lives in the past, the present has proved to be a conundrum for their followers. Are they or are they not together? Will they be sharing a future? Apparently, the answer is a quiet no.

NA is rumored to be in the closet. No reporter has dared to ask questions on his sexuality given that AW’s presence would dispel doubts on his being straight. Further, NA has a live-in arrangement with an unnamed partner. NA’s secret is, however, open to his inner circle to which AW belongs, making her his very supportive pal.

Even if NA would want to come out, the risk is too high. Local showbiz and fans are mean to celebrities admitting their sexuality. Coming out in the local context translates into being dropped as endorsers and missing opportunities. Homophobia is real and sadly, the PH public hardly has sympathy for celebrities who out themselves.

Meanwhile, another rumor is linking NA to a Young Versatile actor (YV). Is YV the partner in the said rumor? As always, time will reveal the truth.

‘Friendship is the hardest thing in the world to explain. It’s not something you learn in school. But if you haven’t learned the meaning of friendship, you really haven’t learned anything.’ — Muhammad Ali

Follow @FashionPulis on Twitter and @fashionpulis on Instagram. Please continue to send your comments and juicy stories to [email protected]. Thank you very much for loving www.fashionpulis.com. Till next Sunday...

Related Tags

Blind Item celebrities
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.