ADVERTISEMENT

Alex and Jerald share personal stories about moving on

Published Sep 11, 2018 07:08 am
Breakup happens and the healing process is never painless. But Alex Gonzaga offers advice on how to move on in the “easiest” way possible. No stranger to heartbreak, she even wrote a book about it. A scene from ‘Nakalimutan Ko Nang Kalimutan Ka' (mb.com.ph) A scene from ‘Nakalimutan Ko Nang Kalimutan Ka' According to the  comedy actress,, the first step is to acknowledge you were rejected. There was a time Alex went to an ex-boyfriend’s house to get it straight from him that their relationship has gone kaput. “I’m that kind of person who wants to hurt myself more and more until I'm left with no more choice but to move on,” she admitted. “You can call me, ‘tanga,’ ‘masokista,’ but, at least I can say that I did everything for him to comeback. So if that didn’t work out, then it’s my time to move on.” Though there’s no shortcut to moving on, Alex reminded the pain doesn’t last forever. “You have to fake it 'till you make it," were her words of wisdom. “You have to convince yourself first that you’re okay. You remind yourself that you need to move on. Soon enough, you will wake up and realize that you’re already over it. You forget all the pain and you’ve moved on.” In the case of Jerald Napoles, he recalled the time he stalked his ex-girlfriend. After a while, the comedian realized it is worth nothing and he accepted that the girl would never be in his arms again. Thankfully, he said, she went abroad. “I think that made it easier for me because she left so that meant I had no choice but to move on,” he said. According to him, the best way to be done with your ex is to stop all contact with him or her. However, Jerald warned that you cannot totally forget your ex, unless you’re suffering from amnesia. “Wounds heal, but marks are left behind. We have to remember that once a guy or a girl becomes part of your life, you can never forget them especially if you have good memories together. You just need to condition yourself that it’s over and that moving on is the best for you two.” Noted. Not your typical ‘hugot’ film The topic was brought up in relation to Alex and Jerald’s movie “Nakalimutan Ko Nang Kalimutan Ka.” Watching the trailer uploaded online, the film promises to be fun with plenty of “hugot” lines. In one scene, Alex’s job interview turns awkward when a question summoned the ghost of past heartbreaks and loneliness. “It’s about realism with a bit of fantasy. Like, if there’s a clinic, and it can remove all the pain and the memories, would you do it? There are a lot of symbolisms in this film,” she explained. “Nakalimutan” is about Jaz Cruz (Alex). Reeling from a failed relationship, she considers undergoing an operation to switch hearts after she was promised that this will rid her of her memories with a former boyfriend. Still undecided, she hops on a van with her male best friend (Jerald) and travels her grief away to Bataan. Actor-turned-director The film marks the directorial debut of Ex-“Pinoy Big Brother” housemate Fifth Solomon. He also wrote the script. Directing has always been his passion, he said. The cast and crew of ‘Nakalimutan Ko Nang Kalimutan Ka' (mb.com.ph) The cast and crew of ‘Nakalimutan Ko Nang Kalimutan Ka' “I actually tried acting but I felt a bit lost, I became tired. So I went to Australia and studied Masters Degree in Media,” he shared. Talking more about the movie, Fifth said the title was derived from the poem of one spoken word artist. They initially planned to submit it to a film festival but they didn’t make the deadline. If anything, the director is confident “Nakalimutan” would be a successful film. Produced by Wilbros Films, an off-shoot of the concert and events producer Wilbros Live, “Nakalimutan Ko Nang Kalimutan Ka” also stars Vin Abrenica, Candy Pangilinan, Jason Gainza, Loisa Andalio, Alora Sasam, Joj Agpangan, Jai Agpangan, Ricci Chan, Juan Miguel Severo, and Keiko Necesario. The movie opens on Sept. 19 in cinemas nationwide.
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.