Astra Pro - Extend Astra Theme With Pro Addon

Astra Pro - Extend Astra Theme With Pro Addon v4.9.2

No permission to download

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,640
26,986
120
v2.7.2 Untouched - @Tomz

v2.7.2
- Improvement: Frontend optimization by loading WooCommerce 'Shop Page' pagination JS file conditionally.
- Improvement: Frontend optimization by loading 'Blog Page' infinite pagination JS conditionally.
- Fix: Fatal error on changing the value of some controls in Customizer - compatibility with PHP 8.0
 

Attachments

  • astra-addon-2.7.2.zip
    1.4 MB · Views: 55

emptyss

New member
Jul 22, 2020
11
2
3
v2.7.2 Untouched - @Tomz

v2.7.2
- Improvement: Frontend optimization by loading WooCommerce 'Shop Page' pagination JS file conditionally.
- Improvement: Frontend optimization by loading 'Blog Page' infinite pagination JS conditionally.
- Fix: Fatal error on changing the value of some controls in Customizer - compatibility with PHP 8.0
THANKS so much
 
  • Like
Reactions: MrSam_1

Aleks Pragin

New member
Dec 9, 2020
4
1
3
- v2.7.2 - Thank you, very timely!

P.S

If you can, please post Premium Starter Templates 2,3,9
please !!!
 
Last edited:

nesym

Active member
Babiato Lover
Sep 8, 2019
365
191
43
v2.7.2 Untouched - @Tomz

v2.7.2
- Improvement: Frontend optimization by loading WooCommerce 'Shop Page' pagination JS file conditionally.
- Improvement: Frontend optimization by loading 'Blog Page' infinite pagination JS conditionally.
- Fix: Fatal error on changing the value of some controls in Customizer - compatibility with PHP 8.0


Can you please PM me where the exact lines for nulling the pro addon are? I substitute many strings and added custom code, so I believe I managed to fu** up the license somehow. I'd love to be able to use my custom regex and, at the same time, have the pro addon nulled. Thank you so much for your attention and participation!
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,640
26,986
120
Can you please PM me where the exact lines for nulling the template are? I substitute many strings and added custom code, so I believe I managed to fu** up the license somehow. I'd love to be able to use my custom regex and, at the same time, have the pro addon nulled. Thank you so much for your attention and participation!
Sorry I have no idea about the nulling, you will have to wait for @Tomz for that.
 

nesym

Active member
Babiato Lover
Sep 8, 2019
365
191
43
Sorry I have no idea about the nulling, you will have to wait for @Tomz for that.

Ok, I think I found out what I fucked up. I changed the author and the URL of http://support.brainstormforce.com for multiple files, and it seems the theme checks for API on their server. I assumed you nulled it locally but seems you are using their server for check, which will be a pain in the ass to rename it every time with regex. Even when I change it back to support.brainstormforce.com in the admin folder helpers.php and class-bsf-analytics.php I can't seem to achieve nulling. Can I somehow skip this check? Please help, @Tomz Thanks!
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
Ok, I think I found out what I fucked up. I changed the author and the URL of http://support.brainstormforce.com for multiple files, and it seems the theme checks for API on their server. I assumed you nulled it locally but seems you are using their server for check, which will be a pain in the ass to rename it every time with regex. Even when I change it back to support.brainstormforce.com in the admin folder helpers.php and class-bsf-analytics.php I can't seem to achieve nulling. Can I somehow skip this check? Please help, @Tomz Thanks!
let me check
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
PHP:
if ( 'registered' !== $status ) :
Can you please PM me where the exact lines for nulling the pro addon are? I substitute many strings and added custom code, so I believe I managed to fu** up the license somehow. I'd love to be able to use my custom regex and, at the same time, have the pro addon nulled. Thank you so much for your attention and participation!
open astra-addon.php in main folder
after line 16 add this code
PHP:
$brainstrom = get_option( 'brainstrom_products' );
$brainstrom['plugins']['astra-addon']['status'] = 'registered';
update_option( 'brainstrom_products', $brainstrom );
Like This:
3131313.jpg
Go To astra-addon\admin\bsf-core\auto-update\admin-functions.php
Open admin-functions.php
Find This Code around line 302
PHP:
if ( 'registered' !== $status ) :
and change it to:
PHP:
if ( $status == 'active' ) :
Go to astra-addon\admin\bsf-core\class-bsf-license-manager.php
Open class-bsf-license-manager.php
find this code around line 403
PHP:
public function get_remote_license_status( $purchase_key, $product_id ) {
after line 403 add this code
PHP:
return '1';
find this code around line 722
PHP:
if ( ! isset( $product_id ) ) {
and change it to this code
PHP:
if ( isset( $product_id ) ) {
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
Tomz updated Astra Pro - Extend Astra Theme With the Pro Addon with a new update entry:

Astra Pro Addon v2.7.2 Nulled

Download Astra Pro v2.7.2 - Extend Astra Theme With the Pro Addon Nulled Free
v2.7.2 Thanks To @medw1311

- Improvement: Frontend optimization by loading WooCommerce 'Shop Page' pagination JS file conditionally.
- Improvement: Frontend optimization by loading 'Blog Page' infinite pagination JS conditionally.
- Fix: Fatal error on changing the value of some controls in Customizer - compatibility with PHP 8.0.

Read the rest of this update entry...
 

ariel

Active member
Jul 23, 2020
102
33
28
Nothing to see here!
Warning: require_once(/httpdocs/wp-content/plugins/astra-addon/classes/library/batch-processing/wp-async-request.php): failed to open stream: No such file or directory in /httpdocs/wp-content/plugins/astra-addon/classes/class-astra-addon-background-updater.php on line 64
 

smalok

Active member
Aug 21, 2020
195
125
43
Version 2.7.3

December 23, 2020

Fix:
  • ‘Enable Code Editor’ button not appearing in Custom Layout editor when no Page Builders were active & in Firefox browser.
  • ‘Enable Code Editor’ & ‘Enable WordPress editor’ button text mismatch issue when classic editor plugin is active.
 
  • Like
Reactions: intersysx

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,715
120
Version 2.7.3

December 23, 2020

Fix:
  • ‘Enable Code Editor’ button not appearing in Custom Layout editor when no Page Builders were active & in Firefox browser.
  • ‘Enable Code Editor’ & ‘Enable WordPress editor’ button text mismatch issue when classic editor plugin is active.
@medw1311
 
  • Like
Reactions: smalok

Forum statistics

Threads
69,228
Messages
908,456
Members
237,096
Latest member
jhonwick08

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