Soledad - Best Multipurpose, Newspaper, Blog & WooCommerce WordPress Themes

Soledad - Best Multipurpose, Newspaper, Blog & WooCommerce WordPress Themes v8.6.5 Nulled

No permission to download

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
@carlos12 Will, you see this error message right after installation, or is it after a few days of use?
I install version 8.2.3 import demo. Didn't get any error message
Hi..i have the same problem... i have an alert on my wp desk, will this shut down my page ??? please fix the issue, Thanks.
1659330844583.png
I had to go back to version 8.1.4. from the start nothing works
Soledad 8.2.3 Works on my 2 other websites. I do not understand

Will have another look when have the time.

However when @John198 posts 'Soledad 8.2.3 Works on my 2 other websites. I do not understand'.....
That to me points at something else affecting this and not the nulling itself.

If it was simply the nulling it would be happening to everybody who has downloaded, installed and has this activated on their site.

Also, if you can before posting it @carlos12 crop your pic, we only need to see the page itself and not everything else. 😉
 

songohan

Well-known member
Babiato Lover
GiveAway Master
Trusted Uploader
Jun 1, 2018
380
918
93
⭐⭐⭐⭐⭐
this demo use Soledad,
Code:
https://feignedmanager.s4-tastewp.com/
I have it installed for almost 1 week. Everything is fine, Wait and see what happens.
This demo will automatically expire 1 week after installation
1660026414699.png
 

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
Fixed, grab main download and reinstall theme again.

@carlos12 / @John198 / @TjarcoB / @bjnhonebj - let me know if you ever get messages appear again as can remove them, however they shouldn't appear now.
 

IntBoat

New member
Aug 14, 2022
13
20
3
If a warning has already appeared, Soledad will modify the value of penci_loads_cm in the database, so that the appearance customization function cannot be used.

function.php:1899
PHP:
if ( penci_loads_cm() ) {
    include( trailingslashit( get_template_directory() ). 'inc/customizer/framework/bootstrap.php' );
}

inc/customizer/default.php:190
PHP:
if ( ! function_exists( 'penci_loads_cm' ) ) {
    function penci_loads_cm() {
        return 'load' == get_option( 'penci_loads_cm' );
    }
}

add following code at the top of function.php should fix this.
PHP:
update_option('penci_loads_cm', 'load');
 

Elmus Sakha

New member
Aug 2, 2022
1
0
1
It still have error "The package could not be installed. The theme is missing the style.css stylesheet." ?
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,638
26,973
120
It still have error "The package could not be installed. The theme is missing the style.css stylesheet." ?
You need to extract the downloaded zip file first then install the soledad.zip file from within
 

affnet

New member
Dec 11, 2019
4
0
1
How to remove ads baner archive page without display none, ads manager in theme setting not working...

1660965077627.png
 

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
Plz update v8.2.4

Will be updated soon.

Update Soledad Version 8.2.4
  • Featured Added: Dark Mode Switcher now supported! You can enable it via Customize > General > Dark Mode. If you’re using the header builder, you need to enable the option via Customize > General > Dark Mode first to make the element “Dark Mode Swticher” in the Header Builder appears.
  • Featured Added: Add support pagination for Wishlist page. More options for it please check via Customize > Woocommerce > Wishlist.
  • Update: “Penci Shortcodes & Performance” to version 5.1.
  • Improve: Some minor issues.
 

IntBoat

New member
Aug 14, 2022
13
20
3
Will be updated soon.

Update Soledad Version 8.2.4
  • Featured Added: Dark Mode Switcher now supported! You can enable it via Customize > General > Dark Mode. If you’re using the header builder, you need to enable the option via Customize > General > Dark Mode first to make the element “Dark Mode Swticher” in the Header Builder appears.
  • Featured Added: Add support pagination for Wishlist page. More options for it please check via Customize > Woocommerce > Wishlist.
  • Update: “Penci Shortcodes & Performance” to version 5.1.
  • Improve: Some minor issues.

This is version v8.2.4, I removed the license check, removed the communication with the author's website.
 
Last edited by a moderator:
  • Like
Reactions: ducanhmeta

bobsmith

Busy in real life so uploads will be soon
Null Master
Trusted Uploader
May 4, 2022
2,976
2,942
113
UK
This is version v8.2.4, I removed the license check, removed the communication with the author's website.
Thank you, however we already have the update ready to upload and due to member status please provide proof of purchase for resource before anything is used from yourself. 👍
 
  • Like
Reactions: songohan

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
bobsmith updated Soledad - Best Multipurpose, Newspaper, Blog & WooCommerce WordPress Themes with a new update entry:

Soledad Theme v8.2.4 Nulled

Download Soledad v8.2.4 - Multi-Concept Blog/Magazine/News AMP WordPress Theme Nulled
Update Soledad Version 8.2.4

  • Featured Added: Dark Mode Switcher now supported! You can enable it via Customize > General > Dark Mode. If you’re using the header builder, you need to enable the option via Customize > General > Dark Mode first to make the element “Dark Mode Switcher” in the Header Builder appears.
  • Featured Added: Add support pagination for Wishlist page. More options for...

Read the rest of this update entry...
 

saurabhvats4

New member
Apr 6, 2021
18
3
3
ERROR -
There has been a critical error on this website. Please check your site admin email inbox for instructions.
 

carlos12

New member
Jul 11, 2019
5
0
1
If a warning has already appeared, Soledad will modify the value of penci_loads_cm in the database, so that the appearance customization function cannot be used.

function.php:1899
PHP:
if ( penci_loads_cm() ) {
    include( trailingslashit( get_template_directory() ). 'inc/customizer/framework/bootstrap.php' );
}

inc/customizer/default.php:190
PHP:
if ( ! function_exists( 'penci_loads_cm' ) ) {
    function penci_loads_cm() {
        return 'load' == get_option( 'penci_loads_cm' );
    }
}

add following code at the top of function.php should fix this.
PHP:
update_option('penci_loads_cm', 'load');
Rhanks..i was scared of us
 

carlos12

New member
Jul 11, 2019
5
0
1
Thanks...I was scared of using code ... but i had no choice....and it worked.....thanks a lot ...Greetings ...
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,714
120
bobsmith updated Soledad - Best Multipurpose, Newspaper, Blog & WooCommerce WordPress Themes with a new update entry:

Soledad Theme v8.2.5 Nulled

Download Soledad v8.2.5 - Multi-Concept Blog/Magazine/News AMP WordPress Theme Nulled
Update Soledad Version 8.2.5

Featured Added: We’ve added the ajax live search by default for the search form on the header default & header builder. If you don’t want to use it, you can disable ajax live search via Customize > General > Search Settings. You can check the options for ajax live search here also.
Featured Added: Option to upload your own avatar on the edit user profiles screen. Now, you...

Read the rest of this update entry...
 

Latest posts

Forum statistics

Threads
69,226
Messages
908,435
Members
237,020
Latest member
babahack1

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