Lead #1182

Company
Mendip Chiropractic
Website
http://mendipchiropractic.net
Best Contact
Ben Gait — DC BSc MChiro
Email
info@mendipchiropractic.net (person)

Override

Captured Pages

View text
// returns the css to be used as a template for the theme, plus plugins using extensions function nxs_js_get_customcsstemplate(csslookup) { var u = ""; return u; } function nxs_js_getruntimecsslookup() { var result = { 'nxs-trailer': 'unused' // no trailing comma! } return result; } // returns the alpha colors available for this theme function nxs_js_getcoloralphas() { return [1,0.8,0.7,0.6,0.5,0.2,0.1,0]; } function nxs_js_getcolorsinpalette() { return ['base','c1','c2','c3']; } function nxs_js_getcolorschemeaccordingtoserverside() { var colorschemelookup = { 'color_base1_m':'#C6C6C6', 'color_base2_m':'#333333', 'color_c11_m':'#C6C6C6', 'color_c12_m':'#F7F7F7', 'color_c21_m':'#C6C6C6', 'color_c22_m':'#238937', 'color_c31_m':'#C6C6C6', 'color_c32_m':'#7FB439', 'nxs-trailer': 'unused' // no trailing comma! }; return colorschemelookup; } function nxs_js_get_manualcsstemplate() { return ".nxsiefixignored {} "; } // see #2389724 function nxs_js_geturlencodedjsonencodedquery_vars() { return "%7B%22page%22%3A0%2C%22pagename%22%3A%22first-visit-to-mendip-chiropractic%22%2C%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22first-visit-to-mendip-chiropractic%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Atrue%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22posts_per_page%22%3A10%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D"; } function nxs_js_isinfrontend() { return 1; } function nxs_js_isuserloggedin() { return false; } function nxs_js_getlocale() { return "en_GB"; } function nxs_js_enableguieffects() { return true; } function nxs_js_getcontainerpostid() { return 452; } function nxs_js_getclipboardhandler() { return "clipboard"; } function nxs_js_getcontainerpagetemplate() { return "webpage"; } function nxs_js_get_adminurladminajax() { return "https://www.mendipchiropractic.net/index.php?nxs-webmethod-queryparameter=true"; } // returns the set of possible values that could possibly be assigned to the specified styletype function nxs_js_getstyletypevalues(styletype) { var result; if (false) { // nothing to do here :) } else if (styletype == 'button_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2,2.2,2.5,2.6,3]; } else if (styletype == 'icon_scale') { result = [0.5,1,1.5,2,2.5,3]; } else if (styletype == 'title_heading') { result = ['H1','H2','H3','H4','H5','H6']; } else if (styletype == 'image_halignment') { result = ['left','right']; } else if (styletype == 'button_halignment') { result = ['left','center','right']; } else if (styletype == 'title_halignment') { result = ['left','center','right']; } else if (styletype == 'text_halignment') { result = ['left','center','right']; } else if (styletype == 'popup_trigger') { result = ['Show instantly','Show on exit intent','Show after 5 seconds delay','Show after 20 seconds delay']; } else if (styletype == 'repeatpopup_scope') { result = ['1x per request','1x per session','1x per cookie']; } else if (styletype == 'border_width') { result = [0,1,2,3,4,5,6,8,10]; } else if (styletype == 'maxheight') { result = [0.3,0.4,0.5,0.6,0.7,0.8,0.9,1,1.2,1.4,1.6,1.8,2,3]; } else if (styletype == 'maxwidth') { result = [10,20,30,40,50,60,70,80,90,100]; } else if (styletype == 'fontsize') { result = [0.8,1,1.2,1.4,1.6,1.8,2,2.2,2.4,2.6,2.8,3,4,5,6]; } else if (styletype == 'halign') { result = ['left','center','right']; } else if (styletype == 'orientation') { result = ['horizontal','vertical']; } else if (styletype == 'valign') { result = ['top','center','bottom']; } else if (styletype == 'image_size') { result = [0.75,1.0,1.5,2.0]; } else if (styletype == 'backgroundimage_repeat') { result = ['none','repeat horizontal','repeat vertical','repeat both horizontal and vertical']; } else if (styletype == 'backgroundimage_size') { result = ['as-is','cover','contain']; } else if (styletype == 'backgroundimage_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'docking_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'valid_dates') { result = ['any','past only','today and the future','tomorrow and the future']; } else if (styletype == 'fixedheader_display') { result = ['default','inline','float']; } else if (styletype == 'shadow') { result = ['default','none']; } else if (styletype == 'responsive_display') { result = ['Default','Never','480','720','960','1200','1440']; } else if (styletype == 'inpagesectionmenu_style') { result = ['blocks','blocks with icons','circles','circles with line']; } else if (styletype == 'inpagesectionmenu_items') { result = ['all sections','previous and next','previous, active section and next','previous, all sections and next']; } else if (styletype == 'inpagesectionmenu_showtitle') { result = ['Show title as tooltip on change','Show title as tooltip on hover','Always show title']; } else if (styletype == 'margin') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'padding') { result = [0,0.1,0.2,0.3,0.5,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'border_radius') { result = [0,1,2,3,4,5,10,15]; } else if (styletype == 'minheight') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'distance') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5]; } else if (styletype == 'offset') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'items_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2]; } else if (styletype == 'file_extensions') { result = ['any','PDF','images (jpg, png, gif, bmp)','videos (avi, mov, mp4, mpg, wmv)','Text (doc, docx, rtf, log, pages, txt, xls, xlsx, xlr)','Data and presentations (csv, key, pps, ppt, pptx, xml)','Audio (m4a, mp3, wav, wma)']; } else if (styletype == 'file_size') { result = ['any','250 kb','500 kb','1 mb','2 mb']; } else if (styletype == 'width_percentage') { result = ['100%','90%','80%','70%','60%','50%','40%','30%','20%','10%']; } else if (styletype == 'repeat') { result = [1,2,3,4,5,6,8,10,12,15,20]; } else if (styletype == 'flip') { result = ['none','horizontal','vertical','horizontal & vertical']; } else if (styletype == 'link_relation') { result = ['Default','Follow','No follow']; } else { nxs_js_alert('Unsupported currentstyletype;' + styletype); } return result; } function nxs_js_inwpbackend() { return false; } function nxs_js_getmaxservercsschunks() { return 4; } function nxs_js_geturlcurrentpage() { return "https://www.mendipchiropractic.net:443/first-visit-to-mendip-chiropractic/"; } function nxs_js_gettemplateurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916"; } function nxs_js_getthemeversion() { return "3.0.160825.0916"; } function nxs_js_getframeworkurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable"; } function nxs_js_userhasadminpermissions() { return false; } // TODO: use webservice to retrieve the values (+caching); lazy load! function nxs_js_gettrans(msg) { if (msg == "Loading information") { return "Transferring data"; } if (msg == "Are you sure you want to delete this row?") { return "Are you sure you want to delete this row?"; } if (msg == "Are you sure you want to close this window?") { return "Are you sure you want to close this window?"; } if (msg == "Are you sure you want to delete this page?") { return "Are you sure you want to delete this page?"; } if (msg == "Are you sure you want to delete this menu item?") { return "Are you sure you want to delete this menu item (plus child items if present)?"; } if (msg == "Editor is now disabled") { return "Editor is now disabled"; } if (msg == "Click to reactivate editor") { return "Click here to re-activate the editor"; } if (msg == "Editor is now active again") { return "Re-activated editor"; } if (msg == "Click to deactivate editor") { return "Click here to de-activate the editor"; } if (msg == "Loading page") { return "Loading page"; } if (msg == "Tip to move widget") { return "Want to move this widget? Drag the quot;move"icon of this widget to the appropriate place (the possible drop points will be highlighted)."; } if (msg == "Ignore unsaved popup data?") { return "There is unsaved data that will be lost if you continue. Are you sure you want to close the popup?"; } if (msg == "Ignore unsaved changes?") { return "Ignore unsaved changes?"; } if (msg == "Are you sure you want to remove this widget?") { return "Are you sure you want to remove this widget?"; } if (msg == "Drop here") { return "Drop here"; } if (msg == "Error transferring data. Please try again later") { return "Error transferring data. Please try again later."; } if (msg == "Enter a valid email address (yourname@example.org)") { return "Enter a valid email address"; } if (msg == "First accept the conditions") { return "First accept the conditions"; } if (msg == "One moment") { return "One moment"; } if (msg == "Drag the column layout on one of the highlighted sections") { return "Drag the column layout on one of the highlighted sections"; } if (msg == "Drag the widget on one of the highlighted sections") { return "Drag the widget on one of the highlighted sections"; } if (msg == "Widget was not moved") { return "Widget was not moved"; } if (msg == "Please enter your name") { return "Please enter your name"; } if (msg == "Please enter your email address") { return "Please enter your email address"; } if (msg == "Please enter your phone number") { return "Please enter your phone number"; } if (msg == "Please enter your message") { return "Please enter your message"; } if (msg == "Refetched SEO") { return "Refetched SEO"; } if (msg == "Refetching SEO") { return "Refetching SEO"; } if (msg == "Widgets swapped") { return "Widgets swapped"; } if (msg == "Widget is now empty") { return "Widget is now empty"; } if (msg == "menu is now disabled") { return "Menu is now disabled"; } if (msg == "Click to reactivate menu") { return "Click here to open the menu"; } if (msg == "menu is now active again") { return "Menu is now active again"; } if (msg == "Click to deactivate menu") { return "Click to close the menu"; } if (msg == "Loading script") { return "One moment ..."; } if (msg == "Invalid pagenumber") { return "Invalid pagenumber"; } return msg; } var nxsboxL10n = { loadingAnimation: "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable/images/loadingnxsbox.png" }; google.load('webfont','1'); WebFont.load ( { google: { families: [ 'Helvetica','Open Sans','' ] } } ); // instant colorshake nxs_js_colorshake(); // reshake when the window is loaded; custom css tab and color pickers could apply // the colorshake is not executed second time, if the user was not logged on jQ_nxs(window).load ( function() { nxs_js_colorshake(); nxs_js_refreshtopmenufillerheight(); } ); 01749 938 140 CALL US BECAUSEWE Can HELP YouYOU Are UniqueWE Are UniqueChiropractic is Unique Should I see a Chiropractor?Chiropractic suitable for all?TestimonialsWHO & WHEREFind UsBen Gait DC BSc MChiro SJ's Massage TherapyMerryfield Hypnotherapy Acupuncture - Viviane MaiaClinic Support TeamVirtual Office TourFOCUS TOPICSHunched and Worn Out? No! Sports Injury & PerformanceDisc Injury & Sciatica"Afferent Input" TechniquePregnancy, Babies & ChildrenHeadache & Natural HealthChiropracticPersistent Problems & Back PainHELP YOURSELF!Lower-back exercises - BasicsStraighten Up!Under constructionLATEST / BLOGHere for news/blog updates Navigation CALL US BECAUSE» WE Can HELP You» YOU Are Unique» WE Are Unique» Chiropractic is Unique » » Should I see a Chiropractor?» » Chiropractic suitable for all?» TestimonialsWHO & WHERE» Find Us» Ben Gait DC BSc MChiro » SJ's Massage Therapy» Merryfield Hypnotherapy » Acupuncture - Viviane Maia» Clinic Support Team» Virtual Office TourFOCUS TOPICS» Hunched and Worn Out? No! » Sports Injury & Performance» Disc Injury & Sciatica» "Afferent Input" Technique» Pregnancy, Babies & Children» Headache & Natural Health» Chiropractic» Persistent Problems & Back PainHELP YOURSELF!» Lower-back exercises - Basics» Straighten Up!» Under constructionLATEST / BLOG» Here for news/blog updates jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').off('click.menu_mini_expand'); jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').on('click.menu_mini_expand', function(){ nxs_js_menu_mini_expand(this, 'l354820664'); nxs_js_change_menu_mini_expand_height(this, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); var self = this; jQ_nxs(document).off('nxs_event_resizeend.menu_mini_expand'); jQ_nxs(document).on('nxs_event_resizeend.menu_mini_expand', function(){ nxs_js_change_menu_mini_expand_height(self, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); return false; }); return false; }); // opens a gallery thumbnail in a lightbox function nxs_js_opengalleryitemlightbox(element) { if (nxs_js_popup_anyobjectionsforopeningnewpopup()) { // opening a new popup is not allowed; likely some other popup is already opened return; } var galleryitem = jQuery(element).closest(".nxs-galleryitem")[0]; //nxs_js_log("galleryitem:"); //nxs_js_log(galleryitem); var galleryitemid = galleryitem.id; // bijv. nxs-galleryitem-{galleryid}-{index}-{imageid} var galleryid = galleryitemid.split("-")[2]; var index = galleryitemid.split("-")[3]; var imageid = galleryitemid.split("-")[4]; // initiate a new popupsession data as this is a new session nxs_js_popupsession_startnewcontext(); // move gallerybox sheet implementation to seperate file, not in site.php nxs_js_popup_setsessioncontext("popup_current_dimensions", "gallerybox"); nxs_js_popup_setsessioncontext("contextprocessor", "gallerybox"); nxs_js_popup_setsessioncontext("galleryid", galleryid); nxs_js_popup_setsessioncontext("imageid", imageid); nxs_js_popup_setsessioncontext("index", '' + index + ''); nxs_js_popup_setsessioncontext("containerpostid", nxs_js_getcontainerpostid()); // show the popup nxs_js_popup_navigateto_v2("detail", false); } Your First Visit to Mendip Chiropractic We aim to provide a warm welcome at Mendip Chiropractic. We try to create a relaxed environment where you feel comfortable. We are happy for you to bring a friend with you too if you prefer. You will probably meet Sue, our Chiropractic Assistant (CA), first. Sue will hand you a form to complete which collects your basic details and relevant information. It is simple and the CA is there to help but please allow 5-10 minutes for this essential step by arriving in good time. You will then meet your Chiropractor, and move to a private room for your consultation. Here you can explain your reason for attending, your goals for chiropractic care etc. This is followed by a thorough Chiropractic examination including muscle testing, postural analysis, thermal scan of your spine and detailed assessment of any injury. For the examination we usually require the removal of shirts / t-shirts so that we can observe the areas of your back, around your spine. Women can keep bras on! We provide a gown for this and you will not need to do this on routine, subsequent visits. Gowns are also available for men on request. We should soon have an understanding of what is holding you back, the nature of any associated injuries and some measurements that can be used to track your progress. If Chiropractic & Afferent Input Techniques can help you, we may be in a position to explain our approach and offer care on the spot. If it is necessary we can help you find another professional or refer you for specific tests such as x-rays. Shepton Mallet hospital has MRi and x-ray facilities. Don’t worry if at this point there has been a lot to take in. We make time to explain things and will do so again on subsequent visits. Chiropractic works – that is why it is so popular! Chiropractic care often involves something called an “adjustment”. This is perhaps the most well known and most misunderstood part of chiropractic. During an adjustment, a joint is subjected to a short, carefully controlled impulse. The result is often an immediate audible “pop” from that joint. This is not something to worry about! It occurs as bubbles of gas form briefly with pressure changes in that joint, like when your knuckle clicks. Adjustments have well documented, positive effects which you will learn more about and experience on your visit. See you soon! Latest Updates Let's work together to create positive change! Viviane Maia Acupuncture Smash a cold - this really works! Continued Learning - Better Care - Better Results for You Mendip Chiropractic HQ - Ventilation System! Humped Back, Worn Joints? No Thanks! Sports Injuries and Competition Flexion Distraction - Disc Injury Afferent Input Technique Pregnancy, Babies, Family Headache and Natural Care Persistent Symptoms & Lower Back Pain Chiropractic N.B. We have been in Shepton Mallet since 2010/11. Do not confuse us with others and be sure the person you see is a chiropractor. The title is protected and Dr Ben Gait DC does not work elsewhere. In 2016 someone began to offer services using the name Mendip Chiropractic! Are you experiencing pain or looking for a fresh approach to health?Please don't hesitate. Let us take care of you. Become a practice member today! Call 01749 938 140 MendipChiropractic.Net 2016 All rights reserved
Emails: yourname@example.org
View text
// returns the css to be used as a template for the theme, plus plugins using extensions function nxs_js_get_customcsstemplate(csslookup) { var u = ""; return u; } function nxs_js_getruntimecsslookup() { var result = { 'nxs-trailer': 'unused' // no trailing comma! } return result; } // returns the alpha colors available for this theme function nxs_js_getcoloralphas() { return [1,0.8,0.7,0.6,0.5,0.2,0.1,0]; } function nxs_js_getcolorsinpalette() { return ['base','c1','c2','c3']; } function nxs_js_getcolorschemeaccordingtoserverside() { var colorschemelookup = { 'color_base1_m':'#C6C6C6', 'color_base2_m':'#333333', 'color_c11_m':'#C6C6C6', 'color_c12_m':'#F7F7F7', 'color_c21_m':'#C6C6C6', 'color_c22_m':'#238937', 'color_c31_m':'#C6C6C6', 'color_c32_m':'#7FB439', 'nxs-trailer': 'unused' // no trailing comma! }; return colorschemelookup; } function nxs_js_get_manualcsstemplate() { return ".nxsiefixignored {} "; } // see #2389724 function nxs_js_geturlencodedjsonencodedquery_vars() { return "%7B%22page%22%3A0%2C%22pagename%22%3A%22the-office-team-reception%22%2C%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22the-office-team-reception%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Atrue%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22posts_per_page%22%3A10%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D"; } function nxs_js_isinfrontend() { return 1; } function nxs_js_isuserloggedin() { return false; } function nxs_js_getlocale() { return "en_GB"; } function nxs_js_enableguieffects() { return true; } function nxs_js_getcontainerpostid() { return 1453; } function nxs_js_getclipboardhandler() { return "clipboard"; } function nxs_js_getcontainerpagetemplate() { return "webpage"; } function nxs_js_get_adminurladminajax() { return "https://www.mendipchiropractic.net/index.php?nxs-webmethod-queryparameter=true"; } // returns the set of possible values that could possibly be assigned to the specified styletype function nxs_js_getstyletypevalues(styletype) { var result; if (false) { // nothing to do here :) } else if (styletype == 'button_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2,2.2,2.5,2.6,3]; } else if (styletype == 'icon_scale') { result = [0.5,1,1.5,2,2.5,3]; } else if (styletype == 'title_heading') { result = ['H1','H2','H3','H4','H5','H6']; } else if (styletype == 'image_halignment') { result = ['left','right']; } else if (styletype == 'button_halignment') { result = ['left','center','right']; } else if (styletype == 'title_halignment') { result = ['left','center','right']; } else if (styletype == 'text_halignment') { result = ['left','center','right']; } else if (styletype == 'popup_trigger') { result = ['Show instantly','Show on exit intent','Show after 5 seconds delay','Show after 20 seconds delay']; } else if (styletype == 'repeatpopup_scope') { result = ['1x per request','1x per session','1x per cookie']; } else if (styletype == 'border_width') { result = [0,1,2,3,4,5,6,8,10]; } else if (styletype == 'maxheight') { result = [0.3,0.4,0.5,0.6,0.7,0.8,0.9,1,1.2,1.4,1.6,1.8,2,3]; } else if (styletype == 'maxwidth') { result = [10,20,30,40,50,60,70,80,90,100]; } else if (styletype == 'fontsize') { result = [0.8,1,1.2,1.4,1.6,1.8,2,2.2,2.4,2.6,2.8,3,4,5,6]; } else if (styletype == 'halign') { result = ['left','center','right']; } else if (styletype == 'orientation') { result = ['horizontal','vertical']; } else if (styletype == 'valign') { result = ['top','center','bottom']; } else if (styletype == 'image_size') { result = [0.75,1.0,1.5,2.0]; } else if (styletype == 'backgroundimage_repeat') { result = ['none','repeat horizontal','repeat vertical','repeat both horizontal and vertical']; } else if (styletype == 'backgroundimage_size') { result = ['as-is','cover','contain']; } else if (styletype == 'backgroundimage_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'docking_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'valid_dates') { result = ['any','past only','today and the future','tomorrow and the future']; } else if (styletype == 'fixedheader_display') { result = ['default','inline','float']; } else if (styletype == 'shadow') { result = ['default','none']; } else if (styletype == 'responsive_display') { result = ['Default','Never','480','720','960','1200','1440']; } else if (styletype == 'inpagesectionmenu_style') { result = ['blocks','blocks with icons','circles','circles with line']; } else if (styletype == 'inpagesectionmenu_items') { result = ['all sections','previous and next','previous, active section and next','previous, all sections and next']; } else if (styletype == 'inpagesectionmenu_showtitle') { result = ['Show title as tooltip on change','Show title as tooltip on hover','Always show title']; } else if (styletype == 'margin') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'padding') { result = [0,0.1,0.2,0.3,0.5,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'border_radius') { result = [0,1,2,3,4,5,10,15]; } else if (styletype == 'minheight') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'distance') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5]; } else if (styletype == 'offset') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'items_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2]; } else if (styletype == 'file_extensions') { result = ['any','PDF','images (jpg, png, gif, bmp)','videos (avi, mov, mp4, mpg, wmv)','Text (doc, docx, rtf, log, pages, txt, xls, xlsx, xlr)','Data and presentations (csv, key, pps, ppt, pptx, xml)','Audio (m4a, mp3, wav, wma)']; } else if (styletype == 'file_size') { result = ['any','250 kb','500 kb','1 mb','2 mb']; } else if (styletype == 'width_percentage') { result = ['100%','90%','80%','70%','60%','50%','40%','30%','20%','10%']; } else if (styletype == 'repeat') { result = [1,2,3,4,5,6,8,10,12,15,20]; } else if (styletype == 'flip') { result = ['none','horizontal','vertical','horizontal & vertical']; } else if (styletype == 'link_relation') { result = ['Default','Follow','No follow']; } else { nxs_js_alert('Unsupported currentstyletype;' + styletype); } return result; } function nxs_js_inwpbackend() { return false; } function nxs_js_getmaxservercsschunks() { return 4; } function nxs_js_geturlcurrentpage() { return "https://www.mendipchiropractic.net:443/the-office-team-reception/"; } function nxs_js_gettemplateurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916"; } function nxs_js_getthemeversion() { return "3.0.160825.0916"; } function nxs_js_getframeworkurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable"; } function nxs_js_userhasadminpermissions() { return false; } // TODO: use webservice to retrieve the values (+caching); lazy load! function nxs_js_gettrans(msg) { if (msg == "Loading information") { return "Transferring data"; } if (msg == "Are you sure you want to delete this row?") { return "Are you sure you want to delete this row?"; } if (msg == "Are you sure you want to close this window?") { return "Are you sure you want to close this window?"; } if (msg == "Are you sure you want to delete this page?") { return "Are you sure you want to delete this page?"; } if (msg == "Are you sure you want to delete this menu item?") { return "Are you sure you want to delete this menu item (plus child items if present)?"; } if (msg == "Editor is now disabled") { return "Editor is now disabled"; } if (msg == "Click to reactivate editor") { return "Click here to re-activate the editor"; } if (msg == "Editor is now active again") { return "Re-activated editor"; } if (msg == "Click to deactivate editor") { return "Click here to de-activate the editor"; } if (msg == "Loading page") { return "Loading page"; } if (msg == "Tip to move widget") { return "Want to move this widget? Drag the quot;move"icon of this widget to the appropriate place (the possible drop points will be highlighted)."; } if (msg == "Ignore unsaved popup data?") { return "There is unsaved data that will be lost if you continue. Are you sure you want to close the popup?"; } if (msg == "Ignore unsaved changes?") { return "Ignore unsaved changes?"; } if (msg == "Are you sure you want to remove this widget?") { return "Are you sure you want to remove this widget?"; } if (msg == "Drop here") { return "Drop here"; } if (msg == "Error transferring data. Please try again later") { return "Error transferring data. Please try again later."; } if (msg == "Enter a valid email address (yourname@example.org)") { return "Enter a valid email address"; } if (msg == "First accept the conditions") { return "First accept the conditions"; } if (msg == "One moment") { return "One moment"; } if (msg == "Drag the column layout on one of the highlighted sections") { return "Drag the column layout on one of the highlighted sections"; } if (msg == "Drag the widget on one of the highlighted sections") { return "Drag the widget on one of the highlighted sections"; } if (msg == "Widget was not moved") { return "Widget was not moved"; } if (msg == "Please enter your name") { return "Please enter your name"; } if (msg == "Please enter your email address") { return "Please enter your email address"; } if (msg == "Please enter your phone number") { return "Please enter your phone number"; } if (msg == "Please enter your message") { return "Please enter your message"; } if (msg == "Refetched SEO") { return "Refetched SEO"; } if (msg == "Refetching SEO") { return "Refetching SEO"; } if (msg == "Widgets swapped") { return "Widgets swapped"; } if (msg == "Widget is now empty") { return "Widget is now empty"; } if (msg == "menu is now disabled") { return "Menu is now disabled"; } if (msg == "Click to reactivate menu") { return "Click here to open the menu"; } if (msg == "menu is now active again") { return "Menu is now active again"; } if (msg == "Click to deactivate menu") { return "Click to close the menu"; } if (msg == "Loading script") { return "One moment ..."; } if (msg == "Invalid pagenumber") { return "Invalid pagenumber"; } return msg; } var nxsboxL10n = { loadingAnimation: "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable/images/loadingnxsbox.png" }; google.load('webfont','1'); WebFont.load ( { google: { families: [ 'Helvetica','Open Sans','' ] } } ); // instant colorshake nxs_js_colorshake(); // reshake when the window is loaded; custom css tab and color pickers could apply // the colorshake is not executed second time, if the user was not logged on jQ_nxs(window).load ( function() { nxs_js_colorshake(); nxs_js_refreshtopmenufillerheight(); } ); 01749 938 140 CALL US BECAUSEWE Can HELP YouYOU Are UniqueWE Are UniqueChiropractic is Unique Should I see a Chiropractor?Chiropractic suitable for all?TestimonialsWHO & WHEREFind UsBen Gait DC BSc MChiro SJ's Massage TherapyMerryfield Hypnotherapy Acupuncture - Viviane MaiaClinic Support TeamVirtual Office TourFOCUS TOPICSHunched and Worn Out? No! Sports Injury & PerformanceDisc Injury & Sciatica"Afferent Input" TechniquePregnancy, Babies & ChildrenHeadache & Natural HealthChiropracticPersistent Problems & Back PainHELP YOURSELF!Lower-back exercises - BasicsStraighten Up!Under constructionLATEST / BLOGHere for news/blog updates Navigation CALL US BECAUSE» WE Can HELP You» YOU Are Unique» WE Are Unique» Chiropractic is Unique » » Should I see a Chiropractor?» » Chiropractic suitable for all?» TestimonialsWHO & WHERE» Find Us» Ben Gait DC BSc MChiro » SJ's Massage Therapy» Merryfield Hypnotherapy » Acupuncture - Viviane Maia» Clinic Support Team» Virtual Office TourFOCUS TOPICS» Hunched and Worn Out? No! » Sports Injury & Performance» Disc Injury & Sciatica» "Afferent Input" Technique» Pregnancy, Babies & Children» Headache & Natural Health» Chiropractic» Persistent Problems & Back PainHELP YOURSELF!» Lower-back exercises - Basics» Straighten Up!» Under constructionLATEST / BLOG» Here for news/blog updates jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').off('click.menu_mini_expand'); jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').on('click.menu_mini_expand', function(){ nxs_js_menu_mini_expand(this, 'l354820664'); nxs_js_change_menu_mini_expand_height(this, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); var self = this; jQ_nxs(document).off('nxs_event_resizeend.menu_mini_expand'); jQ_nxs(document).on('nxs_event_resizeend.menu_mini_expand', function(){ nxs_js_change_menu_mini_expand_height(self, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); return false; }); return false; }); The Office Team You can expect a warm and friendly reception at Mendip Chiropractic, with either Jacqui or Teresa likely to be the first smiley faces that greet you or answer your call. They take care of all the administration and support processes that enable Mendip Chiropractic to run smoothly. Jacqui first met Ben at Dobbies, one Christmas, where he was talking about the role of muscle testing and chiropractic for well-being. Jaqui likes a party. She and her family are creative and, in her spare time you might find her gardening, welding scrap metal into sculptures or other such projects. Teresa came to Mendip Chiropractic as a patient – and decided to stay! Teresa is also family-orientated, with three grown boys. They support the best football team. Teresa is a skilled tennis player with a competitive streak! Latest Updates Let's work together to create positive change! Viviane Maia Acupuncture Smash a cold - this really works! Continued Learning - Better Care - Better Results for You Mendip Chiropractic HQ - Ventilation System! Humped Back, Worn Joints? No Thanks! Sports Injuries and Competition Flexion Distraction - Disc Injury Afferent Input Technique Pregnancy, Babies, Family Headache and Natural Care Persistent Symptoms & Lower Back Pain Chiropractic N.B. We have been in Shepton Mallet since 2010/11. Do not confuse us with others and be sure the person you see is a chiropractor. The title is protected and Dr Ben Gait DC does not work elsewhere. In 2016 someone began to offer services using the name Mendip Chiropractic! Are you experiencing pain or looking for a fresh approach to health?Please don't hesitate. Let us take care of you. Become a practice member today! Call 01749 938 140 MendipChiropractic.Net 2016 All rights reserved
Emails: info@mendipchiropractic.net, yourname@example.org
View text
// returns the css to be used as a template for the theme, plus plugins using extensions function nxs_js_get_customcsstemplate(csslookup) { var u = ""; return u; } function nxs_js_getruntimecsslookup() { var result = { 'nxs-trailer': 'unused' // no trailing comma! } return result; } // returns the alpha colors available for this theme function nxs_js_getcoloralphas() { return [1,0.8,0.7,0.6,0.5,0.2,0.1,0]; } function nxs_js_getcolorsinpalette() { return ['base','c1','c2','c3']; } function nxs_js_getcolorschemeaccordingtoserverside() { var colorschemelookup = { 'color_base1_m':'#C6C6C6', 'color_base2_m':'#333333', 'color_c11_m':'#C6C6C6', 'color_c12_m':'#F7F7F7', 'color_c21_m':'#C6C6C6', 'color_c22_m':'#238937', 'color_c31_m':'#C6C6C6', 'color_c32_m':'#7FB439', 'nxs-trailer': 'unused' // no trailing comma! }; return colorschemelookup; } function nxs_js_get_manualcsstemplate() { return ".nxsiefixignored {} "; } // see #2389724 function nxs_js_geturlencodedjsonencodedquery_vars() { return "%7B%22page%22%3A0%2C%22pagename%22%3A%22contact-find-mendip-chiropractic%22%2C%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A0%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22contact-find-mendip-chiropractic%22%2C%22page_id%22%3A0%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Atrue%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22posts_per_page%22%3A10%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D"; } function nxs_js_isinfrontend() { return 1; } function nxs_js_isuserloggedin() { return false; } function nxs_js_getlocale() { return "en_GB"; } function nxs_js_enableguieffects() { return true; } function nxs_js_getcontainerpostid() { return 79; } function nxs_js_getclipboardhandler() { return "clipboard"; } function nxs_js_getcontainerpagetemplate() { return "webpage"; } function nxs_js_get_adminurladminajax() { return "https://www.mendipchiropractic.net/index.php?nxs-webmethod-queryparameter=true"; } // returns the set of possible values that could possibly be assigned to the specified styletype function nxs_js_getstyletypevalues(styletype) { var result; if (false) { // nothing to do here :) } else if (styletype == 'button_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2,2.2,2.5,2.6,3]; } else if (styletype == 'icon_scale') { result = [0.5,1,1.5,2,2.5,3]; } else if (styletype == 'title_heading') { result = ['H1','H2','H3','H4','H5','H6']; } else if (styletype == 'image_halignment') { result = ['left','right']; } else if (styletype == 'button_halignment') { result = ['left','center','right']; } else if (styletype == 'title_halignment') { result = ['left','center','right']; } else if (styletype == 'text_halignment') { result = ['left','center','right']; } else if (styletype == 'popup_trigger') { result = ['Show instantly','Show on exit intent','Show after 5 seconds delay','Show after 20 seconds delay']; } else if (styletype == 'repeatpopup_scope') { result = ['1x per request','1x per session','1x per cookie']; } else if (styletype == 'border_width') { result = [0,1,2,3,4,5,6,8,10]; } else if (styletype == 'maxheight') { result = [0.3,0.4,0.5,0.6,0.7,0.8,0.9,1,1.2,1.4,1.6,1.8,2,3]; } else if (styletype == 'maxwidth') { result = [10,20,30,40,50,60,70,80,90,100]; } else if (styletype == 'fontsize') { result = [0.8,1,1.2,1.4,1.6,1.8,2,2.2,2.4,2.6,2.8,3,4,5,6]; } else if (styletype == 'halign') { result = ['left','center','right']; } else if (styletype == 'orientation') { result = ['horizontal','vertical']; } else if (styletype == 'valign') { result = ['top','center','bottom']; } else if (styletype == 'image_size') { result = [0.75,1.0,1.5,2.0]; } else if (styletype == 'backgroundimage_repeat') { result = ['none','repeat horizontal','repeat vertical','repeat both horizontal and vertical']; } else if (styletype == 'backgroundimage_size') { result = ['as-is','cover','contain']; } else if (styletype == 'backgroundimage_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'docking_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'valid_dates') { result = ['any','past only','today and the future','tomorrow and the future']; } else if (styletype == 'fixedheader_display') { result = ['default','inline','float']; } else if (styletype == 'shadow') { result = ['default','none']; } else if (styletype == 'responsive_display') { result = ['Default','Never','480','720','960','1200','1440']; } else if (styletype == 'inpagesectionmenu_style') { result = ['blocks','blocks with icons','circles','circles with line']; } else if (styletype == 'inpagesectionmenu_items') { result = ['all sections','previous and next','previous, active section and next','previous, all sections and next']; } else if (styletype == 'inpagesectionmenu_showtitle') { result = ['Show title as tooltip on change','Show title as tooltip on hover','Always show title']; } else if (styletype == 'margin') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'padding') { result = [0,0.1,0.2,0.3,0.5,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'border_radius') { result = [0,1,2,3,4,5,10,15]; } else if (styletype == 'minheight') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'distance') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5]; } else if (styletype == 'offset') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'items_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2]; } else if (styletype == 'file_extensions') { result = ['any','PDF','images (jpg, png, gif, bmp)','videos (avi, mov, mp4, mpg, wmv)','Text (doc, docx, rtf, log, pages, txt, xls, xlsx, xlr)','Data and presentations (csv, key, pps, ppt, pptx, xml)','Audio (m4a, mp3, wav, wma)']; } else if (styletype == 'file_size') { result = ['any','250 kb','500 kb','1 mb','2 mb']; } else if (styletype == 'width_percentage') { result = ['100%','90%','80%','70%','60%','50%','40%','30%','20%','10%']; } else if (styletype == 'repeat') { result = [1,2,3,4,5,6,8,10,12,15,20]; } else if (styletype == 'flip') { result = ['none','horizontal','vertical','horizontal & vertical']; } else if (styletype == 'link_relation') { result = ['Default','Follow','No follow']; } else { nxs_js_alert('Unsupported currentstyletype;' + styletype); } return result; } function nxs_js_inwpbackend() { return false; } function nxs_js_getmaxservercsschunks() { return 4; } function nxs_js_geturlcurrentpage() { return "https://www.mendipchiropractic.net:443/contact-find-mendip-chiropractic/"; } function nxs_js_gettemplateurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916"; } function nxs_js_getthemeversion() { return "3.0.160825.0916"; } function nxs_js_getframeworkurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable"; } function nxs_js_userhasadminpermissions() { return false; } // TODO: use webservice to retrieve the values (+caching); lazy load! function nxs_js_gettrans(msg) { if (msg == "Loading information") { return "Transferring data"; } if (msg == "Are you sure you want to delete this row?") { return "Are you sure you want to delete this row?"; } if (msg == "Are you sure you want to close this window?") { return "Are you sure you want to close this window?"; } if (msg == "Are you sure you want to delete this page?") { return "Are you sure you want to delete this page?"; } if (msg == "Are you sure you want to delete this menu item?") { return "Are you sure you want to delete this menu item (plus child items if present)?"; } if (msg == "Editor is now disabled") { return "Editor is now disabled"; } if (msg == "Click to reactivate editor") { return "Click here to re-activate the editor"; } if (msg == "Editor is now active again") { return "Re-activated editor"; } if (msg == "Click to deactivate editor") { return "Click here to de-activate the editor"; } if (msg == "Loading page") { return "Loading page"; } if (msg == "Tip to move widget") { return "Want to move this widget? Drag the quot;move&quot;icon of this widget to the appropriate place (the possible drop points will be highlighted)."; } if (msg == "Ignore unsaved popup data?") { return "There is unsaved data that will be lost if you continue. Are you sure you want to close the popup?"; } if (msg == "Ignore unsaved changes?") { return "Ignore unsaved changes?"; } if (msg == "Are you sure you want to remove this widget?") { return "Are you sure you want to remove this widget?"; } if (msg == "Drop here") { return "Drop here"; } if (msg == "Error transferring data. Please try again later") { return "Error transferring data. Please try again later."; } if (msg == "Enter a valid email address (yourname@example.org)") { return "Enter a valid email address"; } if (msg == "First accept the conditions") { return "First accept the conditions"; } if (msg == "One moment") { return "One moment"; } if (msg == "Drag the column layout on one of the highlighted sections") { return "Drag the column layout on one of the highlighted sections"; } if (msg == "Drag the widget on one of the highlighted sections") { return "Drag the widget on one of the highlighted sections"; } if (msg == "Widget was not moved") { return "Widget was not moved"; } if (msg == "Please enter your name") { return "Please enter your name"; } if (msg == "Please enter your email address") { return "Please enter your email address"; } if (msg == "Please enter your phone number") { return "Please enter your phone number"; } if (msg == "Please enter your message") { return "Please enter your message"; } if (msg == "Refetched SEO") { return "Refetched SEO"; } if (msg == "Refetching SEO") { return "Refetching SEO"; } if (msg == "Widgets swapped") { return "Widgets swapped"; } if (msg == "Widget is now empty") { return "Widget is now empty"; } if (msg == "menu is now disabled") { return "Menu is now disabled"; } if (msg == "Click to reactivate menu") { return "Click here to open the menu"; } if (msg == "menu is now active again") { return "Menu is now active again"; } if (msg == "Click to deactivate menu") { return "Click to close the menu"; } if (msg == "Loading script") { return "One moment ..."; } if (msg == "Invalid pagenumber") { return "Invalid pagenumber"; } return msg; } var nxsboxL10n = { loadingAnimation: "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable/images/loadingnxsbox.png" }; google.load('webfont','1'); WebFont.load ( { google: { families: [ 'Helvetica','Open Sans','' ] } } ); // instant colorshake nxs_js_colorshake(); // reshake when the window is loaded; custom css tab and color pickers could apply // the colorshake is not executed second time, if the user was not logged on jQ_nxs(window).load ( function() { nxs_js_colorshake(); nxs_js_refreshtopmenufillerheight(); } ); 01749 938 140 CALL US BECAUSEWE Can HELP YouYOU Are UniqueWE Are UniqueChiropractic is Unique Should I see a Chiropractor?Chiropractic suitable for all?TestimonialsWHO & WHEREFind UsBen Gait DC BSc MChiro SJ's Massage TherapyMerryfield Hypnotherapy Acupuncture - Viviane MaiaClinic Support TeamVirtual Office TourFOCUS TOPICSHunched and Worn Out? No! Sports Injury & PerformanceDisc Injury & Sciatica"Afferent Input" TechniquePregnancy, Babies & ChildrenHeadache & Natural HealthChiropracticPersistent Problems & Back PainHELP YOURSELF!Lower-back exercises - BasicsStraighten Up!Under constructionLATEST / BLOGHere for news/blog updates Navigation CALL US BECAUSE» WE Can HELP You» YOU Are Unique» WE Are Unique» Chiropractic is Unique » » Should I see a Chiropractor?» » Chiropractic suitable for all?» TestimonialsWHO & WHERE» Find Us» Ben Gait DC BSc MChiro » SJ's Massage Therapy» Merryfield Hypnotherapy » Acupuncture - Viviane Maia» Clinic Support Team» Virtual Office TourFOCUS TOPICS» Hunched and Worn Out? No! » Sports Injury & Performance» Disc Injury & Sciatica» "Afferent Input" Technique» Pregnancy, Babies & Children» Headache & Natural Health» Chiropractic» Persistent Problems & Back PainHELP YOURSELF!» Lower-back exercises - Basics» Straighten Up!» Under constructionLATEST / BLOG» Here for news/blog updates jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').off('click.menu_mini_expand'); jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').on('click.menu_mini_expand', function(){ nxs_js_menu_mini_expand(this, 'l354820664'); nxs_js_change_menu_mini_expand_height(this, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); var self = this; jQ_nxs(document).off('nxs_event_resizeend.menu_mini_expand'); jQ_nxs(document).on('nxs_event_resizeend.menu_mini_expand', function(){ nxs_js_change_menu_mini_expand_height(self, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); return false; }); return false; }); 24 High Street, Shepton Mallet BA4 5AN.- Map & Parking Info Below. Google Maps temporary placeholder (login to see how to fix this) jQuery(window).bind ( "nxs_js_trigger_googlemapsapikeyinvalid", function(e) { // if the google maps api key is invalid, show a tip on how to fix it, // instead of the default "oops" from Google //var hinthtml = "<div>Google Maps API not yet configured</div>"; jQuery("#map_canvas_a312558768").hide(); jQuery("#alt_map_canvas_a312558768").show(); // remove the front end options to configure this widget jQuery("#alt_map_canvas_a312558768").closest(".nxs-placeholder").find(".nxs-hover-menu").remove(); } ); function nxs_ext_widget_googlemap_init_a312558768() { var myOptions = { scrollwheel: false, center: new google.maps.LatLng(51.190222, -2.5470217), zoom: 14, mapTypeId: google.maps.MapTypeId.ROADMAP }; nxs_js_maps["map_a312558768"] = new google.maps.Map(document.getElementById("map_canvas_a312558768"), myOptions); // add marker var marker = new google.maps.Marker ({ position: new google.maps.LatLng(51.190222, -2.5470217), map: nxs_js_maps["map_a312558768"], }); } function nxs_ext_widget_googlemap_init_a312558768_initmapscript() { if (!nxs_js_mapslazyloaded && !nxs_js_mapslazyloading) { // intercept error messages being logged to the console, // interpret the fact if the google maps key is not valid, // and if so, broadcast an event ( function () { var err = console.error; console.error = function () { if (arguments[0] != null) { msg = arguments[0]; if (msg.indexOf("Google Maps API error: MissingKeyMapError") > -1) { nxs_js_log("broadcasting nxs_js_trigger_googlemapsapikeyinvalid"); jQuery(window).trigger('nxs_js_trigger_googlemapsapikeyinvalid'); //return; } else if (msg.indexOf("Google Maps API error: InvalidKeyMapError") > -1) { nxs_js_log("broadcasting nxs_js_trigger_googlemapsapikeyinvalid"); jQuery(window).trigger('nxs_js_trigger_googlemapsapikeyinvalid'); //return; } } err.apply(this, Array.prototype.slice.call(arguments)); }; }() ); //nxs_js_log('loading...'); nxs_js_mapslazyloading = true; var w = window; var d = w.document; var script = d.createElement('script'); script.setAttribute('src', 'https://maps.googleapis.com/maps/api/js?v=3&key=AIzaSyCSq-6B6t6TDlx8x35PLW15Qr6hw0m73qM&sensor=true&callback=mapOnLoad'); d.documentElement.firstChild.appendChild(script); w.mapOnLoad = function () { // redraw this specific widget nxs_ext_widget_googlemap_init_a312558768(); //nxs_js_log('maps script is now loaded!'); // prevent other maps from listening to the event nxs_js_mapslazyloaded = true; nxs_js_mapslazyloading = false; // trigger event (redraw possible other widgets), see http://weblog.bocoup.com/publishsubscribe-with-jquery-custom-events/ jQuery(document).trigger("nxs_ext_googlemap_scriptloaded"); }; } else if (nxs_js_mapslazyloading) { jQuery(document).bind ( "nxs_ext_googlemap_scriptloaded", function() { nxs_ext_widget_googlemap_init_a312558768(); } ); } else { nxs_ext_widget_googlemap_init_a312558768(); } } jQuery(document).ready ( function() { nxs_ext_widget_googlemap_init_a312558768_initmapscript(); } ); 01749 938 140 info@mendipchiropractic.net High Street location, a couple of doors down from Morrisons and the traffic lights. We have designated FREE PARKING available. This is behind our building, within the Morrisons car-park. The High Street is one-way only. Access our parking via Commercial Road, between Morrisons and the Mughal Empire curry restaurant. If our designated spaces are occupied, parking is free in the rest of this car park, for Morrisons customers for 1 hour ; ) Elsewhere, Shepton Mallet has a mix of free and inexpensive pay parking spaces. Shepton is convenient to reach from the other local towns and cities. Mendip Chiropractic has regular visitors from Wells, Frome, Midsomer Norton, Castle Cary, Glastonbury, and even Bristol & Bath. Opening Hours DayFromTillMonday9.15am7pm Tuesday open am closed pmWednesday9am7pmThursday special arrangementFriday9.30am6pm Latest Updates Let's work together to create positive change! Viviane Maia Acupuncture Smash a cold - this really works! Continued Learning - Better Care - Better Results for You Mendip Chiropractic HQ - Ventilation System! Humped Back, Worn Joints? No Thanks! Sports Injuries and Competition Flexion Distraction - Disc Injury Afferent Input Technique Pregnancy, Babies, Family Headache and Natural Care Persistent Symptoms & Lower Back Pain Chiropractic N.B. We have been in Shepton Mallet since 2010/11. Do not confuse us with others and be sure the person you see is a chiropractor. The title is protected and Dr Ben Gait DC does not work elsewhere. In 2016 someone began to offer services using the name Mendip Chiropractic! Are you experiencing pain or looking for a fresh approach to health?Please don't hesitate. Let us take care of you. Become a practice member today! Call 01749 938 140 MendipChiropractic.Net 2016 All rights reserved
Emails: yourname@example.org
View text
// returns the css to be used as a template for the theme, plus plugins using extensions function nxs_js_get_customcsstemplate(csslookup) { var u = ""; return u; } function nxs_js_getruntimecsslookup() { var result = { 'nxs-trailer': 'unused' // no trailing comma! } return result; } // returns the alpha colors available for this theme function nxs_js_getcoloralphas() { return [1,0.8,0.7,0.6,0.5,0.2,0.1,0]; } function nxs_js_getcolorsinpalette() { return ['base','c1','c2','c3']; } function nxs_js_getcolorschemeaccordingtoserverside() { var colorschemelookup = { 'color_base1_m':'#C6C6C6', 'color_base2_m':'#333333', 'color_c11_m':'#C6C6C6', 'color_c12_m':'#F7F7F7', 'color_c21_m':'#C6C6C6', 'color_c22_m':'#238937', 'color_c31_m':'#C6C6C6', 'color_c32_m':'#7FB439', 'nxs-trailer': 'unused' // no trailing comma! }; return colorschemelookup; } function nxs_js_get_manualcsstemplate() { return ".nxsiefixignored {} "; } // see #2389724 function nxs_js_geturlencodedjsonencodedquery_vars() { return "%7B%22error%22%3A%22%22%2C%22m%22%3A%22%22%2C%22p%22%3A%228%22%2C%22post_parent%22%3A%22%22%2C%22subpost%22%3A%22%22%2C%22subpost_id%22%3A%22%22%2C%22attachment%22%3A%22%22%2C%22attachment_id%22%3A0%2C%22name%22%3A%22%22%2C%22pagename%22%3A%22%22%2C%22page_id%22%3A%228%22%2C%22second%22%3A%22%22%2C%22minute%22%3A%22%22%2C%22hour%22%3A%22%22%2C%22day%22%3A0%2C%22monthnum%22%3A0%2C%22year%22%3A0%2C%22w%22%3A0%2C%22category_name%22%3A%22%22%2C%22tag%22%3A%22%22%2C%22cat%22%3A%22%22%2C%22tag_id%22%3A%22%22%2C%22author%22%3A%22%22%2C%22author_name%22%3A%22%22%2C%22feed%22%3A%22%22%2C%22tb%22%3A%22%22%2C%22paged%22%3A0%2C%22meta_key%22%3A%22%22%2C%22meta_value%22%3A%22%22%2C%22preview%22%3A%22%22%2C%22s%22%3A%22%22%2C%22sentence%22%3A%22%22%2C%22title%22%3A%22%22%2C%22fields%22%3A%22%22%2C%22menu_order%22%3A%22%22%2C%22embed%22%3A%22%22%2C%22category__in%22%3A%5B%5D%2C%22category__not_in%22%3A%5B%5D%2C%22category__and%22%3A%5B%5D%2C%22post__in%22%3A%5B%5D%2C%22post__not_in%22%3A%5B%5D%2C%22post_name__in%22%3A%5B%5D%2C%22tag__in%22%3A%5B%5D%2C%22tag__not_in%22%3A%5B%5D%2C%22tag__and%22%3A%5B%5D%2C%22tag_slug__in%22%3A%5B%5D%2C%22tag_slug__and%22%3A%5B%5D%2C%22post_parent__in%22%3A%5B%5D%2C%22post_parent__not_in%22%3A%5B%5D%2C%22author__in%22%3A%5B%5D%2C%22author__not_in%22%3A%5B%5D%2C%22ignore_sticky_posts%22%3Afalse%2C%22suppress_filters%22%3Afalse%2C%22cache_results%22%3Atrue%2C%22update_post_term_cache%22%3Atrue%2C%22lazy_load_term_meta%22%3Atrue%2C%22update_post_meta_cache%22%3Atrue%2C%22post_type%22%3A%22%22%2C%22posts_per_page%22%3A10%2C%22nopaging%22%3Afalse%2C%22comments_per_page%22%3A%2250%22%2C%22no_found_rows%22%3Afalse%2C%22order%22%3A%22DESC%22%7D"; } function nxs_js_isinfrontend() { return 1; } function nxs_js_isuserloggedin() { return false; } function nxs_js_getlocale() { return "en_GB"; } function nxs_js_enableguieffects() { return true; } function nxs_js_getcontainerpostid() { return 8; } function nxs_js_getclipboardhandler() { return "clipboard"; } function nxs_js_getcontainerpagetemplate() { return "webpage"; } function nxs_js_get_adminurladminajax() { return "https://www.mendipchiropractic.net/index.php?nxs-webmethod-queryparameter=true"; } // returns the set of possible values that could possibly be assigned to the specified styletype function nxs_js_getstyletypevalues(styletype) { var result; if (false) { // nothing to do here :) } else if (styletype == 'button_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2,2.2,2.5,2.6,3]; } else if (styletype == 'icon_scale') { result = [0.5,1,1.5,2,2.5,3]; } else if (styletype == 'title_heading') { result = ['H1','H2','H3','H4','H5','H6']; } else if (styletype == 'image_halignment') { result = ['left','right']; } else if (styletype == 'button_halignment') { result = ['left','center','right']; } else if (styletype == 'title_halignment') { result = ['left','center','right']; } else if (styletype == 'text_halignment') { result = ['left','center','right']; } else if (styletype == 'popup_trigger') { result = ['Show instantly','Show on exit intent','Show after 5 seconds delay','Show after 20 seconds delay']; } else if (styletype == 'repeatpopup_scope') { result = ['1x per request','1x per session','1x per cookie']; } else if (styletype == 'border_width') { result = [0,1,2,3,4,5,6,8,10]; } else if (styletype == 'maxheight') { result = [0.3,0.4,0.5,0.6,0.7,0.8,0.9,1,1.2,1.4,1.6,1.8,2,3]; } else if (styletype == 'maxwidth') { result = [10,20,30,40,50,60,70,80,90,100]; } else if (styletype == 'fontsize') { result = [0.8,1,1.2,1.4,1.6,1.8,2,2.2,2.4,2.6,2.8,3,4,5,6]; } else if (styletype == 'halign') { result = ['left','center','right']; } else if (styletype == 'orientation') { result = ['horizontal','vertical']; } else if (styletype == 'valign') { result = ['top','center','bottom']; } else if (styletype == 'image_size') { result = [0.75,1.0,1.5,2.0]; } else if (styletype == 'backgroundimage_repeat') { result = ['none','repeat horizontal','repeat vertical','repeat both horizontal and vertical']; } else if (styletype == 'backgroundimage_size') { result = ['as-is','cover','contain']; } else if (styletype == 'backgroundimage_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'docking_position') { result = ['left top','center top','right top','left center','center center','right center','left bottom','center bottom','right bottom']; } else if (styletype == 'valid_dates') { result = ['any','past only','today and the future','tomorrow and the future']; } else if (styletype == 'fixedheader_display') { result = ['default','inline','float']; } else if (styletype == 'shadow') { result = ['default','none']; } else if (styletype == 'responsive_display') { result = ['Default','Never','480','720','960','1200','1440']; } else if (styletype == 'inpagesectionmenu_style') { result = ['blocks','blocks with icons','circles','circles with line']; } else if (styletype == 'inpagesectionmenu_items') { result = ['all sections','previous and next','previous, active section and next','previous, all sections and next']; } else if (styletype == 'inpagesectionmenu_showtitle') { result = ['Show title as tooltip on change','Show title as tooltip on hover','Always show title']; } else if (styletype == 'margin') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'padding') { result = [0,0.1,0.2,0.3,0.5,1,1.5,2,2.5,3,3.5]; } else if (styletype == 'border_radius') { result = [0,1,2,3,4,5,10,15]; } else if (styletype == 'minheight') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'distance') { result = [0,0.1,0.2,0.3,0.5,0.7,1,1.5]; } else if (styletype == 'offset') { result = [40,80,120,160,200,240,280,320,360,400,440,480]; } else if (styletype == 'items_scale') { result = [0.8,1,1.2,1.4,1.5,1.6,1.8,2]; } else if (styletype == 'file_extensions') { result = ['any','PDF','images (jpg, png, gif, bmp)','videos (avi, mov, mp4, mpg, wmv)','Text (doc, docx, rtf, log, pages, txt, xls, xlsx, xlr)','Data and presentations (csv, key, pps, ppt, pptx, xml)','Audio (m4a, mp3, wav, wma)']; } else if (styletype == 'file_size') { result = ['any','250 kb','500 kb','1 mb','2 mb']; } else if (styletype == 'width_percentage') { result = ['100%','90%','80%','70%','60%','50%','40%','30%','20%','10%']; } else if (styletype == 'repeat') { result = [1,2,3,4,5,6,8,10,12,15,20]; } else if (styletype == 'flip') { result = ['none','horizontal','vertical','horizontal & vertical']; } else if (styletype == 'link_relation') { result = ['Default','Follow','No follow']; } else { nxs_js_alert('Unsupported currentstyletype;' + styletype); } return result; } function nxs_js_inwpbackend() { return false; } function nxs_js_getmaxservercsschunks() { return 4; } function nxs_js_geturlcurrentpage() { return "https://www.mendipchiropractic.net:443/"; } function nxs_js_gettemplateurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916"; } function nxs_js_getthemeversion() { return "3.0.160825.0916"; } function nxs_js_getframeworkurl() { return "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable"; } function nxs_js_userhasadminpermissions() { return false; } // TODO: use webservice to retrieve the values (+caching); lazy load! function nxs_js_gettrans(msg) { if (msg == "Loading information") { return "Transferring data"; } if (msg == "Are you sure you want to delete this row?") { return "Are you sure you want to delete this row?"; } if (msg == "Are you sure you want to close this window?") { return "Are you sure you want to close this window?"; } if (msg == "Are you sure you want to delete this page?") { return "Are you sure you want to delete this page?"; } if (msg == "Are you sure you want to delete this menu item?") { return "Are you sure you want to delete this menu item (plus child items if present)?"; } if (msg == "Editor is now disabled") { return "Editor is now disabled"; } if (msg == "Click to reactivate editor") { return "Click here to re-activate the editor"; } if (msg == "Editor is now active again") { return "Re-activated editor"; } if (msg == "Click to deactivate editor") { return "Click here to de-activate the editor"; } if (msg == "Loading page") { return "Loading page"; } if (msg == "Tip to move widget") { return "Want to move this widget? Drag the quot;move&quot;icon of this widget to the appropriate place (the possible drop points will be highlighted)."; } if (msg == "Ignore unsaved popup data?") { return "There is unsaved data that will be lost if you continue. Are you sure you want to close the popup?"; } if (msg == "Ignore unsaved changes?") { return "Ignore unsaved changes?"; } if (msg == "Are you sure you want to remove this widget?") { return "Are you sure you want to remove this widget?"; } if (msg == "Drop here") { return "Drop here"; } if (msg == "Error transferring data. Please try again later") { return "Error transferring data. Please try again later."; } if (msg == "Enter a valid email address (yourname@example.org)") { return "Enter a valid email address"; } if (msg == "First accept the conditions") { return "First accept the conditions"; } if (msg == "One moment") { return "One moment"; } if (msg == "Drag the column layout on one of the highlighted sections") { return "Drag the column layout on one of the highlighted sections"; } if (msg == "Drag the widget on one of the highlighted sections") { return "Drag the widget on one of the highlighted sections"; } if (msg == "Widget was not moved") { return "Widget was not moved"; } if (msg == "Please enter your name") { return "Please enter your name"; } if (msg == "Please enter your email address") { return "Please enter your email address"; } if (msg == "Please enter your phone number") { return "Please enter your phone number"; } if (msg == "Please enter your message") { return "Please enter your message"; } if (msg == "Refetched SEO") { return "Refetched SEO"; } if (msg == "Refetching SEO") { return "Refetching SEO"; } if (msg == "Widgets swapped") { return "Widgets swapped"; } if (msg == "Widget is now empty") { return "Widget is now empty"; } if (msg == "menu is now disabled") { return "Menu is now disabled"; } if (msg == "Click to reactivate menu") { return "Click here to open the menu"; } if (msg == "menu is now active again") { return "Menu is now active again"; } if (msg == "Click to deactivate menu") { return "Click to close the menu"; } if (msg == "Loading script") { return "One moment ..."; } if (msg == "Invalid pagenumber") { return "Invalid pagenumber"; } return msg; } var nxsboxL10n = { loadingAnimation: "https://www.mendipchiropractic.net/wp-content/themes/chiropractor.3.0.160825.0916/nexusframework/stable/images/loadingnxsbox.png" }; google.load('webfont','1'); WebFont.load ( { google: { families: [ 'Helvetica','Open Sans','' ] } } ); // instant colorshake nxs_js_colorshake(); // reshake when the window is loaded; custom css tab and color pickers could apply // the colorshake is not executed second time, if the user was not logged on jQ_nxs(window).load ( function() { nxs_js_colorshake(); nxs_js_refreshtopmenufillerheight(); } ); 01749 938 140 CALL US BECAUSEWE Can HELP YouYOU Are UniqueWE Are UniqueChiropractic is Unique Should I see a Chiropractor?Chiropractic suitable for all?TestimonialsWHO & WHEREFind UsBen Gait DC BSc MChiro SJ's Massage TherapyMerryfield Hypnotherapy Acupuncture - Viviane MaiaClinic Support TeamVirtual Office TourFOCUS TOPICSHunched and Worn Out? No! Sports Injury & PerformanceDisc Injury & Sciatica"Afferent Input" TechniquePregnancy, Babies & ChildrenHeadache & Natural HealthChiropracticPersistent Problems & Back PainHELP YOURSELF!Lower-back exercises - BasicsStraighten Up!Under constructionLATEST / BLOGHere for news/blog updates Navigation CALL US BECAUSE» WE Can HELP You» YOU Are Unique» WE Are Unique» Chiropractic is Unique » » Should I see a Chiropractor?» » Chiropractic suitable for all?» TestimonialsWHO & WHERE» Find Us» Ben Gait DC BSc MChiro » SJ's Massage Therapy» Merryfield Hypnotherapy » Acupuncture - Viviane Maia» Clinic Support Team» Virtual Office TourFOCUS TOPICS» Hunched and Worn Out? No! » Sports Injury & Performance» Disc Injury & Sciatica» "Afferent Input" Technique» Pregnancy, Babies & Children» Headache & Natural Health» Chiropractic» Persistent Problems & Back PainHELP YOURSELF!» Lower-back exercises - Basics» Straighten Up!» Under constructionLATEST / BLOG» Here for news/blog updates jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').off('click.menu_mini_expand'); jQ_nxs('a.nxs_js_menu_mini_expand-l354820664').on('click.menu_mini_expand', function(){ nxs_js_menu_mini_expand(this, 'l354820664'); nxs_js_change_menu_mini_expand_height(this, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); var self = this; jQ_nxs(document).off('nxs_event_resizeend.menu_mini_expand'); jQ_nxs(document).on('nxs_event_resizeend.menu_mini_expand', function(){ nxs_js_change_menu_mini_expand_height(self, 'l354820664'); nxs_gui_set_runtime_dimensions_enqueuerequest('nxs-menu-toggled'); return false; }); return false; }); jQuery(window).ready( function() { jQuery('html').addClass('nxs-pageslider'); } ); / jQuery(window).load ( function() { if (api) { if (!api.options.autoplay) { jQuery(".pagesliderplaypausetoggle").toggle(); } } else { nxs_js_log("pageslider api not (yet?) found"); } } ); Experienced Chiropractor Experienced chiropractor to help you and your family breeze through life, robust, feeling great, and not held back. A unique blend of chiropractic with specialist muscle testing expertise -supporting your entire body - not just here for back pain. This is holistic care individually tailored for you. Humped back? Worn joints? No Thanks Grab this chance to shape your future health. Read here about how you and your family can actively look after your body with good habits, avoiding common mistakes, and through professional care. Take a proactive approach as you do with your teeth and gums in order to avoid problems. Sports injuries & Competition Chiropractors feature on the support teams in elite sport, from the Olympics to the Premier League. We are also prominent at a local and more individual level, binging skills and guidance to help people achieve their parkrun goals, recover and aim for sustained injury-free participation. Sciatica & Disc Injury Many people seek help in managing spine-related pain. Injured or “slipped” discs are a common cause of debilitating back & leg pain (sciatica). There is a range of non-invasive techniques that can be considered following a detailed assessment of this injury. We are here to help. Click here. Afferent Input A method of testing muscles to uncover and correct issues relating to performance, injury, and poor health. This approach is separate and distinct from chiropractic but the two approaches blend well. Few practitioners have mastery of these body assessment and correction techniques. Pregnancy, Babies, Family Expectant Mum’s seek our help to get comfortable and prepare for the big day and beyond, We are experienced in providing gentle chiropractic with techniques adapted to suit mother or child. Being pregnant or being young does not exclude you from seeking expert opinion or help. Natural Care & Headache There are different reasons behind a headache and in some cases Chiropractic can help. A headache is a symptom. What is the cause? This issue illustrates the logic behind Chiropractic as an alternative, natural approach to health as well as the benefits that can follow better function. Chiropractic A hands-on, drug-free approach to health and well-being of your full body, not just your back. Chiropractors aim to restore natural, self-preserving order - like coordinated, pain-free movement, strength, and healing. This equates to helping you through pain and injury and keeping you well. Persistent Problems - Breakthrough Are you blighted with a history of problems that never seem to be resolved? Have you been told “nothing can be done /try these tablets”? Many times people find us late having exhausted other avenues and then make great gains with our approach. Click through for more information. Mendip Chiropractic HQ - Take a LookPhoto's and infromation about your first visit to the Chiropractor here in Shepton Virtual tour You Are The Focus at Mendip Chiropractic We focus on you and your future well being. We aim to improve the trajectory of your life based on Chiropractic care, expert muscle testing and a positive approach to living well. Expect a warm welcome, professionalism, a difference, enthusiasm and expertise. Your Journey with our Chiropractor Many people find Mendip Chiropractic through word of mouth, perhaps a success story told by their friend. Our Chiropractor will make time to understand your story and your goals. Do you need a Chiropractor and our fresh approach to beat pain? Do you want to harness muscle testing and chiropractic for other benefits? When your goal is clear we can work together and make change. Art of muscle testing. Foundation of Chiropractic The practical art of what we do here in Somerset is in “reading” the behaviour of your muscles. This reveals areas where your body may not be working as well as it should. Expert assessment of your muscle function becomes a window through which we can view and influence your nervous system – so you work properly once more! Chiropractic is the other foundation of our service. A hands-on, approach to health. There is a growing body of research, trials and countless satisfied individuals who benefit from visiting their Chiropractor. Mendip Chiropractic aim to strengthen the foundations of your well-being for positive ripples into your future. Mendip Chiropractic Clinic Foundations We renovated our Shepton Mallet HQ in 2014-15 where we took down walls, eliminated the damp and found natural fittings that reflect our ethos. There are private rooms for your consultation and we have a large airy space for other visits, family care, workshops and seminars. There is designated free parking and rooms are on the ground floor. Your Comfort and Confidence Assured. Your first appointment with our Chiropractor at Mendip Chiropractic is in private rooms. We provide a gown that opens at the back for when we need to look at your back / spine. We do not expect you to fully undress! On regular visits you can expect to remain in your regular clothes. Mendip Chiropractic has core values of: Integrity, Enthusiasm, Kindness, Contribution and Responsibility. We have invested in ourselves as a Chiropractor, our staff, services and facilities. We strive for delivering excellence and a distinctive service to Somerset. Please do not confuse us with a new "Mendip Chiropractic Clinic" on the edge of Mendip in Winscombe, we are in no way connected. Are you experiencing pain or looking for a fresh approach to health?Please don't hesitate. Let us take care of you. Become a practice member today! Call 01749 938 140 MendipChiropractic.Net 2016 All rights reserved