{"id":1540,"date":"2012-06-29T14:37:48","date_gmt":"2012-06-29T14:37:48","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2012\/06\/29\/change-field-width\/"},"modified":"2021-08-16T23:39:40","modified_gmt":"2021-08-17T03:39:40","slug":"change-field-width","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/","title":{"rendered":"Changing the width of fields in aiContactSafe forms"},"content":{"rendered":"<p><a href=\"\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\" rel=\"lightbox-0\"><img decoding=\"async\" width=\"994\" height=\"603\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\" class=\"optimized-lcp-image\" alt=\"field-widths-are-not-the-same\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>In our last aiContactSafe tutorial we <a href=\"\/support\/edu\/joomla\/joomla-2-5\/add-new-field\/\">created a new field<\/a>, <em>Website URL<\/em>. After testing the form, we noticed that the width of the textbox for the user\u2019s web address is not as long as the other fields (such as Name, Email, and Phone). To make the form look more professional, we would like the text fields to all have the same width. You can do this by <strong>changing the width<\/strong> of the fields within the form.<\/p>\n<div style=\"clear: both;\"><\/div>\n<h2>How are aiContactSafe field width\u2019s set by default?<\/h2>\n<p>The default width for fields in aiContactSafe are set in a CSS file:<\/p>\n<p class=\"code_block\">\/media\/aicontactsafe\/cssprofiles\/profile_css_1.css<\/p>\n<p>The width is set to 240px, as you can see in the following section of code:<\/p>\n<pre class=\"code_block\" style=\"max-width: 560px;\">div#aiContactSafe_mainbody_1 input#aics_name {     width:240px; } div#aiContactSafe_mainbody_1 input#aics_email {     width:240px; } div#aiContactSafe_mainbody_1 input#aics_phone {     width:240px; } div#aiContactSafe_mainbody_1 input#aics_subject {     width:240px; }<\/pre>\n<h2>Modifying field widths within the profiles CSS<\/h2>\n<p>Each profile in aiContactSafe can have its own CSS file to help you style each form uniquely. We can use this CSS to make the fields look more uniform.<\/p>\n<ol class=\"article_list\">\n<li>\n<h3>Find the ID of the Input<\/h3>\n<p>View the page source of your form and find the code for the field you would like to change. The important thing to note is the ID of the text input (which we\u2019ve highlighted in red below):<\/p>\n<p class=\"code_block\">&lt;div class=\u201daiContactSafe_row\u201d id=\u201daiContactSafe_row_aics_websiteurl\u201d&gt;&lt;div class=\u201daiContactSafe_contact_form_field_label_left\u201d&gt;&lt;span class=\u201daiContactSafe_label\u201d id=\u201daiContactSafe_label_aics_websiteurl\u201d &gt;&lt;label for=\u201daics_websiteurl\u201d &gt;Website URL&lt;\/label&gt;&lt;\/span&gt;\u00a0&lt;\/div&gt;&lt;div class=\u201daiContactSafe_contact_form_field_right\u201d&gt;&lt;input type=\u201dtext\u201d name=\u201daics_websiteurl\u201d id=\u201d<span style=\"color: #ff0000;\"><strong>aics_websiteurl<\/strong><\/span>\u201d   value=\u201dhttps:\/\/\u201d \/&gt;&lt;\/div&gt;<\/p>\n<\/li>\n<li>\n<h3>Edit the CSS of the Profile<\/h3>\n<p>Within your Joomla 2.5 dashboard, hover over <strong>Components<\/strong> in the top menu, then hover over <strong>aiContactSafe<\/strong> and click <strong>Profiles<\/strong>. Click the Profile you would like to edit, and then click the <strong>Edit CSS<\/strong> button.<br>\n<a href=\"\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_click-the-edit-css-button.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"click-the-edit-css-button\" class=\"std_ss size-full wp-image-7899\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_click-the-edit-css-button.gif\" width=\"739\" height=\"486\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<p>Based upon the ID of your field, add the following CSS code and then click <strong>Save<\/strong> in the top right menu.<\/p>\n<pre class=\"code_block\" style=\"max-width: 560px;\">div#aiContactSafe_mainbody_1 input#<span style=\"color: #ff0000;\"><strong>aics_websiteurl<\/strong><\/span> {     width:240px; }<\/pre>\n<p>After saving the change, test your form. As you can see in our screenshot below, we were able to get the <em>Website URL<\/em> field to have the same width as the other fields!<br>\n<a href=\"\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_after-editing-profiles-css.gif\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" alt=\"after-editing-profiles-css\" class=\"std_ss size-full wp-image-7900\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_after-editing-profiles-css.gif\" width=\"912\" height=\"557\"><\/a><\/p>\n<div style=\"clear:both;\"><\/div>\n<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>In our last aiContactSafe tutorial we created a new field, Website URL. After testing the form, we noticed that the width of the textbox for the user\u2019s web address is not as long as the other fields (such as Name, Email, and Phone). To make the form look more professional, we would like the text<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\"> Read More ><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4403,82],"tags":[2113],"class_list":["post-1540","post","type-post","status-publish","format-standard","hentry","category-joomla","category-joomla-2-5","tag-joomla-v2-5"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Changing the width of fields in aiContactSafe forms | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Each aiContactSafe profile has a CSS file that can be edited. In this tutorial, we&#039;ll show you how to change field widths by editing profile&#039;s CSS.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Changing the width of fields in aiContactSafe forms | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Each aiContactSafe profile has a CSS file that can be edited. In this tutorial, we&#039;ll show you how to change field widths by editing profile&#039;s CSS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-29T14:37:48+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-17T03:39:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\" \/>\n<meta name=\"author\" content=\"Brad Markle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Brad Markle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\"},\"author\":{\"name\":\"Brad Markle\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\"},\"headline\":\"Changing the width of fields in aiContactSafe forms\",\"datePublished\":\"2012-06-29T14:37:48+00:00\",\"dateModified\":\"2021-08-17T03:39:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\"},\"wordCount\":377,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\",\"keywords\":[\"Joomla v2.5\"],\"articleSection\":[\"Joomla\",\"Joomla 2.5\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\",\"name\":\"Changing the width of fields in aiContactSafe forms | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\",\"datePublished\":\"2012-06-29T14:37:48+00:00\",\"dateModified\":\"2021-08-17T03:39:40+00:00\",\"description\":\"Each aiContactSafe profile has a CSS file that can be edited. In this tutorial, we'll show you how to change field widths by editing profile's CSS.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif\",\"width\":994,\"height\":603,\"caption\":\"field-widths-are-not-the-same\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Changing the width of fields in aiContactSafe forms\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf\",\"name\":\"Brad Markle\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Changing the width of fields in aiContactSafe forms | InMotion Hosting","description":"Each aiContactSafe profile has a CSS file that can be edited. In this tutorial, we'll show you how to change field widths by editing profile's CSS.","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:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/","og_locale":"en_US","og_type":"article","og_title":"Changing the width of fields in aiContactSafe forms | InMotion Hosting","og_description":"Each aiContactSafe profile has a CSS file that can be edited. In this tutorial, we'll show you how to change field widths by editing profile's CSS.","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2012-06-29T14:37:48+00:00","article_modified_time":"2021-08-17T03:39:40+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif","type":"","width":"","height":""}],"author":"Brad Markle","twitter_card":"summary_large_image","twitter_creator":"@InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"Brad Markle","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/"},"author":{"name":"Brad Markle","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf"},"headline":"Changing the width of fields in aiContactSafe forms","datePublished":"2012-06-29T14:37:48+00:00","dateModified":"2021-08-17T03:39:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/"},"wordCount":377,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif","keywords":["Joomla v2.5"],"articleSection":["Joomla","Joomla 2.5"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/","name":"Changing the width of fields in aiContactSafe forms | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif","datePublished":"2012-06-29T14:37:48+00:00","dateModified":"2021-08-17T03:39:40+00:00","description":"Each aiContactSafe profile has a CSS file that can be edited. In this tutorial, we'll show you how to change field widths by editing profile's CSS.","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2012\/06\/edu_joomla25_aiContactSafe_field-widths-are-not-the-same.gif","width":994,"height":603,"caption":"field-widths-are-not-the-same"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/joomla\/joomla-2-5\/change-field-width\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"Changing the width of fields in aiContactSafe forms"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/5ae05d1210b0ef63c437ccedce2799bf","name":"Brad Markle","url":"https:\/\/www.inmotionhosting.com\/support\/author\/bradm\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1540","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=1540"}],"version-history":[{"count":3,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1540\/revisions"}],"predecessor-version":[{"id":85854,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/1540\/revisions\/85854"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=1540"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=1540"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=1540"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}