hello friends
im looking for this theme :
Soledad - Multi-Concept Blog/Magazine/News AMP WordPress Theme
im looking for this theme :
Soledad - Multi-Concept Blog/Magazine/News AMP WordPress Theme
https://babiato.tech/resources/soledad-multi-concept-blog-magazine-news-amp-wordpress-theme.591/same here.. waiting for it
thanks friend for all ur efforthttps://babiato.tech/resources/soledad-multi-concept-blog-magazine-news-amp-wordpress-theme.591/
search before create request
and we have request section
https://babiato.tech/forums/request-section.55/
yes exacly this happen to me after 1 monthIs it nulled ? We can not use it without nulled.
After 1 month give this error msg on new post section : Please activate the theme, now the theme is not active.
if( ! function_exists( 'penci_soledad_is_activated' ) ){
function penci_soledad_is_activated(){
if ( defined('ENVATO_HOSTED_SITE') ) {
return true;
}
return get_option( 'penci_soledad_is_activated' );
}
}
if( ! function_exists( 'penci_soledad_is_activated' ) ){
function penci_soledad_is_activated(){
if ( defined('ENVATO_HOSTED_SITE') ) {
return true;
}
return true;
}
}
Hi all. I tried to null this theme and it success. Please follow these steps:
Step 1:
Edit this file: soledad/inc/dashboard/inc/require-activation.php
Step 2:
- Find this function: function penci_soledad_is_activated() at line 2
Step 3:
- Replace line 8 return get_option( 'penci_soledad_is_activated' ); by: return true;
- Then the function should be like this:
Before:
PHP:if( ! function_exists( 'penci_soledad_is_activated' ) ){ function penci_soledad_is_activated(){ if ( defined('ENVATO_HOSTED_SITE') ) { return true; } return get_option( 'penci_soledad_is_activated' ); } }
After:
PHP:if( ! function_exists( 'penci_soledad_is_activated' ) ){ function penci_soledad_is_activated(){ if ( defined('ENVATO_HOSTED_SITE') ) { return true; } return true; } }
WOWWW! Now you can enjoy itGood luck!