Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (2024)

PodcastNewsletterSampling & Survey Panel

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (2)Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (3)

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (4)

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (6)

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (7)

By

Sandra Black

on

23rd November 2023

in

Celebrity

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (8)

By

Sandra Black

on

23rd November 2023

in

Celebrity

Influencer Naomi Ross has shared some scary news that rocked her quiet family life, urging her followers to act upon any worries they have about their health.

The fashionista explained that her husband John has been going through a difficult time recently but that luckily his tests have now come back clear.

Today's top videos

She wrote: 'I feel like I ought to let you know, not for sympathy, but more to raise awareness that if you have any concerns with your health please book a doctor's appointment.

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (9)

Continuing, the mother-of-one wrote, 'Over the last few months we have had such a worrying time with John and his health. After lots of persistent calls, emails to get heard... he had several tests.'

'We were called into a room to be told that it's "highly likely you have bowel cancer" and assigned a nurse to help along the way.'

The scary news clearly came as a shock to the young couple, as Naomi described the horrible time they endured.

She continued: 'Further scans/ weeks go by in utter terror, mind spiraling as you can imagine of so many things... felt like an eternity we have been waiting.'

She added that this period was probably 'the most worrying time of our lives.'

However, she told fans that their minds were soon put to ease after they received John's results. 'The health angels were clearly working their magic as the tumour has come back that it is actually not malignant,' she stated.

'We are still working through lots of things behind the scenes but ultimately if it's one thing we have really taken from this, it's that life is so fragile and precious.'

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (11)

'Enjoy EVERY single moment,' she shared with followers. 'The truth is we don't know what's going to happen tomorrow (and get that second opinion if you're not 100%!!)'

Naomi and John tied the knot in Provence in France in 2022 four months after welcoming their son Beau Huxley into the world.

Read More

.

Paul Mescal's mum Dearbhla rejoices as she's told cancer is in remission

.

Kerry's captain Paudie Clifford leads the Kingdom with supportive girlfriend by his side

.

Wicklow beauty spot named best walking trail in Ireland for 2024

.

This is what Irish Eurovision singers Donna and Joseph McCaul look like now

.

Eight things you know if you've ever worked in Penneys

advertisment

'Tommy Shelby wasn't finished with me' Cillian Murphy confirms Peaky Blinders film for Netflix

All you need to know about the royal wedding between the Duke of Westminster and Olivia Henson

Rory McIlroy hugs Amanda Balionis after TV interview as she ditches her wedding ring

Trending

'Dad's a mess!' Ant McPartlin and wife Anne-Marie Corbett welcome their first child

Johnny Logan says he's 'too old' to use correct pronouns for Irish Eurovision entry Bambie Thug

'You're not wearing that out' 11 Irish mammy phrases you definitely heard growing up

'God gave us an angel instead' Heartbreak for LGFA star Mary Hulgraine as she loses her baby at 15 weeks

PICS: Dublin Wives star Virginia Macari shares stunning snaps of wedding to Peter Smurfit

'Tommy Shelby wasn't finished with me' Cillian Murphy confirms Peaky Blinders film for Netflix

Aisling Bea announces she is pregnant in the most comical way with actor Paul Rudd

Lifestyle New rooms add a sprinkle of magic to the stunning Europe Hotel in Killarney

Steal Her Style: Rosie Connolly's €29 beach co-ord is Greek holiday chic

Hit period drama The Gilded Age set to return for season three

Yellowstone spinoff series 1923 returns for season two - but fans will be disappointed

'Worst photoshop I’ve ever seen' Another photoshop fail for Kris Jenner as she poses in the sea

advertisment

Baby Reindeer star Jessica Gunning announces she is a 'big old gay'

Cat Deeley holds back tears after watching tribute to late rugby star Rob Burrow

Love Island SPOILER: Islanders get lipsing and lap dancing in first game of the series

Faye Winter issues stark reminder to fans as Love Island returns

Paul Mescal's mum Dearbhla rejoices as she's told cancer is in remission

Promoted

This nail hack makes paler polish go on perfectly with zero streaks

Steal Her Style: Rosie Connolly's €29 beach co-ord is Greek holiday chic

This nail hack makes paler polish go on perfectly with zero streaks

Steal Her Style: Rosie Connolly's €29 beach co-ord is Greek holiday chic

More: Trending

Rory McIlroy hugs Amanda Balionis after TV interview as she ditches her wedding ring

Jennifer Aniston leads the stars at The Morning Show event

Dáithí Ó Sé gets all kitted out as he spends his birthday in one of his favourite places

Copyright © 2021 – 2024 EVOKE

Podcast

Newsletter Sign UpSurvey & Sampling Panel

Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (29)Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (30)

Video: For video/audio use data-poster and preload="none": Scripts: For scripts use data-script: Script modules using require: For modules using require use data-require: */(function (window, document) { /*jshint eqnull:true */ "use strict"; var bgLoad; var uniqueUrls = {}; if (document.addEventListener && window.getComputedStyle) { bgLoad = function (url, cb) { var img = document.createElement("img"); img.onload = function () { img.onload = null; img.onerror = null; img = null; cb(); }; img.onerror = img.onload; img.src = url; if (img && img.complete && img.onload) { img.onload(); } }; addEventListener( "lazybeforeunveil", function (e) { var tmp, load, bg, poster; if (!e.defaultPrevented) { if (e.target.preload == "none") { e.target.preload = "auto"; } tmp = e.target.getAttribute("data-link"); if (tmp) { addStyleScript(tmp, true); } // handle data-script tmp = e.target.getAttribute("data-script"); if (tmp) { addStyleScript(tmp); } // handle data-require tmp = e.target.getAttribute("data-require"); if (tmp) { if (window.require) { require([tmp]); } } // handle data-bg bg = e.target.getAttribute("data-bg"); if (bg) { e.details.firesLoad = true; load = function () { e.target.style.backgroundImage = "url(" + bg + ")"; e.details.firesLoad = false; lazySizes.fire( e.target, "_lazyloaded", {}, true, true ); }; bgLoad(bg, load); } // handle data-poster poster = e.target.getAttribute("data-poster"); if (poster) { e.details.firesLoad = true; load = function () { e.target.poster = poster; e.details.firesLoad = false; lazySizes.fire( e.target, "_lazyloaded", {}, true, true ); }; bgLoad(poster, load); } } }, false ); } function addStyleScript(src, style) { if (uniqueUrls[src]) { return; } var elem = document.createElement(style ? "link" : "script"); var insertElem = document.getElementsByTagName("script")[0]; if (style) { elem.rel = "stylesheet"; elem.href = src; } else { elem.src = src; } uniqueUrls[src] = true; uniqueUrls[elem.src || elem.href] = true; insertElem.parentNode.insertBefore(elem, insertElem); }})(window, document);const defaultConfig = { endPoint: "https://euasync01.admantx.com/admantx/service", request: { key: "d4d1cdf427f06ebc6ee7e0a3ffbcaecdfbfe517eca18a41d9126f88bdb16e7f0", // API key type: "url", method: "descriptor", mode: "async", decorator: "json", filter: ["admants"], },};const targetDefault = ["categories", "feelings", "entities", "admants"];async function init() { const { request, endPoint } = defaultConfig; const { href } = window.location; // to remove query sting parameters request.body = href.substring(0, href.indexOf("?")) || href; const reqStr = JSON.stringify(request); const url = `${endPoint}?request=${reqStr}`; const headers = { "Content-Type": "text/plain", "Content-Length": reqStr.length, Connection: "keep-alive", }; const targetingP = new Promise((resolve, reject) => { fetch(url, { method: "GET", headers }) .then(async (r) => { const response = await r.json(); const { info } = response; if (info !== "OK") { reject(new Error(`Admantx fetch error: ${info}.`)); } else { const targetKeys = request.filter.includes("default") ? targetDefault : request.filter; const targeting = targetKeys .map((key) => response[key]) .filter((list) => list) .reduce( (acc, next) => [ ...acc, ...next.map((item) => item.name), ], [] ); resolve(targeting); } }) .catch(reject); }); p = Promise.resolve(targetingP); p.then(function (v) { window.admantex = v; //console.log(v); }); (window.googletag = window.googletag || {}), (window.googletag.cmd = window.googletag.cmd || []), window.googletag.cmd.push(function () { var localadmentx = window.admantex; window.googletag.pubads().setTargeting("ias-bsp", [localadmentx]); //console.log(localadmentx); }); await targetingP;}init();const searchClient = algoliasearch("Y7NNSBYQNL", "91e4e0acd0278fe408822d5ad3c3ff75");const search = instantsearch({ indexName: "evoke_live", searchClient, insights: true, searchFunction(helper) { const container = document.querySelector('#results'); const m_container = document.querySelector('#m-results'); // remove desktop results when search box is empty container.style.display = helper.state.query === '' ? 'none' : ''; // remove mobile results when search box is empty m_container.style.display = helper.state.query === '' ? 'none' : ''; // Ensure we only trigger a search when there's a query if (helper.state.query) { helper.search(); } },});search.addWidgets([ instantsearch.widgets.searchBox({ container: "#searchbox", placeholder: "search articles", autofocus: false }), instantsearch.widgets.searchBox({ container: "#m-searchbox", placeholder: "search articles", autofocus: false }), instantsearch.widgets.configure({ hitsPerPage: 12, }), instantsearch.widgets.pagination({ container: "#pagination", scrollTo: document.querySelector('#results'), }), instantsearch.widgets.pagination({ container: "#m-pagination", scrollTo: document.querySelector('#m-searchbox'), }), instantsearch.widgets.stats({ container: "#stats", }), instantsearch.widgets.stats({ container: "#m-stats", }), instantsearch.widgets.refinementList({ container: "#tags-list", attribute: "tags", limit: 5, showMore: true, }), instantsearch.widgets.refinementList({ container: "#m-tags-list", attribute: "tags", limit: 5, showMore: true, }), instantsearch.widgets.hits({ container: "#hits", templates: { item: `

{{#helpers.highlight}} { "attribute": "title", "highlightedTagName": "mark" } {{/helpers.highlight}} By {{ author }}
on {{ published_date }}

{{ published_date }}

`, }, }), instantsearch.widgets.hits({ container: "#m-hits", templates: { item: `

{{#helpers.highlight}} { "attribute": "title", "highlightedTagName": "mark" } {{/helpers.highlight}} By: {{ author }}
on {{ published_date }}

{{ published_date }}

`, }, }),]);search.start();const trendingDiv = document.getElementById('trending-posts')const contentDiv = document.getElementById('io-div')const contentArr = contentDiv.querySelectorAll('p')function moveTrending() { if (contentArr.length >= 10) { contentArr[8].insertAdjacentElement('afterend', trendingDiv) // contentDiv.insertBefore(trendingDiv, contentArr[7]) trendingDiv.style.display = 'flex' } else { contentArr[4].insertAdjacentElement('afterend', trendingDiv) // contentDiv.insertBefore(trendingDiv, contentArr[5]) trendingDiv.style.display = 'flex' }}// function moveTrending() {// if (contentArr.length >= 10) {// contentDiv.insertBefore(trendingDiv, contentArr[8])// trendingDiv.style.display = 'flex'// } else {// contentDiv.insertBefore(trendingDiv, contentArr[4])// trendingDiv.style.display = 'flex'// // console.log('hello')// }// }moveTrending()window.onload = function() {const getBBWVideo= () => { const iframeReference = document.querySelector('iframe[src^="https://dmgie.bbvms.com/"]'); if (iframeReference) { const videoContent = iframeReference.parentNode; videoContent.removeChild(iframeReference); console.log("Removed the Old BBW Video embed"); } else { console.warn("Original iframe bbwIframe not found"); }};getBBWVideo();};//EVOKE JW Player Pre Roll targeting in GAMvar adTag = "https://pubads.g.doubleclick.net/gampad/ads?iu=/5765/Evoke.ie/EV_JW_PREROLL&description_url=https%3A%2F%2Fevoke.ie%2F&tfcd=0&npa=0&sz=636x358%7C640x360&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&cust_params=";var playerInstance;var localadmentx = window.admantex;let now = new Date();//console.log("JW/Google: retrieving post id from page");gamTargeting = ('ev_post_id' + encodeURIComponent('=') + post_id_vars.postID);gamAdmentx = ('ias-bsp' + encodeURIComponent('=') + localadmentx);adTag = adTag.replace(/(cust_params[^&]+)/, '$1' + gamTargeting + encodeURIComponent('&') + gamAdmentx);//console.log("JW/Google: callback finished executing - Targeting identified: " + gamTargeting);//console.log(adTag);playerInstance = jwplayer('ev_jw_vod').setup({ playlist: 'https://cdn.jwplayer.com/v2/playlists/sH1GPNFj?search=__CONTEXTUAL__', autostart: 'true', mute: false, volume: 3, ga: {}, "floating": { "mode": 'never', }, autoPause: { 'viewability': true, }, advertising: { autoplayadsmuted: false, client: 'googima', tag: adTag, adscheduleid: 'u9NI3XXa', maxRedirects: 6 }});//EVOKE JW Player Outstream targeting in GAMlet adOutstreamTag = "https://pubads.g.doubleclick.net/gampad/ads?iu=/5765/Evoke.ie/EV_JW_Outstream&description_url=https%3A%2F%2Fevoke.ie%2F&tfcd=0&npa=0&sz=636x358%7C640x360&gdfp_req=1&output=vast&unviewed_position_start=1&env=vp&impl=s&correlator=&cust_params=";// var localadmentx = window.admantex;let latest = new Date();// console.log("JW/Google: retrieving post id from page");gamTargeting = ('ev_post_id' + encodeURIComponent('=') + post_id_vars.postID);gamAdmentx = ('ias-bsp' + encodeURIComponent('=') + localadmentx);adOutstreamTag = adOutstreamTag.replace(/(cust_params[^&]+)/, '$1' + gamTargeting + encodeURIComponent('&') + gamAdmentx);// console.log("JW/Google: callback finished executing - Targeting identified: " + gamTargeting);// console.log(adOutstreamTag);jwplayer("ev_jw_outstream").setup({ "aspectratio": "16:9", "width": "100%", "volume": "3", "advertising": { "client": "googima", "outstream": true, "tag": adOutstreamTag, "adscheduleid": "eWHQUcEC", "maxRedirects": 6, "endstate": "close" }, "displayHeading": true, "intl": { "en": { "displayHeading": "Advertisem*nt" } }, "floating": { mode: "never", } });
Influencer Naomi Ross Issues Warning To Fans After Family Health Scare (2024)
Top Articles
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 6723

Rating: 4.3 / 5 (44 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.