• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

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: Babak
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.
 
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
 
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!
 
Soledad v6.2.1 new update
 
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
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!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock