{"id":85797,"date":"2016-08-31T21:09:46","date_gmt":"2016-09-01T03:09:46","guid":{"rendered":"https:\/\/my.liveyourtruth.com\/dyt\/?page_id=85797"},"modified":"2019-11-07T11:35:06","modified_gmt":"2019-11-07T18:35:06","slug":"lifestyle-benefits","status":"publish","type":"page","link":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/","title":{"rendered":"Lifestyle Benefits"},"content":{"rendered":"<link rel=\"stylesheet\" href=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/css\/v4\/lifestyle-benefits.css\">\n<link rel=\"stylesheet\" href=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/css\/ls-benefits-get-app.css?v=1\">\n\n\n<section class=\"top\">\n  <div class=\"block\">\n    <div class=\"inner\">\n      <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/ls-logo.svg\" alt=\"\" \/>\n      <h3>Your membership is designed to help you love and express your true self in your personal style. Make sure to enjoy everything your membership gives you!<\/h3>\n      <ul>\n        <li data-link=\"#tutorials\">\n          <p>500+ Tutorials<\/p>\n          <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/top-1.png\" alt=\"\" \/>\n        <\/li>\n        <li data-link=\"#styleinspire\">\n          <p>StyleInspire<\/p>\n          <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/top-2.png\" alt=\"\" \/>\n        <\/li>\n        <li data-link=\"#private-group\">\n          <p>Private Group<\/p>\n          <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/top-3.png\" alt=\"\" \/>\n        <\/li>\n        <li data-link=\"#perks\">\n          <p>Shopping Perks<\/p>\n          <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/top-4.png\" alt=\"\" \/>\n        <\/li>\n        <li data-link=\"#live\">\n          <p>Personal Support<\/p>\n          <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/top-5.png\" alt=\"\" \/>\n        <\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"get-app\">\n    <div class=\"block\">\n      <div class=\"inner\">\n        <h1><strong>NEXT STEPS:<\/strong> How to get access to Lifestyle on the app and your computer:<\/h1>\n\n        <p class=\"step step-1\"><strong>Step 1:<\/strong> Download The Dressing Your Truth App.<\/p>\n        <a href=\"https:\/\/apps.apple.com\/us\/app\/dressing-your-truth\/id6745342708\"><img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/app-store.png\" alt=\"\"><\/a>\n        <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.mightybell.dressingyourtruth&pcampaignid=web_share\"><img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/google-play.png\" alt=\"\"><\/a>\n\n        <p class=\"step step-2\"><strong>Step 2:<\/strong> Sign into to your account in the app. Note, you will not have full access to Lifestyle until you complete the next step.<\/p>\n        <p class=\"step step-2\"><strong>Step 3:<\/strong> Click the \u201cAccess Now\u201d link in the invite email you will receive. This email could take up to 48 hours to arrive.<\/p>\n        <div class=\"email-example\">\n          <p>Example of the email:<\/p>\n          <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/email-example.jpg\" alt=\"\">\n        <\/div>\n        <p class=\"step step-4\"><strong>Step 4:<\/strong> After clicking \u201cAccess Now\u201d in Step 3 you\u2019ll have access to your Lifestyle content and the community on the app and your computer at <a href=\"https:\/\/community.liveyourtruth.com\/\">community.liveyourtruth.com<\/a>.<\/p>\n      <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"thank-you\">\n  <div class=\"block\">\n    <div class=\"inner\">\n      <div class=\"inner-container\">\n        <ul>\n          <li>\n            <span>\n              <h4>Thank you for being a Lifestyle member!<\/h4>\n              <img class=\"mobile\" src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/carol-footer.jpg\" alt=\"\" \/>\n              <p>My team and I are here to support you. I love helping Lifestyle members to dress their truth, and I\u2019m so grateful that you\u2019re part of this community. The resources in your Lifestyle membership will help your unique personal style to develop. Just look at each day as an opportunity to express the real you. You\u2019re an amazing, beautiful woman, and it can show in your personal style. I\u2019m excited for you!<\/p>\n              <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/sig.svg\" alt=\"\" \/>\n            <\/span>\n          <\/li>\n          <li class=\"desktop\" >\n            <span>\n              <img src=\"https:\/\/my.liveyourtruth.com\/dyt\/wp-content\/themes\/jannah-child\/images\/ls-benefits\/carol-footer.jpg\" alt=\"\" \/>\n            <\/span>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<script>function debounce(fn, delay){\n      var timeOut;\n    return function(){\n      var t = this;\n      clearTimeout(timeOut);\n      timeOut = setTimeout(function(){\n        fn.bind(t).apply(arguments);\n      }, delay);\n    }\n  }\n (function($){$.fn.tabs = function()\n  {\n    this.each(function(i, t)\n    {\n      var tabButtons = $('.tab-nav > li', t);\n      var tabPanels = $('.tab-content > li', t);\n\n      \/\/tabButtons.eq(0).addClass('active');\n      \/\/tabPanels.eq(0).addClass('active');\n      var resizeHandler = debounce(_resizeHandler, 30);\n      $(window).on('resize', resizeHandler);\n      adjustContentMaxHeight();\n\n\n      tabButtons.on('click', (ev) =>\n      {\n        ev.preventDefault();\n        var index = tabButtons.index(ev.currentTarget);\n        $(ev.currentTarget).addClass('active').removeClass('was-active').siblings('.active').removeClass('active').addClass('was-active');\n        tabPanels.eq(index).addClass('active').removeClass('was-active').siblings('.active').removeClass('active').addClass('was-active');\n      });\n\n      function _resizeHandler(ev){\n        adjustContentMaxHeight();\n      }\n\n      function adjustContentMaxHeight(){\n        tabPanels.css('height', 'auto');\n        var h = 0;\n        tabPanels.each(function(i, ele){\n          h = Math.max(h, $(ele).outerHeight());\n        });\n        tabPanels.css('height', h);\n        \/\/ console.debug(`%cFinished Resizing` , \"color:blue\");\n      }\n    });\n\n  }\n  $.fn.dataLink = function(){\n    this.each(function(i, l){\n      $(this).on('click', function(){\n        var $ele = $($(this).data('link'));\n        var top = $ele.offset().top;\n        if($(window).width() >= 992){\n          top -= 70;\n        }else{\n          top += 20;\n        }\n\n        $('window, html, body').animate({\n          scrollTop: top\n        });\n      });\n    });\n  }\n  $('[data-link]').dataLink();\n\n  $('.tab-container').tabs();\n})(jQuery);\n<\/script>\n<style>\n.lifestyle-benefits .price {\n    display: none;\n}\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":15,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"categories":[],"tags":[],"cta_category":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.5.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Lifestyle Benefits | Carol Tuttle<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Lifestyle Benefits | Carol Tuttle\" \/>\n<meta property=\"og:url\" content=\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/\" \/>\n<meta property=\"og:site_name\" content=\"Carol Tuttle\" \/>\n<meta property=\"article:modified_time\" content=\"2019-11-07T18:35:06+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/my.liveyourtruth.com\/dyt\/#website\",\"url\":\"https:\/\/my.liveyourtruth.com\/dyt\/\",\"name\":\"Carol Tuttle\",\"description\":\"Personal style that&#039;s true to you.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/my.liveyourtruth.com\/dyt\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/#webpage\",\"url\":\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/\",\"name\":\"Lifestyle Benefits | Carol Tuttle\",\"isPartOf\":{\"@id\":\"https:\/\/my.liveyourtruth.com\/dyt\/#website\"},\"datePublished\":\"2016-09-01T03:09:46+00:00\",\"dateModified\":\"2019-11-07T18:35:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/my.liveyourtruth.com\/dyt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Lifestyle Benefits\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Lifestyle Benefits | Carol Tuttle","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/","og_locale":"en_US","og_type":"article","og_title":"Lifestyle Benefits | Carol Tuttle","og_url":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/","og_site_name":"Carol Tuttle","article_modified_time":"2019-11-07T18:35:06+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/my.liveyourtruth.com\/dyt\/#website","url":"https:\/\/my.liveyourtruth.com\/dyt\/","name":"Carol Tuttle","description":"Personal style that&#039;s true to you.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/my.liveyourtruth.com\/dyt\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/#webpage","url":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/","name":"Lifestyle Benefits | Carol Tuttle","isPartOf":{"@id":"https:\/\/my.liveyourtruth.com\/dyt\/#website"},"datePublished":"2016-09-01T03:09:46+00:00","dateModified":"2019-11-07T18:35:06+00:00","breadcrumb":{"@id":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/my.liveyourtruth.com\/dyt\/lifestyle-benefits\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/my.liveyourtruth.com\/dyt\/"},{"@type":"ListItem","position":2,"name":"Lifestyle Benefits"}]}]}},"_links":{"self":[{"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/pages\/85797"}],"collection":[{"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/comments?post=85797"}],"version-history":[{"count":3,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/pages\/85797\/revisions"}],"predecessor-version":[{"id":119523,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/pages\/85797\/revisions\/119523"}],"wp:attachment":[{"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/media?parent=85797"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/categories?post=85797"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/tags?post=85797"},{"taxonomy":"cta_category","embeddable":true,"href":"https:\/\/my.liveyourtruth.com\/dyt\/wp-json\/wp\/v2\/cta_category?post=85797"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}