Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Добрый день, а если у меня нету таких строк ? Вот последние строки в этом файлеПобедил закомментив строки 103, 106 и 109 в файле \wp-content\themes\dt-the7\inc\mods\demo-content\includes\class-the7-demo-content-remote-server-api.php
PHP:if ( is_wp_error( $remote_response ) ) { //return $remote_response; } //$response_code = wp_remote_retrieve_response_code( $remote_response ); if ( ! is_array( $remote_response ) || 200 != $response_code ) { // return new WP_Error( 'download_failed', $this->strings['download_failed'] ); }
*/
public function download_dummy( $id, $code, $target_dir ) {
/**
* [USER=62287]@var[/USER] $wp_filesystem WP_Filesystem_Base
*/
global $wp_filesystem;
if ( ! $wp_filesystem && ! WP_Filesystem() ) {
return new WP_Error( 'fs_unavailable', $this->strings['fs_unavailable'] );
}
if ( is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code() ) {
return new WP_Error( 'fs_error', $this->strings['fs_error'], $wp_filesystem->errors );
}
wp_mkdir_p( $target_dir );
$zip_file_name = trailingslashit( $target_dir ) . "{$id}.zip";
$unzip_result = unzip_file( $zip_file_name, $target_dir );
if ( is_wp_error( $unzip_result ) ) {
return new WP_Error( 'incompatible_archive', $this->strings['incompatible_archive'], $unzip_result );
}
$dummy_dir = trailingslashit( $target_dir ) . $id;
if ( ! is_dir( $dummy_dir ) ) {
return new WP_Error( 'fs_no_folder', sprintf( $this->strings['fs_no_folder'], $dummy_dir ) );
}
return $dummy_dir;
}
}
скачал установил при создание страницы выкинулоThe7 6.7.0 + Plugins (dt-the7-code v1.10) + Demo content
Файл обновлён и перезалит!
v.6.7.0 (Jul 12+1, 2018)
1. New: super-customizable "Media Gallery - Masonry & Grid" shortcode.
2. Improved: FontAwesome updated to newest version.
3. Improved: text shortcodes support was enabled in copyright area.
4. Improved: a bulk action to show/hide "read more" link was added to Team and Testimonials post types.
5. Improved: when importing a pre-made website, microsite-pages will no longer loose menu settings.
6. Improved: shadow settings were added to Portfolio shortcodes.
7. Fixed: select2 conflict between The7 and ACF Pro.
8. Fixed: bug with 0px text in WPML widget.
9. Fixed: bug with scroll arrows not appearing in mobile view in Photo Scroller shortcode.
10. Fixed: bug with oversized video featured image in related projects.
11. Fixed: desync between hover of text and background in the submenu of main menu area.
12. Fixed: combination of stretch VC row and UA fullwidth background image leads to issues on resize.
12+1. Fixed: bug in IE with full width row.
14. Fixed: bug in IE with blog title.
Other minor improvements and fixes.
Какая версия PHP? Удали если стоит плагины Yoast seo и yoast woocommerceскачал установил при создание страницы выкинуло
пока не может обработать этот запрос.
HTTP ERROR 500
как исправить ?
Добрый день! Есть ли у вас The7 Convert Plus v3.3.1 и The7 Elements vДля просмотра ссылки ВойдиThe7 6.7.1 (купленный) пользуйтесь на здоровье
v.6.7.1 (Jul 27, 2018)
1. Improved: WooCommerce 3.4.4 compatibility.
2. Improved: Benefits post type can be used in Post Grid.
3. Fixed: issue with WooCommerce products sorting in "masonry & grid" layout when "order by menu" selected.
4. Fixed: issue with Theme Options Wizard not working when Google Fonts are disabled.
5. Fixed: bug in IE with title overflowing browser window.
Other minor improvements & fixes in front-end & under the hood.