Lead #373

Company
Newton Abbot Chiropractic Centre Ltd
Website
http://newtonabbotchiropractic.co.uk
Best Contact
Melanie Carpenter — Owner/Founder
Email
reception@newtonabbotchiropractic.co.uk (person)

Override

Captured Pages

View text

                    
View text

                    
View text

                    
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Our clinic We have first class modern and bright facilities with plenty of parking, easy access, disabled parking, extended opening hours and we are the only clinic in the area with in-house X-ray facilities.Our disabled parking (2 spaces) is in front of the building with car access to the right.Our extended parking (14 spaces) is to the left of the building. Our team Chiropractors Nick GrimshawMChiro., DC. I first became interested in the health of the musculo-skeletal system whilst working in the field of spinal rehabilitation/personal training in Newton Abbot, but soon realised my passion to help people improve their physical function, lay in becoming a chiropractor.Read moreShow lessFive Years later in 2010, I graduated from the Welsh Institute of Chiropractic and for a short time worked in Barnstaple, before taking up a position here at Newton Abbot Chiropractic Centre in 2011. Specialising in the general practice of Chiropractic, I utilise spinal manipulative therapy, massage, Kinesiology taping, acupuncture (dry needling) and ergonomic/exercise advice to treat a vast spectrum of musculoskeletal disorders from chronic arthritic conditions to sports injuries.I am a family man, who if time allows, like nothing better than keeping fit by either running, cycling or going to the gym. With my involvement in sports I have gained a greater understanding of both acute and chronic conditions in this area. Melanie CarpenterMRCC., DC. I have developed my skills in General Chiropractic care over the past 35 years. I graduated from the Anglo-European Chiropractic College in Bournemouth in 1988 and returned to my home town of Newton Abbot to work, setting up the Newton Abbot Chiropractic Centre in 1992.Read moreShow lessMy practice is broad based and even after 35 years, I still enjoy every minute in practice. I have developed a busy family practice and thrive on the many challenges posed by all the different age groups I treat, from 0-99!! I vary my approach to suit every patient’s needs but predominantly use Diversified technique (the most widely used amongst Chiropractors) and add to this by utilising massage and long wave ultrasound to relax musculature. I am also qualified in dry needling.I am passionate about continually updating my knowledge and skills to remain at the forefront of chiropractic care. Having an interest in rehabilitation, I particularly like advising and teaching patients how they can look after themselves as well as treating them in the clinic. I enjoy family time, reading and all things vintage. Chantelle EdmondsBSc., MRCC., DC. Chantelle qualified as a Chiropractor in 1996 and has worked at the Newton Abbot Chiropractic Centre since 1997. She is a member of the BCA (British Chiropractic Association) and the RCC (Royal College of Chiropractors).Read moreShow lessDuring this time Chantelle has undergone a magnitude of wide-ranging postgraduate education to further enhance her skill set in helping patients. These include Dry Needling (musculoskeletal acupuncture), SOT (Sacro-Occipital Technique), and various Paediatric courses, amongst others. However, by far her most utilised therapy technique in recent years is in Rehabilitation.Chantelle says, “After providing symptomatic relief through our effective hands-on Chiropractic techniques, I believe it is most important that the patientʼs nervous system relearns some of the motor control that may have been lacking, often through an old trauma. This requires frequently working on improving areas that might not seem directly related to the problem, like Breathing patterns or foot dysfunction.”Chantelle often uses Kinesiotaping with specific exercises to facilitate improved function and create newly enhanced awareness of movement. “ Relearning efficient movement patterns and creating a locus of control and confidence within the patient is a powerful change to implement. This can go a long way to limiting chronicity and recurrent painful episodes.” This is why Chantelleʼs treatment room is full of exercise bands, balls and foam rollers. No one leaves without some form of home exercise to reinforce the new movement pathways. This approach can benefit patients of all agesas the nervous system is always open to change.Chantelle is currently studying the DNS (Dynamic Neuromuscular Stabilisation) Course modules and hopes to become a certified Practitioner in the years to come.In her spare time Chantelle is busy with her two daughters, being a Mum taxi to their various activities and clubs, and walking two boisterous dogs. She is also a keen advocate for healthy eating and spends a lot of time in the kitchen meal prepping,experimenting and organising the family meals. Clinic team PerPractice Manager CathyReception Manager HelenClinic Assistant AdelClinic Assistant AnnaClinic Assistant LauraClinic Assistant WendyClinic Assistant About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":20,"title":"About%20us%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads\/2019\/07\/DSC_0097_HDR-13-1024x680.jpg"}}; const com_options = {"colomatduration":"fast","colomatslideEffect":"slideFade","colomatpauseInit":"","colomattouchstart":""} wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Get In touch Leave us a message and a member of the clinic team will respond within 24 hours during normal practice hours. Name Email Telephone Subject Your message Submit enquiry Tel: 01626 20 20 26 Newton Abbot Chiropractic Centre Ltd 25-26 Devon Square, Newton Abbot, Devon, TQ12 2HH. Outside clinic hours For out of hours emergencies please leave a message on our answer machine. About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":364,"title":"Contact%20us%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":false}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Get In touch Leave us a message and a member of the clinic team will respond within 24 hours during normal practice hours. Name Email Telephone Subject Your message Submit enquiry Tel: 01626 20 20 26 Newton Abbot Chiropractic Centre Ltd 25-26 Devon Square, Newton Abbot, Devon, TQ12 2HH. Outside clinic hours For out of hours emergencies please leave a message on our answer machine. About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"http:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":364,"title":"Contact%20us%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":false}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"http:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"http:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
Emails: reception@newtonabbotchiropractic.co.uk
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Treatments Headache & migraine Headaches are very common, and there are many different types and causes; people often suffer from more than one type. Even more debilitating are migraines – severe headaches which can last for several days, and may also be accompanied by dizziness, nausea, irritability, and vision disturbances. Some forms of migraine appear to stem from nerve stress in the vertebrae of the neck or may, again, be triggered by muscle tension.Your chiropractor is trained to diagnose the cause of your headache, and treat you accordingly, or refer you elsewhere if appropriate. Treatment involves specific adjustments, particularly to the neck and upper back, and soft tissue massage. This may also reduce the frequency or severity of some forms of migraine and allows the body to return to normal function and bring lasting relief. You may also be given an appropriate rehabilitation and maintenance plan to prevent a recurrence of the problem. Explore more treatments Back pain & disc problems View treatment » Children & pregnant women View treatment » Neck pain View treatment » Become a patient Please download the patient registration form, complete in your own time and handwriting and email the form to the clinic when completed. We will contact you within 24 hours, if not before, to let you know if our chiropractors can help you. If not, we will recommend where to go for help. Download form Approved chiropractor We are approved by the following private health insurance providers. Get in touch Got a question or wish to book an appointment? Please contact our team today and we will do our best to help out. Name Email Telephone Subject Your message Submit enquiry Prefer to speak? Call us on 01626 202026 or you can email us reception@newtonabbotchiropractic.co.uk About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":214,"title":"Headache%20%26%20migraine%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads\/2019\/07\/DEP_0310-95-1024x681.jpg"}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Our clinic We have first class modern and bright facilities with plenty of parking, easy access, disabled parking, extended opening hours and we are the only clinic in the area with in-house X-ray facilities.Our disabled parking (2 spaces) is in front of the building with car access to the right.Our extended parking (14 spaces) is to the left of the building. Our team Chiropractors Nick GrimshawMChiro., DC. I first became interested in the health of the musculo-skeletal system whilst working in the field of spinal rehabilitation/personal training in Newton Abbot, but soon realised my passion to help people improve their physical function, lay in becoming a chiropractor.Read moreShow lessFive Years later in 2010, I graduated from the Welsh Institute of Chiropractic and for a short time worked in Barnstaple, before taking up a position here at Newton Abbot Chiropractic Centre in 2011. Specialising in the general practice of Chiropractic, I utilise spinal manipulative therapy, massage, Kinesiology taping, acupuncture (dry needling) and ergonomic/exercise advice to treat a vast spectrum of musculoskeletal disorders from chronic arthritic conditions to sports injuries.I am a family man, who if time allows, like nothing better than keeping fit by either running, cycling or going to the gym. With my involvement in sports I have gained a greater understanding of both acute and chronic conditions in this area. Melanie CarpenterMRCC., DC. I have developed my skills in General Chiropractic care over the past 35 years. I graduated from the Anglo-European Chiropractic College in Bournemouth in 1988 and returned to my home town of Newton Abbot to work, setting up the Newton Abbot Chiropractic Centre in 1992.Read moreShow lessMy practice is broad based and even after 35 years, I still enjoy every minute in practice. I have developed a busy family practice and thrive on the many challenges posed by all the different age groups I treat, from 0-99!! I vary my approach to suit every patient’s needs but predominantly use Diversified technique (the most widely used amongst Chiropractors) and add to this by utilising massage and long wave ultrasound to relax musculature. I am also qualified in dry needling.I am passionate about continually updating my knowledge and skills to remain at the forefront of chiropractic care. Having an interest in rehabilitation, I particularly like advising and teaching patients how they can look after themselves as well as treating them in the clinic. I enjoy family time, reading and all things vintage. Chantelle EdmondsBSc., MRCC., DC. Chantelle qualified as a Chiropractor in 1996 and has worked at the Newton Abbot Chiropractic Centre since 1997. She is a member of the BCA (British Chiropractic Association) and the RCC (Royal College of Chiropractors).Read moreShow lessDuring this time Chantelle has undergone a magnitude of wide-ranging postgraduate education to further enhance her skill set in helping patients. These include Dry Needling (musculoskeletal acupuncture), SOT (Sacro-Occipital Technique), and various Paediatric courses, amongst others. However, by far her most utilised therapy technique in recent years is in Rehabilitation.Chantelle says, “After providing symptomatic relief through our effective hands-on Chiropractic techniques, I believe it is most important that the patientʼs nervous system relearns some of the motor control that may have been lacking, often through an old trauma. This requires frequently working on improving areas that might not seem directly related to the problem, like Breathing patterns or foot dysfunction.”Chantelle often uses Kinesiotaping with specific exercises to facilitate improved function and create newly enhanced awareness of movement. “ Relearning efficient movement patterns and creating a locus of control and confidence within the patient is a powerful change to implement. This can go a long way to limiting chronicity and recurrent painful episodes.” This is why Chantelleʼs treatment room is full of exercise bands, balls and foam rollers. No one leaves without some form of home exercise to reinforce the new movement pathways. This approach can benefit patients of all agesas the nervous system is always open to change.Chantelle is currently studying the DNS (Dynamic Neuromuscular Stabilisation) Course modules and hopes to become a certified Practitioner in the years to come.In her spare time Chantelle is busy with her two daughters, being a Mum taxi to their various activities and clubs, and walking two boisterous dogs. She is also a keen advocate for healthy eating and spends a lot of time in the kitchen meal prepping,experimenting and organising the family meals. Clinic team PerPractice Manager CathyReception Manager HelenClinic Assistant AdelClinic Assistant AnnaClinic Assistant LauraClinic Assistant WendyClinic Assistant About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"http:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":20,"title":"About%20us%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads\/2019\/07\/DSC_0097_HDR-13-1024x680.jpg"}}; const com_options = {"colomatduration":"fast","colomatslideEffect":"slideFade","colomatpauseInit":"","colomattouchstart":""} wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"http:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"http:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Get In touch Leave us a message and a member of the clinic team will respond within 24 hours during normal practice hours. Name Email Telephone Subject Your message Submit enquiry Tel: 01626 20 20 26 Newton Abbot Chiropractic Centre Ltd 25-26 Devon Square, Newton Abbot, Devon, TQ12 2HH. Outside clinic hours For out of hours emergencies please leave a message on our answer machine. About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":364,"title":"Contact%20us%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":false}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Our clinic We have first class modern and bright facilities with plenty of parking, easy access, disabled parking, extended opening hours and we are the only clinic in the area with in-house X-ray facilities.Our disabled parking (2 spaces) is in front of the building with car access to the right.Our extended parking (14 spaces) is to the left of the building. Our team Chiropractors Nick GrimshawMChiro., DC. I first became interested in the health of the musculo-skeletal system whilst working in the field of spinal rehabilitation/personal training in Newton Abbot, but soon realised my passion to help people improve their physical function, lay in becoming a chiropractor.Read moreShow lessFive Years later in 2010, I graduated from the Welsh Institute of Chiropractic and for a short time worked in Barnstaple, before taking up a position here at Newton Abbot Chiropractic Centre in 2011. Specialising in the general practice of Chiropractic, I utilise spinal manipulative therapy, massage, Kinesiology taping, acupuncture (dry needling) and ergonomic/exercise advice to treat a vast spectrum of musculoskeletal disorders from chronic arthritic conditions to sports injuries.I am a family man, who if time allows, like nothing better than keeping fit by either running, cycling or going to the gym. With my involvement in sports I have gained a greater understanding of both acute and chronic conditions in this area. Melanie CarpenterMRCC., DC. I have developed my skills in General Chiropractic care over the past 35 years. I graduated from the Anglo-European Chiropractic College in Bournemouth in 1988 and returned to my home town of Newton Abbot to work, setting up the Newton Abbot Chiropractic Centre in 1992.Read moreShow lessMy practice is broad based and even after 35 years, I still enjoy every minute in practice. I have developed a busy family practice and thrive on the many challenges posed by all the different age groups I treat, from 0-99!! I vary my approach to suit every patient’s needs but predominantly use Diversified technique (the most widely used amongst Chiropractors) and add to this by utilising massage and long wave ultrasound to relax musculature. I am also qualified in dry needling.I am passionate about continually updating my knowledge and skills to remain at the forefront of chiropractic care. Having an interest in rehabilitation, I particularly like advising and teaching patients how they can look after themselves as well as treating them in the clinic. I enjoy family time, reading and all things vintage. Chantelle EdmondsBSc., MRCC., DC. Chantelle qualified as a Chiropractor in 1996 and has worked at the Newton Abbot Chiropractic Centre since 1997. She is a member of the BCA (British Chiropractic Association) and the RCC (Royal College of Chiropractors).Read moreShow lessDuring this time Chantelle has undergone a magnitude of wide-ranging postgraduate education to further enhance her skill set in helping patients. These include Dry Needling (musculoskeletal acupuncture), SOT (Sacro-Occipital Technique), and various Paediatric courses, amongst others. However, by far her most utilised therapy technique in recent years is in Rehabilitation.Chantelle says, “After providing symptomatic relief through our effective hands-on Chiropractic techniques, I believe it is most important that the patientʼs nervous system relearns some of the motor control that may have been lacking, often through an old trauma. This requires frequently working on improving areas that might not seem directly related to the problem, like Breathing patterns or foot dysfunction.”Chantelle often uses Kinesiotaping with specific exercises to facilitate improved function and create newly enhanced awareness of movement. “ Relearning efficient movement patterns and creating a locus of control and confidence within the patient is a powerful change to implement. This can go a long way to limiting chronicity and recurrent painful episodes.” This is why Chantelleʼs treatment room is full of exercise bands, balls and foam rollers. No one leaves without some form of home exercise to reinforce the new movement pathways. This approach can benefit patients of all agesas the nervous system is always open to change.Chantelle is currently studying the DNS (Dynamic Neuromuscular Stabilisation) Course modules and hopes to become a certified Practitioner in the years to come.In her spare time Chantelle is busy with her two daughters, being a Mum taxi to their various activities and clubs, and walking two boisterous dogs. She is also a keen advocate for healthy eating and spends a lot of time in the kitchen meal prepping,experimenting and organising the family meals. Clinic team PerPractice Manager CathyReception Manager HelenClinic Assistant AdelClinic Assistant AnnaClinic Assistant LauraClinic Assistant WendyClinic Assistant About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":20,"title":"About%20us%20%7C%20Newton%20Abbot%20Chiropractic%20Centre","excerpt":"","featuredImage":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads\/2019\/07\/DSC_0097_HDR-13-1024x680.jpg"}}; const com_options = {"colomatduration":"fast","colomatslideEffect":"slideFade","colomatpauseInit":"","colomattouchstart":""} wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};
View text
Skip to content | Call us: 01626 202026 Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Home Covid-19 About us Treatments Back pain & disc problems Neck pain Joint & muscle pain Sports injuries Arthritic problems Headache & migraine Children & pregnant women Patient Information What is Chiropractic? Common techniques Chiropractic history Training and regulation X-rays Treatment Fees & New Patient Form FAQs Contact us Benefit from 70+ years of chiropractic experience The Newton Abbot Chiropractic Centre is a family run clinic. Melanie Carpenter has been in practice in Newton Abbot since 1988 and established the clinic in Devon Square in 1992. We have a wealth of experience from helping over twenty thousand patients by providing a first class Chiropractic service. About Us Our treatments Back pain Back pain affects almost everyone at some time, causing restricted movement and untold misery, stress... Neck pain Neck pain can result from muscle tension caused by stress and fatigue, and this tension often leads to headaches... Sports injury Sports injuries are very often no more than everyday problems that have been exposed when an... Headaches & Migraines Headaches are very common, and there are many different types and causes; people... View all treatments Meet our chiropractors Your team of professional chiropractors and welcoming staff and their dedication to helping you is very much the reason, we believe, for the success as the preferred choice for chiropractic healthcare in the area. Nick GrimshawMChiro, DC I first became interested in the health of the musculo-skeletal system whilst working in the field of spinal rehabilitation/personal training in Newton Abbot, but soon realised my passion to help people improve their… Read more Melanie CarpenterMRCC, DC I have developed my skills in General Chiropractic care over the past 35 years. I graduated from the Anglo-European Chiropractic College in Bournemouth in 1988 and returned to my home town of… Read more Chantelle EdmondsBSc, MRCC, DC Chantelle qualified as a Chiropractor in 1996 and has worked at the Newton Abbot Chiropractic Centre since 1997. She is a member of the BCA (British Chiropractic Association) and the RCC (Royal College… Read more What our customers say Don’t just take our word for it- we are honoured to have a loyal customer base that regularly sing our praises. Everyone was very professional and caring and did a fantastic job on my diagnosis! So glad I came. Client A Melanie has been treating me for 17 years-that speaks volumes-I wouldn’t keep coming if I didn’t get results! Client B Everyone is extremely professional, welcoming and friendly. Client C Get in touch Got a question or wish to book an appointment? Please contact our team today and we will do our best to help out. Name Email Telephone Subject Your message Submit enquiry Prefer to speak? Call us on 01626 202026. Approved chiropractor We are approved by the following private health insurance providers. If you are covered by private medical insurance you may be eligible for free Chiropractic treatment under the terms of your policy. If you believe that you have a policy that covers you, please advise a member of our staff and we will be happy to assist. Find us We are conveniently located in the centre of Newton Abbot, at 25-26 Devon Square, TQ12 2HH. There is ample parking available on site. About us The Newton Abbot Chiropractic Centre is a family run clinic that has been established since 1992 in Devon Square in Newton Abbot. We have a wealth of experience from helping over twenty thousand patients by providing a first class chiropractic service. Opening times Monday – Friday: 08:30-21:00Saturday: 08:30-12:00Sunday: Closed Sitemap Home About Us Treatments Patient Information Contact Us Memberships & accreditations © 2025 Newton Abbot Chiropractic Centre Privacy Policy Designed & Developed by Rokk. {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\/*"},{"not":{"href_matches":["\/wp-*.php","\/wp-admin\/*","\/wp-content\/uploads\/*","\/wp-content\/*","\/wp-content\/plugins\/*","\/wp-content\/themes\/hello-elementor\/*","\/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} #wp-admin-bar-new-elementor_lead{display:none}body.post-type-elementor_lead .wrap a.page-title-action{display:none} (function() { // First, track UTM parameters function getQueryParam(name) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(name); } function compressValue(value) { if (!value) return ''; try { const decodedValue = decodeURIComponent(value); return decodedValue; } catch (e) { return value; } } function saveLeadSource() { // Get UTM source first const currentUtmSource = compressValue(getQueryParam('utm_source')); // Only proceed if we have a source if (!currentUtmSource) { return; } const cookies = document.cookie.split('; '); const existingCookie = cookies.find(c => { if (!c.startsWith('lenix_utms=')) return false; try { const cookieData = JSON.parse(decodeURIComponent(c.split('=')[1])); return cookieData.lenix_utm_source !== currentUtmSource; } catch (e) { return false; } }); // If utm_source is different, save the new one if (!existingCookie) { return; } // Get UTM params without compression const data = { lenix_utm_source: currentUtmSource, lenix_utm_medium: compressValue(getQueryParam('utm_medium')), lenix_utm_campaign: compressValue(getQueryParam('utm_campaign')), lenix_utm_term: compressValue(getQueryParam('utm_term')), lenix_utm_content: compressValue(getQueryParam('utm_content')), lenix_referrer: compressValue(document.referrer), lenix_d: Math.floor(Date.now() / 1000) }; // Remove empty values Object.keys(data).forEach(key => { if (!data[key]) delete data[key]; }); try { const cookieValue = encodeURIComponent(JSON.stringify(data)); document.cookie = `lenix_utms=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { } } // New function to track first landing page function trackFirstVisit() { // Check if first visit is already tracked // add initial_referrer if (document.cookie.includes('lenix_first_visit=')) { return; } const firstVisitData = { landing_page: window.location.href, landing_page_title: document.title, first_visit_time: Math.floor(Date.now() / 1000), initial_referrer: document.referrer ? document.referrer : 'Direct' }; try { const cookieValue = encodeURIComponent(JSON.stringify(firstVisitData)); // Set cookie to expire in 30 days document.cookie = `lenix_first_visit=${cookieValue}; path=/; max-age=2592000`; if (window.location.hostname === 'localhost') { } } catch (e) { console.error('Error saving first visit data:', e); } } // Run both tracking functions saveLeadSource(); trackFirstVisit(); })(); Scroll Up const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.32.5","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"theme_builder_v2":true,"home_screen":true,"global_classes_should_enforce_capabilities":true,"e_variables":true,"cloud-library":true,"e_opt_in_v4_page":true,"import-export-customization":true,"e_pro_variables":true},"urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"287e2bd1c4"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"global_image_lightbox":"yes","active_breakpoints":["viewport_mobile","viewport_tablet"],"lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":1157,"title":"Newton%20Abbot%20Chiropractic%20Centre%20%7C%20Chiropractors%20%7C%20Newton%20Abbot%2C%20Torbay%2C%20Devon","excerpt":"","featuredImage":false}}; wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-admin\/admin-ajax.php","nonce":"96ffd06129","urls":{"assets":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/newtonabbotchiropractic.co.uk\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":false},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/newtonabbotchiropractic.co.uk\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};