leontwo
Премиум
- Регистрация
- 3 Ноя 2016
- Сообщения
- 234
- Реакции
- 916
Установка демо контента (регистрация Avada)
на 5.1.6 работает
[HIDEL="1"]
перейти - /wp-content/themes/Avada/includes/lib/inc
открыть - class-fusion-product-registration.php
найти строку - public function is_registered() { - у меня строка - 402
public function is_registered() {
// Is the product registered?
if ( isset( $this->registered[ $this->product_id ] ) && true === $this->registered[ $this->product_id ] ) {
return true;
}
// Is the Envato API down?
if ( get_site_transient( 'fusion_envato_api_down' ) ) {
return true;
}
// Fallback to false.
return false;
в строке 413 заменить - return false; на return true; [/HIDEL]
на 5.1.6 работает
[HIDEL="1"]
перейти - /wp-content/themes/Avada/includes/lib/inc
открыть - class-fusion-product-registration.php
найти строку - public function is_registered() { - у меня строка - 402
public function is_registered() {
// Is the product registered?
if ( isset( $this->registered[ $this->product_id ] ) && true === $this->registered[ $this->product_id ] ) {
return true;
}
// Is the Envato API down?
if ( get_site_transient( 'fusion_envato_api_down' ) ) {
return true;
}
// Fallback to false.
return false;
в строке 413 заменить - return false; на return true; [/HIDEL]