Demo content new site

hello, I have to build a new site starting from the crafty model. After installing the whole site element, there are some sections missing, such as posts, post style, footer, font, etc.

Hello @ICTn,

Thanks for writing to us.

I suspect this could be a bug and have reported it to the developers for investigation, it was some custom CSS code issue which is not imported properly. I went ahead and fixed the issue on your server. I have added the demo-specific custom CSS code on the Theme Options —>Custom Code —>Global CSS.

   /* ===========================
// TABLE OF CONTENTS
// ---------------------------
//   01. Reboot
//   02. Shared Content
//   03. WooCommerce
//   04. Blog
//   05. Recent Posts
//   06. Pagination
//   07. Footer
//   08. Hidden Elements
//   09. Responsive Styles
// ======================== */

/* Reboot
// ------------------------ */

.x-navbar {
  border: 0;
  box-shadow: none;
}

.x-btn-navbar.collapsed,
.x-navbar .desktop .x-nav > li > a:hover,
.x-navbar .desktop .x-nav > .x-active > a,
.x-navbar .desktop .x-nav > .current-menu-item > a {
  box-shadow: none;
}

.entry-wrap {
  border-radius: 0;
  box-shadow: none;
}

.x-btn,
.button,
[type="submit"],
.x-btn:hover,
.button:hover,
[type="submit"]:hover {
  border-width: 1px;
  border-radius: 0px;
  padding: 0.8em 1.25em;
  letter-spacing: 0px;
  text-transform: none;
}

.x-nav-tabs > .active > a,
.x-nav-tabs > .active > a:hover {
  box-shadow: none;
}

.x-nav-tabs,
.x-tab-content {
  border-color: white;
  box-shadow: none;
}

.x-alert-block {
  border: 0;
  border-radius: 2px;
  padding: 1.2em 1.15em;
  box-shadow: none;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  height: 3.1em;
  border-color: rgb(217, 217, 217);
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  transition-duration: 0s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: none;
}

.x-container.offset {
  margin-top: 45px;
  margin-bottom: 90px;
}



/* Shared Content: Blog,
// WooCommerce, and Recent
// Posts
// ------------------------ */

.entry-product,
.has-post-thumbnail .entry-featured,
.blog .x-main.full > article,
body .x-recent-posts a {
  border: 0 !important;
  box-shadow: none;
}

.entry-product,
.blog .x-main.full > article,
body .x-recent-posts a {
  transition-duration: 0.3s;
  transition-property: box-shadow;
  transition-timing-function: ease-in-out;
}

.entry-product:hover,
.blog .x-main.full > article:not(:first-child):hover,
body .x-recent-posts a:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02),
              0 6.7px 5.3px rgba(0, 0, 0, 0.028),
              0 12.5px 10px rgba(0, 0, 0, 0.035),
              0 22.3px 17.9px rgba(0, 0, 0, 0.042),
              0 41.8px 33.4px rgba(0, 0, 0, 0.05),
              0 100px 80px rgba(0, 0, 0, 0.07);
}

.woocommerce li.product .entry-header,
.blog .x-main.full > article:not(:first-child) .entry-wrap,
div.x-recent-posts .x-recent-posts-content {
  padding: 1.5625em 1.95em;
}

.blog .x-main.full > article:not(:first-child) .entry-wrap .entry-title,
div.x-recent-posts .x-recent-posts-content .h-recent-posts {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.75;
  white-space: normal;
  color: #000000;
}

.blog .x-main.full > article:not(:first-child) .entry-wrap .entry-title a,
div.x-recent-posts .x-recent-posts-content .h-recent-posts {
  color: #000000;
}


/* WooCommerce
// ------------------------ */

.woocommerce li.product {
  box-shadow: none;
  overflow: visible;
}

.woocommerce li.product .onsale {
  top: 6px;
  left: 6px;
  width: 4em;
  height: 2.5em;
  border-radius: 0px;
  line-height: 2.5em;
  text-shadow: none;
  box-shadow: none;
  transform: rotate(0deg);
  pointer-events: none;
}

.woocommerce .entry-wrap {
  padding: 45px 0 0;
}

.woocommerce li.product .entry-wrap {
  padding: 0;
  box-shadow: none;
}

.woocommerce li.product .entry-header h3 {
  font-size: 1.25rem;
  letter-spacing: 0.005em;
  line-height: 1.2;
}

.woocommerce .price {
  font-size: 1.25rem;
  letter-spacing: 0.005em;
}

.woocommerce li.product .entry-header .price > .amount,
.woocommerce li.product .entry-header .price > ins > .amount {
  font-size: 1em;
  line-height: 1;
  color: currentColor;
}

.quantity input[type="number"] {
  border-color: black;
}

.woocommerce-tabs .x-tab-content .x-tab-pane {
	padding-left: 0;
  padding-top: 0;
}

.woocommerce .quantity input[type="number"] {
  font-size: 16px;
}

.single_add_to_cart_button,
.checkout-button,
.apply_coupon,
.update_cart {
  padding: 0.7em 1.125em;
}

.woocommerce .cart .actions > input,
.woocommerce .cart .actions > button {
  padding: 0.7em 1.125em;
}

.woocommerce-cart-form,
.woocommerce-cart-form a,
.woocommerce label,
.woocommerce table th,
.woocommerce table td,
.woocommerce .cart_totals,
.woocommerce-order-overview li {
  color: rgba(0, 0, 0, 0.8);
}

.woocommerce-cart-form table th {
  padding: 3em 0.652em 3em 0;
}

.cart_totals table td,
.cart_totals table th {
  padding: 1em 1em 1em 0;
}

#order_review table td,
#order_review table th {
  padding: 1em 1em 1em 0;
}

.woocommerce-order-details {
  padding: 3em 0em
}

.woocommerce-order-details table td,
.woocommerce-order-details table th {
  padding: 1em 1em 1em 0;
}

.woocommerce-cart-form td {
  padding: 1em 0em;
}

.woocommerce thead {
  text-transform: uppercase;
}

.widget_shopping_cart_content .x-interactive {
  background: none !important;
  border-color: #ebebe7 !important;
  box-shadow: none !important;
}

.woocommerce-checkout form .payment_methods label {
  padding: 0;
}

.woocommerce th {
  font-weight: normal;
}

.woocommerce table td,
.woocommerce table tr {
  border-color: #ebebe7;
}

.woocommerce-result-count,
.woocommerce-ordering {
  opacity: 0;
}

.woocommerce li.product {
  margin-bottom: 8.5%;
}

li.woocommerce-MyAccount-navigation-link a {
  padding: 0.9em 1em;
  font-size: 14px;
}

input#rememberme {
  margin-right: 0.5em;
}

.woocommerce-form-login__rememberme {
  padding: 0 0 1em 0;
}

.woocommerce .upsells ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce .cross-sells ul.products li.product {
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.e85-6.x-anchor-toggle .x-graphic-icon[class*="active"] {
  color: #272727;
}

.e85-6.x-anchor-toggle {
  border-radius: 0;
}

.x-masthead .crafty-cart .x-anchor-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0.1rem;
  top: -0.1rem;
  font-weight: normal;
  font-size: 13px;
  background-color: #777;
  color: #fff;
  border-radius: 50%;
  min-width: 1.2em;
  height: 1.2em;
}

.x-masthead .crafty-cart .x-anchor-text span {
  font-size: 10px;
  color: #FFF !important;
}

.woocommerce .cart .actions .coupon {
  padding-top: 4em;
}



/* Blog
// ------------------------ */

/*
// Main Layout
*/

.blog .x-main.full {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.blog .x-main.full > article {
  width: 30.333%;
  margin-top: 4em;
  margin-left: 1.5%;
  margin-right: 1.5%;
}


a.entry-thumb:hover img {
  opacity: 1;
}

.entry-thumb {
  background-color: transparent;
}


/*
// First Blog Entry
*/

.blog .x-main.full > article:first-child {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.blog .x-main.full > article:first-child .entry-featured,
.blog .x-main.full > article:first-child .entry-featured .entry-thumb,
.blog .x-main.full > article:first-child .entry-featured .entry-thumb img {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

.blog .x-main.full > article:first-child .entry-featured {
  flex: 0 1 31.22%;
}

.blog .x-main.full > article:first-child .entry-featured .entry-thumb,
.blog .x-main.full > article:first-child .entry-featured .entry-thumb img {
  flex: 1 0 0%; 
}

.blog .x-main.full > article:first-child .entry-featured .entry-thumb img {
  object-fit: cover;
}

.blog .x-main.full > article:first-child .entry-wrap {
  flex: 1 0 0%;
  padding: 45px;
}

.blog .x-main.full > article:first-child .entry-wrap .entry-title {
  font-size: 2.45em;
  line-height: 1.3;
}

.blog .x-main.full > article:first-child .entry-wrap .entry-content.excerpt {
  margin: 40px 0 0;
  font-size: 1.25rem;
}

.blog .x-main.full > article:first-child .entry-wrap .entry-content.excerpt .more-link {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.085em;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  color: #272727;
}


/*
// Single Post
*/

.single-post .x-main {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.9;
}

.single-post .entry-featured {
  position: relative;
  max-width: 320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.single-post .entry-featured:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 70%, #ffffff);
}

.single-post .entry-featured img {
  height: 400px;
  object-fit: cover;
}

.single-post .x-main .entry-content {
  font-size: 1em;  
}

.single-post .entry-wrap {
  padding: 0;
}

.single-post .entry-wrap .entry-title,
#reply-title {
  position: relative;
  z-index: 2;
  font-size: 3.05rem;
  line-height: 1.3;
}

.single-post .entry-wrap .entry-title {
  margin-top: -0.64em;
  text-align: center;
}

.single-post .entry-wrap .entry-title:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 3em;
  height: 1px;
  margin: 1em auto;
  background-color: currentColor;
  opacity: 0.33;
}

#reply-title {
  margin-top: 3.05em;
}

.logged-in-as {
  font-size: 1em;
  line-height: 1.4;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-rating label,
.comment-form-comment label {
  font-size: 1em;
  color: currentColor;
}

.comment-form-comment textarea {
  min-height: 200px
}

.form-submit {
  margin-top: 1em;
}



/* Recent Posts
// ------------------------ */

div.x-recent-posts a {
  border-radius: 0;
  padding: 0;
}

div.x-recent-posts .x-recent-posts-img {
  border-radius: 0;
  padding-bottom: 120%;
}



/* Pagination
// ------------------------ */

body .x-pagination {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 100px 0 100px 0;
}

body .x-pagination a,
body .x-pagination span {
  width: 50px;
  height: 50px;
  border: 1px solid #272727;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  color: #272727;
  box-shadow: none;
}

body .x-pagination a:hover {
  color: #c8493f;
  border-color: #c8493f;
}

body .x-pagination span.current {
  text-shadow: none;
  color: white;
  background-color: #272727;
  box-shadow: none;
}



/* Footer
// ------ */

.x-colophon.top {
  border: 0;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
}

.x-colophon.top .widget {
  text-shadow: none;
}

.x-colophon.top > .x-container {
  width: 100%;
  max-width: none;
}



/* Hidden Elements
// ------------------------ */

.description_tab,
a.entry-thumb:hover:before,
.woocommerce .product-remove,
.x-recent-posts .x-recent-posts-date,
.woocommerce li.product .entry-header .button,
.woocommerce li.product:hover .entry-header .button,
.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:after,
.x-recent-posts a:hover .has-post-thumbnail .x-recent-posts-img:before,
.blog .x-main.full > article:not(:first-child) .entry-wrap .entry-content.excerpt {
  display: none !important;
}


/* Responsive Styles
// ------------------------ */

@media (max-width: 1050px) {
  .footer-form input[type="text"] {
    width: calc(100% - 102px);
  }  
}

@media (max-width: 767px) {
  .blog .x-main.full > article,
  .blog .x-main.full > article:first-child .entry-featured,
  .blog .x-main.full > article:first-child .entry-wrap {
    width: 100%;
    flex: 1 1 auto;
  }
  
  .blog .x-main.full > article .entry-featured .entry-thumb img {
    max-height: 320px;
    object-fit: cover;
  }
}

@media (max-width: 480px) {
  .single-post .has-post-thumbnail .entry-featured {
    float: none;
    width: auto;
    margin-right: 0;  
  }  
}

Please check your website now.

Thanks

Yes now it works. You mean a bug of just Crafty? Also what would be the criterion of choice to use “inline css”, “element css” or “component css” are available in different sections of the dashboard, perhaps they are repetitive in functions and could cause confusion.

Hi @ICTn,

Glad that it is working now. Regarding the different types of CSS options, the element and component CSS only work for the specific element or component where it has been written. Whereas inline CSS works directly to the HTML tag, sometimes the attribute values set through the element options are assigned to it for overriding the default styling.

Thanks

thanks for the clarification. I need to create a single template that retrieves data from a standard and custom data source. For example, for the title field I use {{dc:post:title}} in the text editor. But if you want to retrieve a value not present in the item data, then a custom field? For example I would like to insert a custom url value in a button when I create the article, how can I proceed? should i use ACF?

Hello @ICTn,

In case you want to store more data on your page/post you may use our bundled plugin called ACF Pro which helps you to create meta fields where your can store more data and it can be pulled or displayed there in the dynamic content code as well.

Hope it helps
Thanks

the theme is crashed. I’ve try to add memory but nothign change.

/* mode debug */
define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_DISPLAY’, true );
define( ‘WP_DEBUG_LOG’, true );
/*memeory limit */
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );

[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Cornerstone\Services\Preview::$cssAsset is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/cornerstone/includes/classes/Services/Preview.php on line 31
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Cornerstone\Services\Validation::$ajaxValidation is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/cornerstone/includes/classes/Services/Validation.php on line 10
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Cornerstone\Services\Validation::$ajaxRevoke is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/cornerstone/includes/classes/Services/Validation.php on line 11
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/themes/pro/framework/legacy/functions/fonts.php on line 45
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/themes/pro/framework/legacy/functions/fonts.php on line 46
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Theme\Services\Enqueue::$theme is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/framework/classes/Services/Enqueue.php on line 11
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Theme\Services\Enqueue::$versionedUrl is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/framework/classes/Services/Enqueue.php on line 12
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Theme\Util\VersionedUrl::$path is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/framework/classes/Util/VersionedUrl.php on line 8
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Theme\Util\VersionedUrl::$url is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/framework/classes/Util/VersionedUrl.php on line 9
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Cornerstone\Util\StableSorter::$userCmp is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/cornerstone/includes/classes/Util/StableSorter.php on line 8
[30-Mar-2023 10:03:24 UTC] PHP Deprecated: Creation of dynamic property Themeco\Cornerstone\Services\Env::$data is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/cornerstone/includes/classes/Services/Env.php on line 9
[30-Mar-2023 10:03:25 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 4096 bytes) in /home/naturalive/public_html/newnl/wp-includes/class-wp-dependencies.php on line 260

Hi @ICTn,

It seems that it is an ongoing issue with the latest version of WordPress and the theme. You can go through the solution provided here in the following thread.

Thanks

thanks tris, I still have some problem

to back-end dashboard
dynamic property Themeco\Cornerstone\Tss\StyleParser::$language is deprecated in /home/naturalive/public_html/newnl/wp-content/themes/pro/cornerstone/includes/classes/Tss/StyleParser.php on line 155.

in log
Deprecated : Creation of dynamic property ACF::$fields is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/fields.php on line 138

Deprecated : Creation of dynamic property acf_loop::$loops is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/loop.php on line 28

Deprecated : Creation of dynamic property ACF::$loop is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/loop.php on line 269

Deprecated : Creation of dynamic property ACF::$revisions is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/revisions.php on line 387

Deprecated : Creation of dynamic property acf_validation::$errors is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/validation.php on line 28

Deprecated : Creation of dynamic property ACF::$validation is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/validation.php on line 215

Deprecated : Creation of dynamic property acf_form_customizer::$preview_values is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-customizer.php on line 28

Deprecated : Creation of dynamic property acf_form_customizer::$preview_fields is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-customizer.php on line 29

Deprecated : Creation of dynamic property acf_form_customizer::$preview_errors is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-customizer.php on line 30

Deprecated : Creation of dynamic property ACF::$form_front is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-front.php on line 600

Deprecated : Creation of dynamic property acf_form_widget::$preview_values is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-widget.php on line 34

Deprecated : Creation of dynamic property acf_form_widget::$preview_reference is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-widget.php on line 35

Deprecated : Creation of dynamic property acf_form_widget::$preview_errors is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-widget.php on line 36

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 46

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 50

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 52

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 56

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 72

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 114

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 118

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 119

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 120

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 121

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_StoreSchema.php on line 122

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php on line 40

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php on line 44

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php on line 77

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php on line 81

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php on line 82

Deprecated : Using ${var} in strings is deprecated, use {$var} instead in /home/naturalive/public_html/newnl/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema/ActionScheduler_LoggerSchema.php on line 83

Deprecated : Creation of dynamic property acf_field_oembed::$width is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-oembed.php on line 31

Deprecated : Creation of dynamic property acf_field_oembed::$height is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-oembed.php on line 32

Deprecated : Creation of dynamic property acf_field_google_map::$default_values is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-google-map.php on line 33

Deprecated : Creation of dynamic property acf_field__group::$have_rows is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-group.php on line 31

Deprecated : Creation of dynamic property acf_field_clone::$cloning is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-clone.php on line 34

Deprecated : Creation of dynamic property acf_field_clone::$have_rows is deprecated in /home/naturalive/public_html/newnl/wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-clone.php on line 35

cornestone not work

jquery-migrate.min.js?ver=3.4.0:2 JQMIGRATE: Migrate is installed, version 3.4.0
app.ed2523f.js:11 Failed to get max data Object
(anonymous) @ app.ed2523f.js:11
app.ed2523f.js:11 Failed to get late app data Object
(anonymous) @ app.ed2523f.js:11
app.ed2523f.js:5 Object
onError @ app.ed2523f.js:5
app.ed2523f.js:5 Object
onError @ app.ed2523f.js:5
app.ed2523f.js:5 Object
onError @ app.ed2523f.js:5
react-dom.min.js?ver=18.2.0:10 Error: [object Object]
at mhe (app.ed2523f.js:115:52479)
at kt (react-dom.min.js?ver=18.2.0:10:47633)
at gr (react-dom.min.js?ver=18.2.0:10:56448)
at js (react-dom.min.js?ver=18.2.0:10:121615)
at kl (react-dom.min.js?ver=18.2.0:10:88654)
at yl (react-dom.min.js?ver=18.2.0:10:88582)
at vl (react-dom.min.js?ver=18.2.0:10:88445)
at cl (react-dom.min.js?ver=18.2.0:10:85602)
at zn (react-dom.min.js?ver=18.2.0:10:32470)
at e.fl [as batchNotifyFn] (react-dom.min.js?ver=18.2.0:10:85909)
lr @ react-dom.min.js?ver=18.2.0:10
app.ed2523f.js:6 Error: [object Object]
at mhe (app.ed2523f.js:115:52479)
at kt (react-dom.min.js?ver=18.2.0:10:47633)
at gr (react-dom.min.js?ver=18.2.0:10:56448)
at js (react-dom.min.js?ver=18.2.0:10:121615)
at kl (react-dom.min.js?ver=18.2.0:10:88654)
at yl (react-dom.min.js?ver=18.2.0:10:88582)
at vl (react-dom.min.js?ver=18.2.0:10:88445)
at cl (react-dom.min.js?ver=18.2.0:10:85602)
at zn (react-dom.min.js?ver=18.2.0:10:32470)
at e.fl [as batchNotifyFn] (react-dom.min.js?ver=18.2.0:10:85909) Object
logError @ app.ed2523f.js:6
DevTools failed to load source map: Could not load content for chrome-extension://gighmmpiobklfepjocnamgkkbiglidom/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND

Hello @ICTn,

It seems that your server is down. I could not view the site or connect to the FTP.

  • See the screenshot in the secure note below.

Thanks.

hi Ruenel, I have tried and it works correctly

can someone answer me?

Hello @ICTn,

I still wasn’t able to log in using the information you gave.

  • See the secure note.

Thanks.

I don’t understand why you can’t connect. Parameters are correct, try another ftp client. I am attaching the site file that you can import into FIleZilla.

Hello @ICTn,

Even if using the .xml file and import it into my Filezilla, it is still not working.

  • See the secure note below.

In the meantime, since you are logged in, please browse to the themes folder and delete the pro folder. You can then go to your Themeco account and download the latest version of Pro 6.1.10 which should work with WordPress 6.2 version.

Kindly let us know how it goes.

I’ve change pro folder but not works, please try connection again I’ve recreate user ftp

please can you get me your IP?

Hey @ICTn,

I disable the WP debug in your wp-config.php. I also download a fresh copy of the latest version of Pro and then upload it to your website. After doing all the steps, I am not able to replicate the issue anymore on your website. Please see the secure note for more information.

Thank you.