Armania - Multipurpose Elementor WooCommerce Theme (RTL Supported)

Armania - Multipurpose Elementor WooCommerce Theme (RTL Supported) v1.3.1

No permission to download

666

Active member
Nov 10, 2018
145
30
28
Have replaced ovic-addon-toolkit, but still demo import doesn't work! Please can you help @Tomz for demo imort?

Encountered the same problem, the theme display has been activated, but the imported demo data still has no content.
 
  • Like
Reactions: Pranav

naz2021

New member
Feb 24, 2021
1
0
1
Is it really impossible to import the demo?
it doesn't have someone who successfully import?
help please
 

adderall

Well-known member
Babiato Lover
GiveAway Master
Trusted Seller
Trusted Uploader
Mar 24, 2020
800
1,211
100
36
USA, Illinois
litemere.org
Tomz updated Armania - Multipurpose Elementor WooCommerce Theme (RTL Supported) with a new update entry:

Armania Theme v1.2.2

Download Armania v1.2.2 - Multipurpose Elementor WooCommerce Theme (RTL Supported) Nulled Free
v1.2.2 - 25/03/2021

UPDATE:
- Icon to Show or Hide Password
- Style for WooCommerce Password Strength ( very weak, weak, medium, strong )
- Update Quick View button ( YITH WooCommerce Quick View 1.5.0 )
- Update background overlay popups

Read the rest of this update entry...
 

Demium

Member
Jan 16, 2019
47
20
8
Spain
Check ovic addon for nulled, activate theme with past versión. read page 2 this post. Change log is minimal update 23/03/21

Ver 2.4.0 – 14/04/2021​

ADD:

  • Add new option metabox comment.
FIXED:

  • Fixed like post.

Ver 2.3.9 – 06/04/2021​

UPDATE:

  • Update fontawesome 5.15.3 free.

Ver 2.3.8 – 31/03/2021​

UPDATE:

  • Update type prefix metabox, profile, taxonomy.

Ver 2.3.6 – 29/03/2021​

UPDATE:

  • Improved: Option script.
 

genocide

Member
Dec 21, 2020
34
11
8
Not Nulled. Tryed with older version but nothing work.

There's a possibility to update and get a nulled? thx
 

robsonoliveiracosta

New member
Apr 23, 2021
0
0
0
I would like to share the latest version 1.2.3 of Armania Theme and.....
FINALLY! I found a solution for the demo importer.
Theme activation instructions:

In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 491.

After this piece of code (around line 504):

if (empty($settings[‘purchased_code’])) {
return $response;
}

Add this:

return array(‘id’=>$id, ‘active’=>true, ‘settings’=>$settings, ‘product’=>array(‘supported_until’=>’01/01/2029’, ‘item’=>array(‘name’=>’Ovic’, ‘updated_at’=>’01/08/2020’)));

Now you can use any key to activate the theme and import demo content etc.
 
  • Like
Reactions: tanierlyons

luscalopez

New member
Jun 13, 2022
0
0
0
I would like to share the latest version 1.2.3 of Armania Theme and.....
FINALLY! I found a solution for the demo importer.
Theme activation instructions:

In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 491.

After this piece of code (around line 504):

if (empty($settings[‘purchased_code’])) {
return $response;
}

Add this:

return array(‘id’=>$id, ‘active’=>true, ‘settings’=>$settings, ‘product’=>array(‘supported_until’=>’01/01/2029’, ‘item’=>array(‘name’=>’Ovic’, ‘updated_at’=>’01/08/2020’)));

Now you can use any key to activate the theme and import demo content etc.
do you have version 1.2.3? please can you share?
 

rynzco

Member
Aug 6, 2019
84
18
8
it works in my end now :)

@robsonoliveiracosta is actually right just put this code in class-core.php around line 585

if (empty($settings['purchased_code'])) {
return $response;
}
return array('id'=>$id, 'active'=>true, 'settings'=>$settings, 'product'=>array('supported_until'=>'01/01/2029', 'item'=>array('name'=>'Ovic', 'updated_at'=>'01/08/2020')));

original code: which I removed and replace

if (empty($settings['purchased_code']) || empty($stylesheet['envato'])) {
return $response;
}

$api_key = array_merge(array('ovic-envato-license', $id, OVIC_VERSION), $settings);
$cache_key = sanitize_key(implode('-', $api_key));
$options = get_transient($cache_key);
 

adderall

Well-known member
Babiato Lover
GiveAway Master
Trusted Seller
Trusted Uploader
Mar 24, 2020
800
1,211
100
36
USA, Illinois
litemere.org

ghazanfarali4225

Active member
Mar 31, 2020
261
45
28
30
Pakistan
In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 572.

public function verify_envato()
{
$key = $this->get_key('envato');
$stylesheet = $this->get_stylesheet();
$id = !empty($stylesheet['envato']) ? $stylesheet['envato'] : 0;
$settings = get_option($key);
$response = array(
'id' => $id,
'active' => false,
'support' => false,
'settings' => array(),
'product' => array(),
);
if (empty($settings['purchased_code']) || empty($stylesheet['envato'])) {
return $response;
}
$api_key = array_merge(array('ovic-envato-license', $id, OVIC_VERSION), $settings);
$cache_key = sanitize_key(implode('-', $api_key));
$options = get_transient($cache_key);
if ($options) {
return $options;
}

In the ovic-addon-toolkit/includes/classes/class-core.php file find the verify_envato function that starts around line 572 and replace it with this.

public function verify_envato()
{ //otvet
set_transient($cache_key, $response, 12 * HOUR_IN_SECONDS);
return array('active'=>true,'product'=>array('supported_until'=>'10.10.2030','item'=>array('name'=>'Armania')));
$key = $this->get_key('envato');
$stylesheet = $this->get_stylesheet();
$id = !empty($stylesheet['envato']) ? $stylesheet['envato'] : 0;
$settings = get_option($key);
$response = array(
'id' => $id,
'active' => false,
'settings' => array(),
'product' => array(),
);
if (empty($settings['purchased_code'])) {
return $response;
}
$api_key = array_merge(array('ovic-envato-license', $id, OVIC_VERSION), $settings);
$cache_key = sanitize_key(implode('-', $api_key));
$options = get_transient($cache_key);
if ($options) {
return $options;
}
 
  • Like
Reactions: This2ShallPass

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