{"id":18045,"date":"2020-10-13T19:00:42","date_gmt":"2020-10-13T19:00:42","guid":{"rendered":"https:\/\/codex-themes.com\/thegem\/?page_id=18045"},"modified":"2023-05-15T17:59:56","modified_gmt":"2023-05-15T17:59:56","slug":"page-layout-options","status":"publish","type":"page","link":"https:\/\/codex-themes.com\/thegem\/features\/page-layout-options\/","title":{"rendered":"Page Layout Options"},"content":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; full_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1562760246335{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2019\/07\/1-1.jpg?id=32288) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column][vc_row_inner][vc_column_inner width=&#8221;2\/3&#8243;]<script type=\"text\/javascript\">(function() { function TheGemHeading() { this.selector = '.thegem-heading'; this.animateClass = 'thegem-heading-animate'; this.animatedClass = 'thegem-heading-animated'; this.rotatingSelector = '.thegem-heading-rotating'; } TheGemHeading.prototype = { initialize: function () { let items = document.querySelectorAll(this.selector); if ('IntersectionObserver' in window) { let intersectionObserver = new IntersectionObserver((entries, observer)=>{ entries.forEach((entry)=> { if (entry.isIntersecting) { this.startAnimation(entry.target); intersectionObserver.unobserve(entry.target); } }); }); items.forEach((item)=>{ intersectionObserver.observe(item); setTimeout(()=>this.prepareAnimation(item), 300); }); } else { items.forEach((item)=>{ this.prepareAnimation(item); this.startAnimation(item); }); } }, startAnimation: function (element) { if (element.classList.contains(this.animateClass)) { setTimeout(()=>{ element.classList.remove(this.animateClass); element.classList.add(this.animatedClass); }, 300); } let rotatingItem = element.querySelector(this.rotatingSelector); if (typeof(rotatingItem) != 'undefined' && rotatingItem != null) { this.rotating(rotatingItem); } }, isRotating: function (element) { return element.querySelector(this.rotatingSelector) !== null; }, prepareAnimation: function (element) { if (!element || this.isRotating(element)) { return; } const animationName = element.dataset.animationName; const animationDelay = parseInt(element.dataset.animationDelay) || 0; const animationInterval = parseInt(element.dataset.animationInterval) || 0; switch (animationName) { case 'lines-slide-up': case 'lines-slide-up-random': const animationLineTagWrap = '<span class=\"thegem-heading-line-wrap\">'; function animationLineTag (index) { let styles = ''; if (animationName === 'lines-slide-up' && (animationDelay > 0 || animationInterval > 0)) { styles = `animation-delay: ${(animationDelay + (animationInterval*(index+1)))}ms;`; } return '<span class=\"thegem-heading-line\"' + (styles!== '' ? ' style=\"'+styles+'\"' : '') + '>'; } let nodes = element.childNodes; let currentOffset = nodes[0].offsetTop; let index = 0; let idx = 0; let html = animationLineTagWrap + animationLineTag(index); for (let i = 0; i < nodes.length; i++) { if (nodes[i].nodeType === 3) continue; if (nodes[i].offsetTop > currentOffset + nodes[i].scrollHeight\/2) { index++; html += '<\/span><\/span>' + animationLineTagWrap + animationLineTag(index); currentOffset = nodes[i].offsetTop; if (animationName === 'lines-slide-up-random') idx = 0; } if (animationName === 'lines-slide-up-random' && (animationDelay > 0 || animationInterval > 0)) { nodes[i].style.animationDelay = (animationDelay + animationInterval*(idx+1)) + 'ms'; } html += nodes[i].outerHTML + ' '; if (animationName === 'lines-slide-up-random') idx++; } html += '<\/span><\/span>'; element.innerHTML = html; break; } }, rotating: function (element,) { let current = element.querySelector('.thegem-heading-rotating-text'); element.style.width = element.clientWidth+'px'; current.style.width = element.clientWidth+'px'; setInterval(()=>{ let next = current.nextElementSibling !== null ? current.nextElementSibling : element.childNodes[0]; let nextWidth = next.clientWidth; let currentWidth = current.clientWidth; element.style.width = nextWidth + 'px'; current.style.width = '1px'; current.style.opacity = 0; next.style.width = '1px'; setTimeout(()=>{ current.style.position = 'absolute'; current.style.width = currentWidth + 'px'; next.style.position = 'relative'; next.style.opacity = 1; next.style.width = nextWidth + 'px'; current = next; }, 500); }, 2500); } }; window.theGemHeading = new TheGemHeading(); document.addEventListener('DOMContentLoaded', function(event) { window.theGemHeading.initialize(); }); if (window.parent.vc) { window.parent.vc.events.on('shortcodeView:updated', function (event) { let element = event.view.el.querySelector('.thegem-heading'); window.theGemHeading.prepareAnimation(element); window.theGemHeading.startAnimation(element); }); window.parent.vc.events.on('app.render', function () { window.theGemHeading.initialize(); }); }\n})();<\/script><div id=\"thegem-heading-69e23bc08aa8d\" class=\"thegem-heading title-xlarge words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff; animation-delay: 120ms\">Page<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"light thegem-heading-word\" style=\"color: #ffffff; animation-delay: 240ms\">Layout<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e23bc08aa8d {margin: 0;}#thegem-heading-69e23bc08aa8d .thegem-heading-word {animation-duration: 1000ms;}#thegem-heading-69e23bc08aa8d .thegem-heading-word {animation-timing-function: cubic-bezier(0.25,1,0.5,1);}<\/style><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 6px;\"><\/div><div id=\"thegem-heading-69e23bc08ab1f\" class=\"thegem-heading title-xlarge words-slide-up thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 320ms\">Options<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e23bc08ab1f {margin: 0;}#thegem-heading-69e23bc08ab1f .thegem-heading-word {animation-duration: 1000ms;}#thegem-heading-69e23bc08ab1f .thegem-heading-word {animation-timing-function: cubic-bezier(0.25,1,0.5,1);}<\/style><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 52px;\"><\/div><div id=\"thegem-heading-69e23bc08ab6d\" class=\"thegem-heading styled-subtitle words-slide-left thegem-heading-animate\" style=\"text-align: left;\" ><span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 440ms\">Enjoy<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 480ms\">the<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 520ms\">absolute<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 560ms\">creative<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 600ms\">freedom<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 640ms\">and<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 680ms\">build<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 720ms\">layouts<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 760ms\">which<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 800ms\">will<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 840ms\">stand<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 880ms\">out<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 920ms\">and<\/span><\/span> <span class=\"thegem-heading-word-wrap\"><span class=\"thegem-heading-word\" style=\"color: #ffffff; animation-delay: 960ms\">impress!<\/span><\/span><\/div><style type=\"text\/css\">#thegem-heading-69e23bc08ab6d {margin: 0;}#thegem-heading-69e23bc08ab6d {max-width: 452px;}#thegem-heading-69e23bc08ab6d .thegem-heading-word {animation-duration: 2000ms;}<\/style>[\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column css=&#8221;.vc_custom_1562760312121{margin-top: 0px !important;padding-top: 0px !important;}&#8221;]<div id=\"fullwidth-block-69e23bc08ab96\" class=\"fullwidth-block clearfix\"  style=\"background-color: #2c2e3d;padding-top: 164px;padding-bottom: 170px;\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e23bc08ab96\")); }<\/script><div class=\"fullwidth-block-inner\"><div class=\"container\">[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\"><span style=\"color: #99a9b5;\">With TheGem you can create any imaginable page layouts in minutes. Due to a plenty of flexible layout options, you can create 100% width, fullwidth, boxed layouts, use any number of sidebars on any layout position, mixed different layout approaches with each other while creating your own unique layout style.<\/span><\/div>\n<p>[\/vc_column_text]<\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 60px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18057&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us-left-sidebar\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Left Sidebar \/ Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18071&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us-right-sidebar\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Right Sidebar \/ Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18069&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us-2\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">No Sidebar \/ Full Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 6px;\"><\/div>[vc_single_image image=&#8221;29598&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/masonry-shop\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Fullwidth with variable paddings<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18067&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/services-quickfinders\/services\/?tsc_options%5Bpage_layout%5D=boxed&amp;tsc_options%5Bbackground%5D=1&amp;tsc_options%5Bmenu_layout%5D=&amp;tsc_options%5Bmenu_style%5D=3&amp;tsc_options%5Btop_area%5D=1&#8243;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Boxed Layout<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18065&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/pages\/about-us\/about-us\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">100% Width Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18063&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/features\/features-all-widgets\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Left &amp; Right Sidebars<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 6px;\"><\/div>[vc_single_image image=&#8221;29596&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/elements\/contact-forms\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Two Sidebars + Content<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;custom-hover&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 57px;\"><\/div>[vc_single_image image=&#8221;18095&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221; onclick=&#8221;custom_link&#8221; link=&#8221;https:\/\/codex-themes.com\/thegem\/product\/summer-feeling\/&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 35px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center;\">Separated Sidebars<\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 50px;\"><\/div>[\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 82px;\"><\/div>[\/vc_column][\/vc_row][vc_row el_class=&#8221;custom-image&#8221;][vc_column]<div id=\"fullwidth-block-69e23bc08ad78\" class=\"fullwidth-block clearfix\"  style=\"\"><script type=\"text\/javascript\">if (typeof(gem_fix_fullwidth_position) == \"function\") { gem_fix_fullwidth_position(document.getElementById(\"fullwidth-block-69e23bc08ad78\")); }<\/script><div class=\"fullwidth-block-background\" style=\"background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2019\/07\/2-1.jpg);background-repeat: no-repeat; background-size: cover;background-position: center top;\"><\/div><div class=\"fullwidth-block-inner\"><div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 248px;\"><\/div>[vc_single_image image=&#8221;32310&#8243; img_size=&#8221;full&#8221; alignment=&#8221;center&#8221;]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 39px;\"><\/div>[vc_column_text]<\/p>\n<div class=\"styled-subtitle\" style=\"text-align: center; max-width: 698px; margin: 0 auto;\"><span style=\"color: #3c3950;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore minim veniam quis nostrud!<\/span><\/div>\n<p>[\/vc_column_text]<div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 45px;\"><\/div><div class=\"gem-button-container gem-button-position-center thegem-button-69e23bc08adcf8066\" ><a class=\"gem-button gem-button-size-large gem-button-style-outline gem-button-text-weight-normal gem-button-border-3\" style=\"border-radius: 300px;border-color: #393d50;color: #393d50;\" onmouseleave=\"this.style.borderColor='#393d50';this.style.backgroundColor='transparent';this.style.color='#393d50';\" onmouseenter=\"this.style.borderColor='#393d50';this.style.backgroundColor='#393d50';this.style.color='#ffffff';\" href=\"https:\/\/themeforest.net\/checkout\/from_item\/16061685?license=regular\" target=\"_blank\">buy now!<\/a><\/div> <div class=\"clearboth\"><\/div><div class=\"gem-divider \" style=\"margin-top: 180px;\"><\/div><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row full_width=&#8221;stretch_row&#8221; full_height=&#8221;yes&#8221; css=&#8221;.vc_custom_1562760246335{margin-bottom: 0px !important;background-image: url(https:\/\/codex-themes.com\/thegem\/wp-content\/uploads\/2019\/07\/1-1.jpg?id=32288) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}&#8221;][vc_column][vc_row_inner][vc_column_inner width=&#8221;2\/3&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;1\/3&#8243;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row][vc_column css=&#8221;.vc_custom_1562760312121{margin-top: 0px !important;padding-top: 0px&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":15,"menu_order":-1,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/18045"}],"collection":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/comments?post=18045"}],"version-history":[{"count":7,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/18045\/revisions"}],"predecessor-version":[{"id":39281,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/18045\/revisions\/39281"}],"up":[{"embeddable":true,"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/pages\/15"}],"wp:attachment":[{"href":"https:\/\/codex-themes.com\/thegem\/wp-json\/wp\/v2\/media?parent=18045"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}