• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Шаблон The7.x — Responsive Multi-Purpose WordPress Theme

Добрый день! Есть ли у вас версия 6.6.2 ( The 7 & The 7 Elements v.1.9.0.2) ?
 
не пойму почему PageSpeed Insights показывает не плохие результаты но страницы не очень быстро грузятся.хостинг регру vip-1
на теме porto все летает мгновенно.
 
The7 6.6.3 + Plugins (dt-the7-code v1.9.0.2) + Demo content
v.6.6.3 (Jun 29, 2018)
1. New pre-made websites:
- Event Agency: Для просмотра ссылки Войди или Зарегистрируйся
- Software Company: Для просмотра ссылки Войди или Зарегистрируйся
2. Fixed: Social Icons shortcode editing interface stopped working.
3. Fixed: duplication of testimonials in the old Scroller shortcode.
4. Fixed: rare cases of error on theme options save.
 
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.
 
Последнее редактирование:
Победил закомментив строки 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'] );
        }
Добрый день, а если у меня нету таких строк ? Вот последние строки в этом файле

PHP:
*/
    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.
скачал установил при создание страницы выкинуло

пока не может обработать этот запрос.
HTTP ERROR 500

как исправить ?
 
скачал установил при создание страницы выкинуло

пока не может обработать этот запрос.
HTTP ERROR 500

как исправить ?
Какая версия PHP? Удали если стоит плагины Yoast seo и yoast woocommerce
 
Разыскивается The7 6.7.1 от 27.07.2018 :)
 
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.

 
Последнее редактирование:
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.
Добрый день! Есть ли у вас The7 Convert Plus v3.3.1 и The7 Elements vДля просмотра ссылки Войди или Зарегистрируйся.11.0.1 или версия The7 6.8.0.2 с этим набором плагинов?
 
Назад
Сверху