Soledad - Multi-Concept Blog/Magazine/News AMP WordPress Theme

mdk

Member
Dec 21, 2018
41
6
8
hello friends
im looking for this theme :
Soledad - Multi-Concept Blog/Magazine/News AMP WordPress Theme
 
  • Like
Reactions: tanierlyons

vanzina

Active member
Nov 13, 2018
122
152
43
Is 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.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,243
111,760
120
Is 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.
yes exacly this happen to me after 1 month
let me 12 or 24 hour to share how to null this theme :D
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,243
111,760
120
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 it :) Good luck!
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
Soledad v6.2.1 new update
 

NullMaster

Well-known member
Null Master
Trusted Uploader
Jul 25, 2018
12,062
22,063
120
v6.3.0

Update Changelog
Soledad Version 6.3
* FEATURE ADDED: Add new 20 demos styles:

  • FEATURE ADDED: Add support for vertical navigation - enable it via Customize > Vertical Nav & Hamburger Menu Options
  • FEATURE ADDED: Option for display ads inside posts content - after X paragraphs. Check options for it via Customize > Single Post Options
  • FEATURE ADDED: Options for use NewsArticle schema - via Customize > Single Post Options > Use NewsArticle Schema for All Posts
  • FEATURE ADDED: Option for limit Soledad About Me image widget via edit Soledad About Me widget.
  • FEATURE ADDED: Option for use full images size - no crop for list layout via Customize > Other Layouts Options.
  • FEATURE ADDED: Option for enable brand colors for social icons on "Soledad Social Media" widget
  • FEATURE ADDED: Option for enable use brand colors for Social Icons on Top Bar via Customize > Topbar Options
  • FEATURE ADDED: Option for enable use brand colors for Social Icons on Header via Customize > Logo and Header Options
  • FEATURE ADDED: Option for enable use brand colors for Social Icons on Vertical Mobile Nav via Customize > Logo and Header Options
  • FEATURE ADDED: Option for enable use brand colors for Social Icons on Footer via Customize > Footer Options
  • FEATURE ADDED: Option for enable lightbox for Portfolio Images - click on thumbnails of portfolio to open lightbox. Let's update the Penci Portfolio & Penci Shortcodes plugin to get this feature.
  • IMPROVE: Improve some other small issues.
 
  • Like
Reactions: Beleckiy

Hacking Way Smart

New member
Aug 7, 2019
2
1
3
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 it :) Good luck!
 

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