ADVERTISEMENT

Mariel and Robin's daughter Isabella Padilla turns two

Published Dec 1, 2018 11:03 am
By Jane Kingsu-Cheng
“I planned the party months ago without Robin (Mariel’s husband) knowing. Everything was already set when I told him. I said ‘I have something to tell you. Isabella has been such a good girl for allowing me to work and all. She deserves a party and I am gifting her with one.’ All he could say was ‘Oo nga, good girl siya,’” Mariel Rodriguez-Padilla fondly remembers. The birthday girl Born on November 14, 2016, Maria Isabella de Padilla was named after Maria de Padilla and Isabella, the Queen of Spain. Her parents, especially Mariel, went through a lot to have the happy family that they have now. Mariel suffered two miscarriages, and no words can explain the sadness that consumed her then. Birthday girl Isabella Birthday girl Isabella (Photo by Nice Print Photography). One can imagine the trauma of trying to conceive again, but this strong woman didn’t give up. And for the third time, she got pregnant with Isabella who turned two recently. “Isabella enjoys attending parties. But, really, because she has been such a good girl. And I am so proud of her development, so I said she deserves a party! Also, because I lost a lot of weight now (compared to the first birthday party), I wanted to redeem myself in the pictures.” explains Mariel candidly. Party plans Isabella received a Minnie Mouse toy from her ninang last Christmas, and that was the start of her fondness for the Disney character. This gave Mariel the idea for “Minnie Mouse in Disneyland” party theme. Of course, she asked her sister, Kaye Garcia, to dress up the venue with a Minnie topiary. “I love that she really gave everyone the Disneyland experience through the styling of the venue!” Mariel made sure the birthday girl had a fun party. “Isabella enjoyed the bubble show by Madison Events, she was laughing at our magician Lou Hilario. She loved the LED lights show by Alab Poi Dancers. The mega slide and the mobile play gym was a big hit! She also played at the Nest Play Pad. We have photos of her just sitting on my lap laughing.” Priceless moments, indeed! As for the adult guests, they also went home with happy tummies. “They all loved the 14 food carts. They were entertained by Madison Events, Lou Hilario and Alab Poi dancers. After the party, I received text messages saying that they loved the food and the souvenir giveaways. Super happy!” Special guests who made the celebration even more special are Robin’s mom, Mama Eva, and Mariel’s uncle Dr. Eric Tamesis. “We lived with them in Delaware when I gave birth to Isabella. We were so happy that they were able to come,” shares Mariel. Robin welcomes daughter Kylie and Aljur with their son Alas. Robin welcomes daughter Kylie and Aljur with their son Alas (Photo by Nice Print Photography). LJ Moreno with Calen and Keona, Ruffa Mae Quinto with Athena, Mariel, Isabella, Robin, and Jimmy Alapag with Ian. LJ Moreno with Calen and Keona, Ruffa Mae Quinto with Athena, Mariel, Isabella, Robin, and Jimmy Alapag with Ian (Photo by Nice Print Photography). Wish for their little girl “Isabella is sweet, intelligent, witty, and funny. She has a strong personality. She is everything I prayed for and more! My wish for Isabella is for her to continue being the loving sweet baby girl that I know. May her hunger for learning and exploring continue to flourish.” We also asked Mariel how life has been with Isabella around, “It has been my best role ever! It is my honor to be called her mom.” Mariel’s party-planning tips:
  • At parties, you need to make sure the kids are entertained. Aside from the program, there should be activities they can do like the Nest Play Pad, smart play (they have kinetic sand and mega blocks so the kids can use their creativity), crafts and party bucket (where they can paint and decorate cookies, plus much more). Of course, you should get Adas Wonderland Party Needs for your inflatables and play gym! The kids love that!
  • I also suggest getting a good coordinator like Party Starters, because it is really time consuming when you plan a party so it helps that someone else will help you get everything together.
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.