02-20-2018, 03:55 PM
Pages: 1 2
02-21-2018, 10:42 AM
(02-20-2018 03:55 PM)kgusain Wrote: [ -> ]@HaXoR7 Cloud you please upload Version 2.1.4. Thanks in advance
Done check first post
02-24-2018, 10:01 PM
I FOUND ONE BUG...
Warning: strstr() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 790
Warning: stripos() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 795
Warning: stripos() expects parameter 1 to be string, object given in /home2/source/public_html/defiantlegends.com/c/wp-includes/functions.php on line 798
Warning: strpos() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 805
Warning: explode() expects parameter 2 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 806
Warning: strstr() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 790
Warning: stripos() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 795
Warning: stripos() expects parameter 1 to be string, object given in /home2/source/public_html/defiantlegends.com/c/wp-includes/functions.php on line 798
Warning: strpos() expects parameter 1 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 805
Warning: explode() expects parameter 2 to be string, object given in /home2/source/public_html/xxx/wp-includes/functions.php on line 806
02-25-2018, 08:34 AM
Hol[/align]y shit! I was looking for this!
Rep+!
Rep+!
03-29-2018, 08:45 AM
(01-08-2018 10:17 AM)josemarcoss Wrote: [ -> ]if you´re haveing problems with theme activation, try:
i have nulled the activation function. The file is in wp-content/themes/boombox/includes/admin/activation/themes/functions.php
i´ve altered the boombox_is_registered function to:
Code:
function boombox_is_registered() {
//$is_registered = get_site_transient( 'boombox_theme_registration' );
$is_registered = true;
// Verified, access granted.
if ( ! ! $is_registered ) {
return true;
}
// Check if required plugin for activation is installed and active
//if ( ! boombox_plugin_management_service()->is_plugin_active( 'envato-market/envato-market.php' ) ) {
// return false;
//}
$is_registered = true;
//$purchased_themes = envato_market()->api()->themes();
/*foreach ( $purchased_themes as $purchased_theme ) {
if (
( 'boombox' === strtolower( $purchased_theme[ 'name' ] ) )
and& ( 'px-lab' === strtolower( $purchased_theme[ 'author' ] ) )
) {
$is_registered = true;
break;
}
}
*/
/* if ( $is_registered ) {
$expire_in_one_day = 1 * DAY_IN_SECONDS;
set_site_transient( 'boombox_theme_registration', true, $expire_in_one_day );
}*/
return $is_registered;
}
Wow. You rock.

03-30-2018, 09:46 PM
Cloud you please upload Version 2.1.5.
I need the new: Logo Margin Top / Margin Bottom options
Thanks in advance
I need the new: Logo Margin Top / Margin Bottom options
Thanks in advance
03-31-2018, 05:32 AM
(03-30-2018 09:46 PM)elcampnou2 Wrote: [ -> ]Cloud you please upload Version 2.1.5.
I need the new: Logo Margin Top / Margin Bottom options
Thanks in advance
http://www14.zippyshare.com/v/0uR9FhUp/file.html
03-31-2018, 02:13 PM
Thanks For Sharing Brow
04-27-2018, 11:11 PM
v2.5.0 - 25.04.2018 : themeforest-16596434-boombox-viral-buzz-wordpress-theme.zip
05-01-2018, 08:59 PM
(04-27-2018 11:11 PM)HaXoR7 Wrote: [ -> ]v2.5.0 - 25.04.2018 : themeforest-16596434-boombox-viral-buzz-wordpress-theme.zip
2.5.1 please
Pages: 1 2