The7 - Website and eCommerce Builder for WordPress

The7 - Website and eCommerce Builder for WordPress v12.4.1

No permission to download

maxidg

New member
Aug 25, 2018
2
1
3
Code:
<?php
/**
* The7 theme.
* @package The7
* @since   1.0.0
*/

// File Security Check
if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

update_site_option( 'the7_registered', 'yes' );
update_site_option( 'the7_purchase_code', 'the7_purchase_code' );

/**
* Set the content width based on the theme's design and stylesheet.
* @since 1.0.0
*/
if ( ! isset( $content_width ) ) {
    $content_width = 1200; /* pixels */
}

/**
* Initialize theme.
* @since 1.0.0
*/
require( trailingslashit( get_template_directory() ) . 'inc/init.php' );

how can fix in this code actiation problem?

this is a good idea ... how to do it ... ? :p
 
  • Like
Reactions: Bang Combat

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz updated The7 — Multi-Purpose Website Building Toolkit for WordPress with a new update entry:

The7 v6.9.1

The7 v6.9.1 (Aug 30, 2018)
1. Fixed: issues with shortcodes styling in the bottom bar.
2. Fixed: issue with Theme Options crushing when presented with invalid value of gradient color stop.
3. Fixed: issue with "decoration" not showing if "navigation" is set to "overlay" and then switched to other layout.
4. Fixed: issue with "Category:" caption below a blog post not being translatable in mo/po files. Also "Categories:" caption will be displayed when multiple categories is selected...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz updated The7 — Multi-Purpose Website Building Toolkit for WordPress with a new update entry:

The7 v6.9.3

Download The7 v6.9.3 - Multi-Purpose Website Building Toolkit for WordPress
v.6.9.3 (Sep 14, 2018)

1. Improved: Font Awesome updated to v.5.3.1.
2. Improved: syntax highlighting added for custom JS and CSS in Theme Options.
3. Improved: borders styling for social icons and all carousel shortcodes.
4. Fixed: issue with navigation arrows backgrounds in carousel shortcodes.
5. Fixed: issue with gradient missing on active menu item in custom menu widget.
6. Fixed: issue with Theme Options...

Read the rest of this update entry...
 

seriousPyscho

New member
Sep 30, 2018
1
0
1
The theme is asking for purchase code. How can I get it? For BeTheme, I remember you have provided some PHP code to get it fixed
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Tomz updated The7 — Multi-Purpose Website Building Toolkit for WordPress with a new update entry:

The7 v7.0.2

Download The7 v7.0.2 - Multi-Purpose Website Building Toolkit for WordPress
v.7.0.2 no changelog available

v7.0.1 (Oct 25, 2018)
Fixed: PHP notice on servers with older versions of PHP.
Fixed: Media carousel does not generate inline styles when using child theme.

v7.0.0 (Oct 24, 2018)
1. New (and first on the market!): import pages from The7 pre-made websites by a link (URL). Feature is available via Pages > Import interface.
2. New: icon-fonts upload interface...

Read the rest of this update entry...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
@how to null the7 theme
please install fresh wp
here we go: first we must install plugins
install this plugins and active all of theme
you can download plugins pack here: https://mega.nz/#!OfgWwCAJ!8t72VPdoAE-BkkDlfClFRPZ-WY7lssAJ2Bn_wjSKyNs ( For Latest just search in babiato )


Theme Nulling
first install the7 theme and go here:
dt-the7/inc/extensions/class-the7-remote-api.php On Line 107 find this code public function register_purchase_code()
add this code after line107
PHP:
return true;

now find this code on line 162 public function de_register_purchase_code()
add this code after line 162:
PHP:
return true;

Now you can use any key to activate the theme and can hit the deactivate button with impunity.

Instaling Demos
First Download Demos Pack: https://mega.nz/#!mHoFGKRD!jbuprWrS1x2siG9YvuheCqxAUZVlMu1pgBQmUfCA6XE
create a folder in the dt_the7 directory called 'demo_data'
In the file inc/mods/demo-content/includes/class-the7-demo-content-remote-server-api.php On Line 101
Find this:
PHP:
$request_url = add_query_arg( array( 'item' => $id, 'code' => $code ), $this->api_remote_download_url );
And Replace With This:
PHP:
$request_url = get_template_directory_uri() . '/demo_data/' . $id . '.zip';
Now you can install demos from the dashboard. Not Working For The7 Landing Page
Proof:

2315

2316
 
Last edited by a moderator:

CasperDisain

Member
Nov 3, 2018
46
5
8
kodulehed.eu
Thanks! Another concern, class-the7-demo-content-remote-server-api file there is no such line:
$request_url = add_query_arg( array( 'item' => $id, 'code' => $code ), $this->api_remote_download_url );
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
Thanks! Another concern, class-the7-demo-content-remote-server-api file there is no such line:
$request_url = add_query_arg( array( 'item' => $id, 'code' => $code ), $this->api_remote_download_url );
ARE You sure ?!!!!!!
copy paste this!!
 

Attachments

  • class-the7-demo-content-remote-server-api.zip
    1.6 KB · Views: 405

CasperDisain

Member
Nov 3, 2018
46
5
8
kodulehed.eu
thanks
But how can I install a demo? Everything is done the way it needs to be installed
 

Attachments

  • Nimeta.png
    Nimeta.png
    223.5 KB · Views: 484
  • bhhb.png
    bhhb.png
    61 KB · Views: 486

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
I registered with the key, but still can not. an error message:
Import failed due to repository server error. Please try again in 30-60 minutes. If the problem persists, please don't hesitate to contact our support.
read again my post!
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu