04-12-2017, 04:09 PM
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
04-12-2017, 06:19 PM
Kamru please update Betheme to v17.6.1, thanks!!!
04-12-2017, 07:15 PM
04-13-2017, 10:39 PM
Thanks kamru, +reps.
Will you upload the latest Avada version please?
Version 5.1.5 - April 4th, 2017

Will you upload the latest Avada version please?
Version 5.1.5 - April 4th, 2017

04-15-2017, 08:20 AM
Hello - Thanks for your Share and Efforts For This Community.
Rep added - But Where is Newspaper 7 (Purchased "means no need for null") - I want it
Thank you
Rep added - But Where is Newspaper 7 (Purchased "means no need for null") - I want it
Thank you
(04-29-2016 05:54 PM)kamru Wrote: [ -> ]N O T E S
- All are my purchases, view here http://i.imgur.com/fHKAlH7.png.
- PM ME or POST here when you see an update.
- All files are clean, untouched. I did not even care to put a password, uploaded as soon as I downloaded.
- Make mirrors as you want.
GOT lazy to edit the first post. Please see recent post of this thread for the updates.
M I S C
LayerSlider and Revolution Slider - AVADA 5 release versions.
Magic Button :Code:
https://mega.nz/#F!H5hAyJZY !zglnT-LL0bDBjHDLYb7Odg
A V A D A
Magic Button :4.0.2
Magic Button :Code:
http://mir.cr/2DG1DUSO
4.0.3
Magic Button :Code:
http://mir.cr/DVCBSYHL
5.0.x CHILD THEME
Magic Button :Code:
https://mega.nz/#!DgZQmJKb !HG2uN334K9niLS9R_ZIhVarj0IRLcGhJO9hRG96vdNA
5.0.0
Magic Button :Code:
http://www.uploadmagnet.com/qybtbwxn2ce0/themeforest-2833226-avada-responsive-multipurpose-theme-wordpress-theme.zip
5.0.1
Magic Button :Code:
https://mega.nz/#!nkgHGJwJ!_c20SJoGQ6V5aKerhikdBVRhTVpraiJiA5ISIFsQQVg
5.0.2
Magic Button :Code:
https://mega.nz/#!bthwWIDK!VS8ponZ4tkvl1b4IqmoJ-mE9o-tRCmz8D4zIczDu5hQ
5.0.3
Magic Button :Code:
https://mega.nz/#!nlggURZT KEY IS !soslz6ml6Vfu8_MGsZuNRpEdO8XIkd44w5pdGegmrOg
5.0.4
Magic Button :Code:
http://bestblackhatforum.com/Thread-PURCHASED-AVADA-BE-T-H-E-M-E-M-O-R-E?pid=1900520#pid1900520
5.0.5
Magic Button :Code:
http://bestblackhatforum.com/Thread-PURCHASED-AVADA-BE-T-H-E-M-E-M-O-R-E?pid=1908275#pid1908275
B E T H E M E
Magic Button :
15
Magic Button :Code:
https://mega.nz/#F!m0J3WJCI !Lxouwf6b4V3amHDEUD8Idw
15.1
Magic Button :Code:
https://mega.nz/#!egwB2ZDR !BbZiq9nXkhxLY3sA-YiqQ4ow7M1ntbkBEFH4-8dU1FM
15.2
Magic Button :Code:
NONE-got lazy to upload
15.3
Magic Button :Code:
https://mega.nz/#!exAgEKqb KEY IS !_z_lB9zT3yVTSc7XSgoAABq6eFrlGxZK7WwromWPY4E
F L A T S O M E
Magic Button :3.1.6
Magic Button :Code:
https://mega.nz/#!etwWDaiB!KowPr74BmZQeL9gx1djLWZdKxmKh5msg1iipjnAoHnI
NULL A V A D A
LinkingHeaven Wrote:Hello Dear,
Can u please tell me if you have licence key for avada theme?
Or how to use this theme it always ask me to add a licence to use it!
Magic Button :Hello! Yes, I have a license key for avada, but sorry, strictly my own use.
The way to bypass it is given on pages #8 and #9.
@sirdree's solution:
Rep goes to him for this one:
http://bestblackhatforum.com/Thread-PURC...pid1875273
@blacksuitboy's solution:
Rep goes to him for this one:
http://bestblackhatforum.com/Thread-PURC...pid1872498
Recent one:
http://bestblackhatforum.com/Thread-PURC...pid1908286
04-19-2017, 02:06 AM
Can you upload Avada to 5.1.6 when you have a chance? TIA!
04-19-2017, 09:18 AM
The new way to DIY null A v a d a v5.1.x shared here:
That thread will direct you to another site. So to cut the sh*t out, I post it here directly. Let's try:
Step 1:
- Folder: wpcontent\themes\Avada\includes\lib\inc
- File: classfusionenvatoapi.php
- Remove 2 line 113 and 114 which are:
Step 2:
- Folder: wpcontent\themes\Avada\includes\lib\inc
- File: classavadaproductregistration.php
- Change parameter from 600 to 0 at line 377 which is:
- Change "false" to "true" at line 410
Code:
http://bestblackhatforum.com/Thread-SHARE-Learn-how-to-NULL-Avada-wordpress-theme-NEWEST
That thread will direct you to another site. So to cut the sh*t out, I post it here directly. Let's try:
Step 1:
- Folder: wpcontent\themes\Avada\includes\lib\inc
- File: classfusionenvatoapi.php
- Remove 2 line 113 and 114 which are:
Code:
$response_code = wp_remote_retrieve_response_code( $response );
$response_message = wp_remote_retrieve_response_message( $response );
Step 2:
- Folder: wpcontent\themes\Avada\includes\lib\inc
- File: classavadaproductregistration.php
- Change parameter from 600 to 0 at line 377 which is:
Code:
set_site_transient( ‘fusion_envato_api_down’, true, 600 );
- Change "false" to "true" at line 410
Code:
if ( get_site_transient( ‘fusion_envato_api_down’ ) ) {
return false;
}
04-19-2017, 11:56 AM
(04-19-2017 09:18 AM)blacksuitboy Wrote: [ -> ]The new way to DIY null A v a d a v5.1.x shared here:
Code:
http://bestblackhatforum.com/Thread-SHARE-Learn-how-to-NULL-Avada-wordpress-theme-NEWEST
That thread will direct you to another site. So to cut the sh*t out, I post it here directly. Let's try:
Step 1:
- Folder: wpcontent\themes\Avada\includes\lib\inc
- File: classfusionenvatoapi.php
- Remove 2 line 113 and 114 which are:
Code:
$response_code = wp_remote_retrieve_response_code( $response );
$response_message = wp_remote_retrieve_response_message( $response );
Step 2:
- Folder: wpcontent\themes\Avada\includes\lib\inc
- File: classavadaproductregistration.php
- Change parameter from 600 to 0 at line 377 which is:
Code:
set_site_transient( ‘fusion_envato_api_down’, true, 600 );
- Change "false" to "true" at line 410
Code:
if ( get_site_transient( ‘fusion_envato_api_down’ ) ) {
return false;
}
Great info, Brother!
I hate Avada but this trick is so useful for others. Many clients love Avada and it's hard if no way to null it!

04-20-2017, 12:25 AM
5.1.6 A V A D A
Magic Button :
https://my.pcloud.com/publink/show?code=XZGQTAZ3NuJIcXnq2L305vMJ7whcfJap7qX
04-20-2017, 09:02 PM
hey kamru,
may you share premium plugins from X Theme please?
may you share premium plugins from X Theme please?