Enter this code into the file function.phpHi @Tomz . THanks for this great share just like always. I installed the theme but it keeps asking envato code, is it normal? I tried to add the code but it's not exactly same lines with yours and even though I tried 'return true' line a few times randomly, it doesn't work.
update_option( 'envato_purchase_code_14493994','B5E0B5F8-DD8689E6-ACA49DD6-E6E1A930');
set_transient( 'bimber_theme_registered', true, 999999 );
thanks bro!Enter this code into the file function.php
Code:update_option( 'envato_purchase_code_14493994','B5E0B5F8-DD8689E6-ACA49DD6-E6E1A930'); set_transient( 'bimber_theme_registered', true, 999999 );
How can i do this?go here: bimber/includes/theme.php
find this code on line 1537:
after this code add this code:PHP:function bimber_is_theme_registered() { $is_registered = get_transient( 'bimber_theme_registered' ); // Verified, access granted. if ( $is_registered ) { return true; }
Refresh Page and ready to goPHP:return true;
Proof:
![]()
first unzip whole package and make bimber folder and copy paste all files inside and make zip again or upload via ftpNo, in every try i made i have an error: 'Stylesheet is missing'
I tried with ftp and even i said to my support assistant of hosting service help to upload the theme. But the assistant says is not possible install the theme to WordPress.first unzip whole package and make bimber folder and copy paste all files inside and make zip again or upload via ftp
i install it without problemI tried with ftp and even i said to my support assistant of hosting service help to upload the theme. But the assistant says is not possible install the theme to WordPress.
Enter this code into the file function.php
Code:update_option( 'envato_purchase_code_14493994','B5E0B5F8-DD8689E6-ACA49DD6-E6E1A930'); set_transient( 'bimber_theme_registered', true, 999999 );