{"id":32,"date":"2022-10-10T11:02:00","date_gmt":"2022-10-10T08:02:00","guid":{"rendered":"https:\/\/elementor.com\/help\/?p=32"},"modified":"2024-02-11T12:55:25","modified_gmt":"2024-02-11T10:55:25","slug":"hello-theme-tips","status":"publish","type":"post","link":"https:\/\/elementor.com\/help\/hello-theme-tips\/","title":{"rendered":"Hello Theme FAQs, tips and tricks"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Where can I download the Elementor Hello theme?<\/h2>\n\n\n\n<p>You can download the theme from either:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/wordpress.org\/themes\/hello-elementor\/\" target=\"_blank\" rel=\"noopener noreferrer\">WordPress repo<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/elementor.com\/hello-theme\/\" target=\"_blank\" rel=\"noopener noreferrer\">Directly from Elementor<\/a><\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How do I install the Hello theme if I downloaded the zip file?<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>From your WordPress dashboard, go to <em>Appearance &gt; Themes<\/em> and click <strong>Add New<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Upload Theme<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Browse<\/strong> and choose the file you just downloaded, then click <strong>Install Now<\/strong>.<\/li>\n\n\n\n<li>Once it is installed, click <strong>Activate<\/strong>.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Will I be notified of theme updates regardless of where I downloaded the theme?<\/h3>\n\n\n\n<p>Yes.&nbsp; <br>Just like any theme or plugin under <em>Dashboard<\/em> &gt; <em>Updates<\/em>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">Do you have a child theme I can download?<\/h3>\n\n\n\n<p>Yes. You can download a child theme here: <a href=\"https:\/\/github.com\/elementor\/hello-theme-child\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/github.com\/elementor\/hello-theme-child<\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How do I install the child theme?<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Download the <em>Hello child theme <\/em>from<em>&nbsp;<\/em><a href=\"https:\/\/github.com\/elementor\/hello-theme-child\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/github.com\/elementor\/hello-theme-child<\/a><\/li>\n\n\n\n<li>From your WordPress dashboard, go to <em>Appearance &gt; Themes<\/em> and click <strong>Add New<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Upload Theme<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Browse <\/strong>and choose the file you just downloaded, then click <strong>Install Now<\/strong>.<\/li>\n\n\n\n<li>Once it is installed, click <strong>Activate<\/strong>.<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How do I customize the child theme?<\/h3>\n\n\n\n<p>Edit the <em>style.css<\/em> file via FTP if you would like to change the Theme URI, Author, and Author URI. Editing this is optional. You can choose to leave it as is, if you prefer.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Theme Name: Hello Elementor Child\nTheme URI: https:\/\/elementor.com\/\nDescription: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team\nAuthor: Elementor Team\nAuthor URI: https:\/\/elementor.com\/\nTemplate: hello-elementor\nVersion: 1.0.0\nText Domain: hello-elementor-child\nTags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready\n<\/code><\/pre>\n\n\n\n<p>Add any custom styles after:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/*\n    Add your custom styles here\n*\/\n<\/code><\/pre>\n\n\n\n<p>So for example, if you wanted to add some Link and Heading styles, you could add something like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/* Link Styling *\/\na, a:active, a:visited {\ncolor: #000080;\n} \na:hover {\ncolor: #ffd700;\n}\n\n\/* Heading H1-H6 Styling *\/\nh1, h2, h3, h4, h5, h6 {\nfont-family: Georgia, serif;\ncolor: #3a3a3a;\nline-height: 35px;\nfont-weight:500;\nletter-spacing: 1px;\n}\nh1 {\nfont-size: 30px;\nline-height: 1.2;\n}\nh2 {\nfont-size: 28px;\nline-height: 1.3;\n}\nh3 {\nfont-size: 26px;\nline-height: 1.4;\n}\nh4 {\nfont-size: 24px;\nline-height: 1.5;\n}\nh5 {\nfont-size: 22px;\nline-height: 1.6;\n}\nh6 {\nfont-size: 20px;\nline-height: 1.2;\n}\n.entry-content h1,\n.entry-content h2,\n.entry-content h3,\n.entry-content h4,\n.entry-content h5,\n.entry-content h6 {\n margin-bottom: 20px;\n}\n<\/code><\/pre>\n\n\n\n<p>If you need to change any HTML of any of Hello\u2019s files, make a duplicate of the original Hello file, and place the copy into your child theme\u2019s folder. Edit the child theme\u2019s copied file to make any HTML changes you wish. <a href=\"https:\/\/developer.wordpress.org\/themes\/advanced-topics\/child-themes\/#adding-template-files\" target=\"_blank\" rel=\"noopener noreferrer\">Read more about this here<\/a>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How do I globally prevent all page titles from appearing on any page?<\/h3>\n\n\n\n<p>Elementor provides a filter called:<\/p>\n\n\n\n<p><em>hello_elementor_page_title<\/em><\/p>\n\n\n\n<p>You can add code that makes use of this filter to your child theme\u2019s <em>functions.php<\/em> file. Alternatively you can use a 3rd-party plugin such as <a href=\"https:\/\/wordpress.org\/plugins\/code-snippets\/\">Code Snippets<\/a> to add functions to your theme without needing to use a child theme, and without needing to edit your theme\u2019s functions.php file. The code to add to either your child theme\u2019s functions.php file or to your snippets plugin is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function ele_disable_page_title( $return ) {\n   return false;\n}\nadd_filter( 'hello_elementor_page_title', 'ele_disable_page_title' );\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">I want page titles on most of my pages, but I want to remove them from select pages. How do I do that?<\/h3>\n\n\n\n<p>You can choose to hide a page\u2019s title while editing the page with Elementor. Click the Page Settings gear icon in the lower left of the widget panel to access the <em>Hide Page Title<\/em> option. <a href=\"https:\/\/elementor.com\/help\/how-to-hide-page-titles-in-wordpress\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Read more about this feature<\/a><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How do I change the &#8220;Search Results for:&#8221; archive title for the Search Results page?<\/h3>\n\n\n\n<p>You can add code to your&nbsp;child theme\u2019s&nbsp; <em style=\"background-color: initial\">functions.php<\/em>&nbsp;file. Alternatively you can use a 3rd-party plugin such as <a href=\"https:\/\/wordpress.org\/plugins\/code-snippets\/\">Code Snippets<\/a> to add functions to your theme without needing to use a child theme, and without needing to edit your theme\u2019s functions.php file. The code to add to either your child theme\u2019s functions.php file or to your snippets plugin is:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>add_filter( 'elementor\/utils\/get_the_archive_title','archive_callback' );\nfunction archive_callback( $title ) {\n if ( is_search() ) { \n   return 'Your Custom Message Here: ' . get_search_query() ; \n } \n   return $title; \n}\n<\/code><\/pre>\n\n\n\n<p>Make sure you change <em>Your Custom Message Here:<\/em> to whatever you prefer.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">How do I add the Widgets menu option?<\/h3>\n\n\n\n<p>To enable the Widgets menu item in the WordPress admin menu, use the following code:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>if (function_exists(\"register_sidebar\")) {\n  register_sidebar();\n}\n<\/code><\/pre>\n\n\n\n<p>You can add this code to your&nbsp;<strong>child theme\u2019s<\/strong>&nbsp;<em>functions.php<\/em>&nbsp;file. Alternatively you can use a 3rd-party plugin such as <a href=\"https:\/\/wordpress.org\/plugins\/code-snippets\/\">Code Snippets<\/a> to add functions to your theme without needing to use a child theme, and without needing to edit the functions.php file.&nbsp;<\/p>\n\n\n\n<p>Once you have the Widgets menu available to you, you can assign Widgets to the Sidebar as usual in <em>Appearance &gt; Widgets<\/em>. You can then use this Sidebar anywhere on your Elementor page. Simply add a column in a section and drag the <a href=\"https:\/\/elementor.com\/help\/sidebar-widget\/\">Sidebar widget&nbsp;<\/a>into the column.&nbsp;<\/p>\n\n\n\n<p>If you prefer to register new or custom widget areas via code, instead of using the Sidebar widget (for example, if you need a sidebar on a non-Elementor page), you can find sample code&nbsp;in the official WordPress <a href=\"https:\/\/codex.wordpress.org\/Widgetizing_Themes\">Widgetizing Themes<\/a> documentation. Your code may differ from the sample code based upon your particular needs.&nbsp;<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hello Theme Header And Footer Customization<\/strong><\/h3>\n\n\n\n<p>From the site <a href=\"https:\/\/elementor.com\/help\/hello-header-and-footer-customization\/\" data-type=\"post\" data-id=\"25214\">header and footer customization<\/a> menu you may configure the look of your site header. In addition to choosing the layouts, you can customize the width, background color, menu, appearance and style of each element.<\/p>\n\n\n\n<p class=\"callout-red\">Important: This feature will be active only on a new site. Existing sites need to opt-in to this feature through the&nbsp;<em>Experiments<\/em>&nbsp;screen. Once activated, there will be two new sections under the Site Settings &gt; Theme Style.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover tips and tricks to get the most out of the Hello Elementor theme<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_elementor_kustomer_id":["62c6c5596dda8d7371574cf0","62c6c5596dda8d7371574cf0"],"footnotes":""},"categories":[1469],"tags":[1324],"class_list":["post-32","post","type-post","status-publish","format-standard","hentry","category-hello-theme","tag-faqs"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Elementor Hello Theme: FAQs, Tips and Tricks | Elementor<\/title>\n<meta name=\"description\" content=\"Learn everything about Elementor Hello Theme in this article from Elementor&#039;s Knowledge Base. Get Elementor tips &amp; more.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/help\/hello-theme-tips\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Elementor Hello Theme: FAQs, Tips and Tricks | Elementor\" \/>\n<meta property=\"og:description\" content=\"Learn everything about Elementor Hello Theme in this article from Elementor&#039;s Knowledge Base. Get Elementor tips &amp; more.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/help\/hello-theme-tips\/\" \/>\n<meta property=\"og:site_name\" content=\"Help\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-10T08:02:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-11T10:55:25+00:00\" \/>\n<meta name=\"author\" content=\"Alan Kaler\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alan Kaler\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/\"},\"author\":{\"name\":\"Alan Kaler\",\"@id\":\"https:\/\/elementor.com\/help\/#\/schema\/person\/ebf805be1a1abdd587d4b97e3328f430\"},\"headline\":\"Hello Theme FAQs, tips and tricks\",\"datePublished\":\"2022-10-10T08:02:00+00:00\",\"dateModified\":\"2024-02-11T10:55:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/\"},\"wordCount\":808,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/elementor.com\/help\/#organization\"},\"keywords\":[\"FAQs\"],\"articleSection\":[\"Hello Theme\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/elementor.com\/help\/hello-theme-tips\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/\",\"url\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/\",\"name\":\"Elementor Hello Theme: FAQs, Tips and Tricks | Elementor\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/help\/#website\"},\"datePublished\":\"2022-10-10T08:02:00+00:00\",\"dateModified\":\"2024-02-11T10:55:25+00:00\",\"description\":\"Learn everything about Elementor Hello Theme in this article from Elementor's Knowledge Base. Get Elementor tips & more.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/help\/hello-theme-tips\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/help\/hello-theme-tips\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Help Center\",\"item\":\"https:\/\/elementor.com\/help\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Themes\",\"item\":\"https:\/\/elementor.com\/help\/themes\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Hello Theme\",\"item\":\"https:\/\/elementor.com\/help\/themes\/hello-theme\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Hello Theme FAQs, tips and tricks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/help\/#website\",\"url\":\"https:\/\/elementor.com\/help\/\",\"name\":\"Elementor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/elementor.com\/help\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/help\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/elementor.com\/help\/#organization\",\"name\":\"Elementor\",\"url\":\"https:\/\/elementor.com\/help\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png\",\"contentUrl\":\"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png\",\"width\":225,\"height\":225,\"caption\":\"Elementor\"},\"image\":{\"@id\":\"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/help\/#\/schema\/person\/ebf805be1a1abdd587d4b97e3328f430\",\"name\":\"Alan Kaler\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/elementor.com\/help\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7618989d1401c38afe50748601d8dad91fdb8930f53fe037881768b15ab4b108?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7618989d1401c38afe50748601d8dad91fdb8930f53fe037881768b15ab4b108?s=96&d=mm&r=g\",\"caption\":\"Alan Kaler\"},\"description\":\"Alan Kaler is an expert Elementorist at Elementor and a WordPress Magician who thinks that the three most beautiful words in our language are: I told you\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Elementor Hello Theme: FAQs, Tips and Tricks | Elementor","description":"Learn everything about Elementor Hello Theme in this article from Elementor's Knowledge Base. Get Elementor tips & more.","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:\/\/elementor.com\/help\/hello-theme-tips\/","og_locale":"en_US","og_type":"article","og_title":"Elementor Hello Theme: FAQs, Tips and Tricks | Elementor","og_description":"Learn everything about Elementor Hello Theme in this article from Elementor's Knowledge Base. Get Elementor tips & more.","og_url":"https:\/\/elementor.com\/help\/hello-theme-tips\/","og_site_name":"Help","article_published_time":"2022-10-10T08:02:00+00:00","article_modified_time":"2024-02-11T10:55:25+00:00","author":"Alan Kaler","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Alan Kaler","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/help\/hello-theme-tips\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/help\/hello-theme-tips\/"},"author":{"name":"Alan Kaler","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/ebf805be1a1abdd587d4b97e3328f430"},"headline":"Hello Theme FAQs, tips and tricks","datePublished":"2022-10-10T08:02:00+00:00","dateModified":"2024-02-11T10:55:25+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/help\/hello-theme-tips\/"},"wordCount":808,"commentCount":0,"publisher":{"@id":"https:\/\/elementor.com\/help\/#organization"},"keywords":["FAQs"],"articleSection":["Hello Theme"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/elementor.com\/help\/hello-theme-tips\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/elementor.com\/help\/hello-theme-tips\/","url":"https:\/\/elementor.com\/help\/hello-theme-tips\/","name":"Elementor Hello Theme: FAQs, Tips and Tricks | Elementor","isPartOf":{"@id":"https:\/\/elementor.com\/help\/#website"},"datePublished":"2022-10-10T08:02:00+00:00","dateModified":"2024-02-11T10:55:25+00:00","description":"Learn everything about Elementor Hello Theme in this article from Elementor's Knowledge Base. Get Elementor tips & more.","breadcrumb":{"@id":"https:\/\/elementor.com\/help\/hello-theme-tips\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/help\/hello-theme-tips\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/help\/hello-theme-tips\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Help Center","item":"https:\/\/elementor.com\/help\/"},{"@type":"ListItem","position":2,"name":"Themes","item":"https:\/\/elementor.com\/help\/themes\/"},{"@type":"ListItem","position":3,"name":"Hello Theme","item":"https:\/\/elementor.com\/help\/themes\/hello-theme\/"},{"@type":"ListItem","position":4,"name":"Hello Theme FAQs, tips and tricks"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/help\/#website","url":"https:\/\/elementor.com\/help\/","name":"Elementor","description":"","publisher":{"@id":"https:\/\/elementor.com\/help\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/help\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/elementor.com\/help\/#organization","name":"Elementor","url":"https:\/\/elementor.com\/help\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/","url":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png","contentUrl":"https:\/\/elementor.com\/help\/wp-content\/uploads\/2025\/06\/images.png","width":225,"height":225,"caption":"Elementor"},"image":{"@id":"https:\/\/elementor.com\/help\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/ebf805be1a1abdd587d4b97e3328f430","name":"Alan Kaler","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elementor.com\/help\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7618989d1401c38afe50748601d8dad91fdb8930f53fe037881768b15ab4b108?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7618989d1401c38afe50748601d8dad91fdb8930f53fe037881768b15ab4b108?s=96&d=mm&r=g","caption":"Alan Kaler"},"description":"Alan Kaler is an expert Elementorist at Elementor and a WordPress Magician who thinks that the three most beautiful words in our language are: I told you"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/32","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/comments?post=32"}],"version-history":[{"count":3,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/32\/revisions"}],"predecessor-version":[{"id":45502,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/posts\/32\/revisions\/45502"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/media?parent=32"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/categories?post=32"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/help\/wp-json\/wp\/v2\/tags?post=32"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}