Impreza - WordPress Website and WooCommerce Builder By UpSolution

Impreza - WordPress Website and WooCommerce Builder By UpSolution v8.35.2

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,720
120
Tomz updated Impreza – Multi-Purpose WordPress Theme with a new update entry:

Impreza v6.8 Nulled

Download Impreza v6.8 – Multi-Purpose WordPress Theme Nulled Free
Version 6.8 — October 28, 2019


Read the rest of this update entry...
 

jimmy

New member
Jan 8, 2019
28
10
3
hi bro,
I am getting theme not activated notice. previous version was working fine. Can you please have a look on it.
Thanks


Try this, it worked for me to activate the theme:

edit the file /Impreza/common/admin/functions/about.php
Around line 64

add


Code:
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', 'secret_goes_here' );

1566354382227-png.18392
 

Capricorn

Active member
Babiato Lover
Banned User
Apr 22, 2019
220
78
28
SQL method
1. Activation

Go to phpMyAdmin > select the site database> SQL > insert the code

INSERT INTO wp_options VALUES (998, 'us_license_activated', '1', 'yes');
INSERT INTO wp_options VALUES (999, 'us_license_secret', '1', 'yes');

None

That's it your theme has been activated!


2. Reactivation.
In case you update theme or child theme, etc.

Go to phpMyAdmin > select the site database> SQL > insert the code

UPDATE wp_options SET option_value = '1' WHERE wp_options.option_id = 998;
UPDATE wp_options SET option_value = '1' WHERE wp_options.option_id = 999;
Hi Bro. Following your direction i got this error..... image attach fro SQL database 23441 23441
 

jimmy

New member
Jan 8, 2019
28
10
3
Hi Bro. Following your direction i got this error..... image attach fro SQL database 23441 23441


try this activation method, the one you are testing was published in January and may not work for this latest version of the topic:

edit the file /Impreza/common/admin/functions/about.php
Around line 64

add


Code:
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', 'secret_goes_here' );

1566354382227-png.18392
 

Region25

Well-known member
Trusted Uploader
Aug 21, 2019
256
393
63
Hi geniuses @Tomz @TassieNZ @Physkx @Region25 please, could you upgrade to v7.0 🙏
Impreza – Multi-Purpose WordPress Theme 7.0.1 untouched
Version 7.0.1 — December 20, 2019 #
  • FIXED work of Design options of elements which are located inside Page Block, which is located inside Content Template
  • FIXED migration of Custom Heading element – now it doesn't tranforms into Text element to keep work of custom CSS
  • FIXED cases when "border" options may not moved from old Design options to new ones
  • FIXED bug when sticky header doesn't unstick after scrolling to the top of a page
  • FIXED extra space above Row with Revolution Slider, when header is transparent
  • FIXED appearance of font weight checkboxes in Theme Options > Typography
  • FIXED work of Design options in Custom Heading and Raw HTML elements
  • FIXED incorrect appearance of Simple Menu, if it has child menu items
  • FIXED bug when values with calc() don't work in new Design options
  • FIXED incorrect appliment of old palette values in new color picker
Version 7.0 — December 18, 2019 #
  • ADDED new Design options:
    • now all theme elements have the equal settings allowing to customize main CSS properties without coding
    • now it's possible to set every design setting separately for Tablets and Mobiles (screen sizes for tablets and mobiles are editable on Theme Options > Site Layout)
    • now all Design options are the same for Page Builder, Header Builder and Grid Layout Builder, this improves UX
  • ADDED new color picker – now it's possible to set/edit gradients via interface. New color pickers are available in all color settings now.
  • ADDED Simple Menu element to WPBakery Page Builder – now it's possible to show a customizable menu in any part of a page. This new element completely replaces "WP Custom Menu" element.
  • ADDED Text element to WPBakery Page Builder to correspond to the Header element. This new element replaces "Custom Heading" element, if no custom Google font needed.
  • ADDED ability to set Content template separately for every Product category archive page
  • ADDED ability to activate one Impreza license for 2 sites at once: production and development. It's good way to test theme updates on development before updating it on production.
  • IMPROVED Row element:
  • IMPROVED Grid element:
    • now when post taxonomies is more than 15, they will be shown via multiselect field with search. This improves UX
    • added ability to change gap between items when METRO type is selected
  • IMPROVED Product Gallery:
  • IMPROVED Cart & Checkout pages – now main blocks are fixed on the top of the page on scroll, which is better for visitors UX
  • IMPROVED Horizontal Wrapper element – added ability to set "With baseline" for Content Vertical Alignment
  • IMPROVED appearance of Filter Products by Attribute widget – now it shows values via checkboxes
  • IMPROVED Accordion, Tabs, Vertical Tabs elements – added Design Options to their sections
  • IMPROVED Header settings – added "Center the middle cell" option for tablets and mobiles
  • IMPROVED Theme Options – added option to set custom height globally for all Rows
  • IMPROVED Post Content element – turned back ability to add it into Page Block post
  • IMPROVED Interactive Text element – added "Typing" animation. Check example
  • IMPROVED appearance of admin pages to correspond to WordPress 5.3 styles
  • IMPROVED Button Styles – added ability to change colors of box shadow
  • IMPROVED Page Scroler element – added ability to show dots for Footer
  • UPDATED Font Awesome PRO icons to version 5.12 – added 357 new icons
  • UPDATED Google Fonts list
  • UPDATED languages files
  • FIXED issue when part of the content missing and not formatted if printing site pages via Firefox
  • FIXED bug when Grid with On-Sale products is not shown, even if "No results found" is set
  • FIXED bug when WooCommerce filter is not working with Grid "load more" pagination
  • FIXED bug when Lazy Load decreases Carousel height when "Auto height" is enabled
  • FIXED bug when post with "Gallery" format shows extra data of the images in Grid
  • FIXED issue when current sub page didn't highlight the parent page menu item
  • FIXED incorrect appearance of some background images in iOS 13 Safari
  • FIXED work of bbPress search with custom content template on archives
  • FIXED Product gallery glitch on hover with transparent images in Grid
  • FIXED bug when FullScreen Search in header didn't close via ESC key
  • FIXED bug when Vertical Tabs turns into Accordion on wide screens
  • FIXED bug when Sticky Row shrinks when scrolling down in Safari
  • FIXED incorrect appearance of Cookie Notice long text on mobiles
  • FIXED bug when Grid with Upsells doesn't show variable products
  • FIXED incorrect appearance of product widgets on RTL sites
  • FIXED bug when image in Header jumps on page load
  • FIXED work of Page Scroller on pages without header
  • FIXED work of border radius in Image element
  • FIXED work of Tabs inside Grid items
  • FIXED FlipBox flickering in Chrome
  • FIXED Image Slider random order
  • FIXED some minor bugs
 

jimmy

New member
Jan 8, 2019
28
10
3
Impreza – Multi-Purpose WordPress Theme 7.0.1 untouched
Version 7.0.1 — December 20, 2019 #
  • FIXED work of Design options of elements which are located inside Page Block, which is located inside Content Template
  • FIXED migration of Custom Heading element – now it doesn't tranforms into Text element to keep work of custom CSS
  • FIXED cases when "border" options may not moved from old Design options to new ones
  • FIXED bug when sticky header doesn't unstick after scrolling to the top of a page
  • FIXED extra space above Row with Revolution Slider, when header is transparent
  • FIXED appearance of font weight checkboxes in Theme Options > Typography
  • FIXED work of Design options in Custom Heading and Raw HTML elements
  • FIXED incorrect appearance of Simple Menu, if it has child menu items
  • FIXED bug when values with calc() don't work in new Design options
  • FIXED incorrect appliment of old palette values in new color picker
Version 7.0 — December 18, 2019 #
  • ADDED new Design options:
    • now all theme elements have the equal settings allowing to customize main CSS properties without coding
    • now it's possible to set every design setting separately for Tablets and Mobiles (screen sizes for tablets and mobiles are editable on Theme Options > Site Layout)
    • now all Design options are the same for Page Builder, Header Builder and Grid Layout Builder, this improves UX
  • ADDED new color picker – now it's possible to set/edit gradients via interface. New color pickers are available in all color settings now.
  • ADDED Simple Menu element to WPBakery Page Builder – now it's possible to show a customizable menu in any part of a page. This new element completely replaces "WP Custom Menu" element.
  • ADDED Text element to WPBakery Page Builder to correspond to the Header element. This new element replaces "Custom Heading" element, if no custom Google font needed.
  • ADDED ability to set Content template separately for every Product category archive page
  • ADDED ability to activate one Impreza license for 2 sites at once: production and development. It's good way to test theme updates on development before updating it on production.
  • IMPROVED Row element:
  • IMPROVED Grid element:
    • now when post taxonomies is more than 15, they will be shown via multiselect field with search. This improves UX
    • added ability to change gap between items when METRO type is selected
  • IMPROVED Product Gallery:
  • IMPROVED Cart & Checkout pages – now main blocks are fixed on the top of the page on scroll, which is better for visitors UX
  • IMPROVED Horizontal Wrapper element – added ability to set "With baseline" for Content Vertical Alignment
  • IMPROVED appearance of Filter Products by Attribute widget – now it shows values via checkboxes
  • IMPROVED Accordion, Tabs, Vertical Tabs elements – added Design Options to their sections
  • IMPROVED Header settings – added "Center the middle cell" option for tablets and mobiles
  • IMPROVED Theme Options – added option to set custom height globally for all Rows
  • IMPROVED Post Content element – turned back ability to add it into Page Block post
  • IMPROVED Interactive Text element – added "Typing" animation. Check example
  • IMPROVED appearance of admin pages to correspond to WordPress 5.3 styles
  • IMPROVED Button Styles – added ability to change colors of box shadow
  • IMPROVED Page Scroler element – added ability to show dots for Footer
  • UPDATED Font Awesome PRO icons to version 5.12 – added 357 new icons
  • UPDATED Google Fonts list
  • UPDATED languages files
  • FIXED issue when part of the content missing and not formatted if printing site pages via Firefox
  • FIXED bug when Grid with On-Sale products is not shown, even if "No results found" is set
  • FIXED bug when WooCommerce filter is not working with Grid "load more" pagination
  • FIXED bug when Lazy Load decreases Carousel height when "Auto height" is enabled
  • FIXED bug when post with "Gallery" format shows extra data of the images in Grid
  • FIXED issue when current sub page didn't highlight the parent page menu item
  • FIXED incorrect appearance of some background images in iOS 13 Safari
  • FIXED work of bbPress search with custom content template on archives
  • FIXED Product gallery glitch on hover with transparent images in Grid
  • FIXED bug when FullScreen Search in header didn't close via ESC key
  • FIXED bug when Vertical Tabs turns into Accordion on wide screens
  • FIXED bug when Sticky Row shrinks when scrolling down in Safari
  • FIXED incorrect appearance of Cookie Notice long text on mobiles
  • FIXED bug when Grid with Upsells doesn't show variable products
  • FIXED incorrect appearance of product widgets on RTL sites
  • FIXED bug when image in Header jumps on page load
  • FIXED work of Page Scroller on pages without header
  • FIXED work of border radius in Image element
  • FIXED work of Tabs inside Grid items
  • FIXED FlipBox flickering in Chrome
  • FIXED Image Slider random order
  • FIXED some minor bugs


wow, thank you very much @Region25, eternally grateful
 
  • Like
Reactions: Region25

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,085
111,720
120
Tomz updated Impreza – Multi-Purpose WordPress Theme with a new update entry:

Impreza v7.0.1 Nulled

Download Impreza v7.0.1 – Multi-Purpose WordPress Theme Nulled Free
v7.0.1 — December 20, 2019

  • FIXED work of Design options of elements which are located inside Page Block, which is located inside Content Template
  • FIXED migration of Custom Heading element – now it doesn't tranforms into Text element to keep work of custom CSS
  • FIXED cases when "border" options may not moved from old Design options to new ones
  • FIXED bug when sticky header...

Read the rest of this update entry...
 

jimmy

New member
Jan 8, 2019
28
10
3
Hi bro, can you please recheck. it says theme not active.
thnx


Try following these steps:

edit the file /Impreza/common/admin/functions/about.php
Around line 64

add


Code:
update_option( 'us_license_activated', 1 );
update_option( 'us_license_secret', 'secret_goes_here' );

1566354382227-png.18392
 

dualaudi

New member
Dec 23, 2019
2
0
1
I'm noticing an error when saving anything in the header builder in admin. Won't update/add images, and won't save.
vHxT3KB.jpg
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
As some people are still having issues, this is Nulled and fully tested!

Impreza – Multi-Purpose WordPress Theme v7.0.1 NULLED

TassieNZ :)
 

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Fully NULLED version above, but here is how to null v7.0.1

Firstly, you need to comment out a block of code in:
Impreza\common\admin\functions\about.php (from line 38 to 79 approximately).

The easiest way is to use ....
PHP:
/*
code
*/

Therefore, find and comment out ...
PHP:
    if ( ! empty( $_GET['activation_action'] ) ) {
        if ( $_GET['activation_action'] == 'activate' AND ! empty( $_GET['secret'] ) ) {
            $url = $help_portal_api_url . '?secret=' . $_GET['secret'] . '&domain=' . $domain . '&version=' . US_THEMEVERSION;

            $response = (array) us_api_remote_request( $url );
            if ( ! empty( $response ) AND isset( $response['status'] ) AND $response['status'] == 1 ) {
                if ( $response['site_type'] == 'dev' ) {
                    update_option( 'us_license_dev_activated', 1 );
                    delete_option( 'us_license_activated' );
                } else {
                    update_option( 'us_license_activated', 1 );
                    delete_option( 'us_license_dev_activated' );
                }

                update_option( 'us_license_secret', $_GET['secret'] );
                delete_transient( 'us_update_addons_data_' . US_THEMENAME );
            }
        }
    } elseif ( get_option( 'us_license_activated', 0 ) OR get_option( 'us_license_dev_activated', 0 ) ) {
        $url = $help_portal_api_url . '?secret=' . get_option( 'us_license_secret' ) . '&domain=' . $domain . '&version=' . US_THEMEVERSION;
        $response = wp_remote_get( $url );

        if ( ! is_wp_error( $response ) ) {
            if ( $response['body'] ) {
                try {
                    $response_body = (array) json_decode( $response['body'] );
                } catch (Exception $e) {
                    $response_body = array();
                }
                if ( isset( $response_body['status'] ) AND $response_body['status'] !== 1 ) {
                    delete_option( 'us_license_dev_activated' );
                    delete_option( 'us_license_activated' );
                    delete_option( 'us_license_secret' );
                    delete_transient( 'us_update_addons_data_' . US_THEMENAME );
                }
            }
        }
    }
    if ( get_option( 'us_license_dev_activated', 0 ) AND function_exists( 'us_update_option' ) ) {
        us_update_option( 'maintenance_mode', 1 );
    }
    ?>

So it looks like ...
PHP:
/*
    if ( ! empty( $_GET['activation_action'] ) ) {
        if ( $_GET['activation_action'] == 'activate' AND ! empty( $_GET['secret'] ) ) {
            $url = $help_portal_api_url . '?secret=' . $_GET['secret'] . '&domain=' . $domain . '&version=' . US_THEMEVERSION;

            $response = (array) us_api_remote_request( $url );
            if ( ! empty( $response ) AND isset( $response['status'] ) AND $response['status'] == 1 ) {
                if ( $response['site_type'] == 'dev' ) {
                    update_option( 'us_license_dev_activated', 1 );
                    delete_option( 'us_license_activated' );
                } else {
                    update_option( 'us_license_activated', 1 );
                    delete_option( 'us_license_dev_activated' );
                }

                update_option( 'us_license_secret', $_GET['secret'] );
                delete_transient( 'us_update_addons_data_' . US_THEMENAME );
            }
        }
    } elseif ( get_option( 'us_license_activated', 0 ) OR get_option( 'us_license_dev_activated', 0 ) ) {
        $url = $help_portal_api_url . '?secret=' . get_option( 'us_license_secret' ) . '&domain=' . $domain . '&version=' . US_THEMEVERSION;
        $response = wp_remote_get( $url );

        if ( ! is_wp_error( $response ) ) {
            if ( $response['body'] ) {
                try {
                    $response_body = (array) json_decode( $response['body'] );
                } catch (Exception $e) {
                    $response_body = array();
                }
                if ( isset( $response_body['status'] ) AND $response_body['status'] !== 1 ) {
                    delete_option( 'us_license_dev_activated' );
                    delete_option( 'us_license_activated' );
                    delete_option( 'us_license_secret' );
                    delete_transient( 'us_update_addons_data_' . US_THEMENAME );
                }
            }
        }
    }
    if ( get_option( 'us_license_dev_activated', 0 ) AND function_exists( 'us_update_option' ) ) {
        us_update_option( 'maintenance_mode', 1 );
    }
    ?>
*/

Now open ...
Impreza\functions.php
Under line 1, which is ...
PHP:
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

Add ...
PHP:
update_option( 'us_license_activated', 1 );

So it will look something like ...
PHP:
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' );

update_option( 'us_license_activated', 1 );

/**
* Theme functions and definitions
*/

That's it. Easy!

Long may it last. :)
 

Region25

Well-known member
Trusted Uploader
Aug 21, 2019
256
393
63
UpSolution Core 7.0.2 Update
7.0.2 - fixed work of Header and Grid Layout builders, and work of Design options for Titlebars
 

Forum statistics

Threads
69,279
Messages
908,678
Members
237,529
Latest member
asssssssss

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