ADVERTISEMENT

Did Cherie Gil dump a teleserye?

Published May 8, 2021 06:50 pm

It seems that Cherie Gil is no longer interested nor motivated in investing her time and talent to a certain TV series.

Nothing has been confirmed yet but the awarded actress already took to social media to announce her decision to dump the yet-to-be named-teleserye due to, among others, her efforts not being "seen and met in the same light and given equal energy."

She wrote on Facebook:

"There comes a time in your life when you have to make a very important decision albeit difficult and even painful. Finding a balance is crucial especially when held back by circumstances that don't foster mental, emotional and spiritual growth.

"I found myself in such a situation. And believe me, it wasn't impulsive as I tend to be in the past. It took a long excruciating process to look at the whole situation through the lenses of critical thought, analysis, neuroses, counsel, reflection, meditation and most of all prayer.

"Finally, the signs were everywhere and it couldn't be any clearer.

"To my deep sadness, I finally had to leave a soap half way through. And to be honest, for a committed actor such as myself, I would have wanted to see my character within the story till its end.

"It is during these most uncertain times that propelled me in fact to revisit and question my WHY in all that I do from here on.

"48 years knowing and doing that one thing I love most which is to ACT, led me to this point.

"Was It all really worth it, I ask myself. The time, the energy, the heart, the tears , the sleepless nights and long hours, the devotion, the dedication, the respect and reverence invested to the work?

"It is disheartening and blatantly frustrating when it isn't seen and met in the same light and given equal energy. I have always believed that any form of creativity blossoms from collaboration and a unified goal.

"The whole process of this work is SACRED to me. Without this process, there is no joy to be found, no minds to learn from and no point!

"As I have always been told, THERE ARE NO SHORT CUTS. In anything. Otherwise, we limit ourselves from our potential and will only lead to chronic mediocrity.

"But the one thing I am sure, is that I HAVE NO REGRETS. Is it now all worth it? Well... It better be. I have to constantly remind myself that it was.

"Just as the layers of the many of characters I have had to shed each time I ended a film, a play or a tv series before, this is that one more layer I am shedding. Perhaps, the most necessary and important one.

"I know I will be paying the price for this as there may be a lot at stake. But I am willing and ready now to settle the deal and move forward. Towards what, I am still figuring out but it is the uncertainty that makes it all the more exciting and l am looking forward.

"I am now leaving those pieces behind that don't serve anymore. I have held on too long for reasons that were good until this moment. Am I going to loose my shirt along the way being single and middle aged ? Perhaps I will.

"BUT....

"I am BECOMING. For better or for worse, I AM ."

Note that prior, Cherie was announced among cast members of GMA-7's "Legal Wives."

Related Tags

Legal Wives Cherie Gil
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.