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

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

No permission to download

Akasha

New member
Apr 30, 2021
4
4
3
This file was edited by me. This file is guaranteed to work on a new website.

The original one will make certain additions to the database to disable the customized functionality. The customized features are still unavailable even if you later install the modified version.

For customisation to be possible, the database settings must be changed.

See post #406
thank you for this answer
And also for your work.
On a new website it's ok
I am indeed looking into this with the databases.
Until maybe the next nulled version will be ok with the customizer on update directly

EDIT // After testing the customizer works perfectly with the code on function.php - post #406
Thanks again ;)
 
Last edited:
  • Like
Reactions: IntBoat

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,961
110,696
120
Tomz updated Soledad - Best Multipurpose, Newspaper, Blog & WooCommerce WordPress Themes with a new update entry:

Soledad Theme v8.2.9

Download Soledad v8.2.9 - Multi-Concept Blog/Magazine/News AMP WordPress Theme Nulled Free
Update Soledad v8.2.9 – November 14th, 2022

  • Featured Added: New option to auto estimate reading time based on the post content via Customize > General > General Settings > Estimate Reading Time base Post Content
  • Featured Added: New option to adjust the reading words per minute when you enable “Estimate Reading Time base Post Content” via Customize > General > General...

Read the rest of this update entry...
 
  • Like
Reactions: chezzz

TjarcoB

Member
Jul 9, 2022
55
15
8
Since the last three nulled updates I canT get it to work (no customizer and some notification in red).
Did I miss something? Do I need to insert some code somewhere on my part?
Thank you guys in advance for your replies.
 

Akasha

New member
Apr 30, 2021
4
4
3
Since the last three nulled updates I canT get it to work (no customizer and some notification in red).
Did I miss something? Do I need to insert some code somewhere on my part?
Thank you guys in advance for your replies.

solution is in post #406 (modification code in function.php), it work for me.
+ read previous message I had the same problem.

NB // If you use soledad child theme the code must add also in function.php in directory of the soledad child theme
 
Last edited:

TjarcoB

Member
Jul 9, 2022
55
15
8
solution is in post #406 (modification code in function.php), it work for me.
+ read previous message I had the same problem.

NB // If you use soledad child theme the code must add also in function.php in directory of the soledad child theme
Thanks! Will try.
 
  • Like
Reactions: John198

John198

New member
Mar 24, 2020
29
7
3
World
solution is in post #406 (modification code in function.php), it work for me.
+ read previous message I had the same problem.

NB // If you use soledad child theme the code must add also in function.php in directory of the soledad child theme
thank you it works perfectly
 

Mamo

Active member
Aug 29, 2018
384
115
43
solution is in post #406 (modification code in function.php), it work for me.
+ read previous message I had the same problem.

NB // If you use soledad child theme the code must add also in function.php in directory of the soledad child theme
Thank you 👏
 

single man

New member
May 28, 2020
28
4
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');

Thank you

is work
 

cyberindeed

Member
May 9, 2022
34
1
8
Hello I Am Getting Following Error!

"soledad/woocommerce/global/quantity-input.php version 4.0.0 is out of date. The core version is 7.2.1,"
 

WhiteFluffyPuppy

Well-known member
Babiato Lover
Sep 18, 2020
351
287
63
Planet Babiato
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');
Thanks for sharing! I wish there was a way to pin important posts at the start of a thread, it'd save people time searching the thread.
 

WhiteFluffyPuppy

Well-known member
Babiato Lover
Sep 18, 2020
351
287
63
Planet Babiato
solution is in post #406 (modification code in function.php), it work for me.
+ read previous message I had the same problem.

NB // If you use soledad child theme the code must add also in function.php in directory of the soledad child theme
Thanks for pointing out the solution by @IntBoat ; it worked. I was wondering if you could add the link https://babiato.tech/threads/soleda...-woocommerce-wordpress-themes.592/post-972547 as I trust you'd do for future helps.

Cheers.
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,961
110,696
120
Tomz updated Soledad - Best Multipurpose, Newspaper, Blog & WooCommerce WordPress Themes with a new update entry:

Soledad Theme v8.3.0

Download Soledad v8.3.0 - Multi-Concept Blog/Magazine/News AMP WordPress Theme Nulled Free
Big Update Soledad v8.3.0 – January 11th, 2023

  • Featured Added: Penci Paywall plugin – A plugin to help you restrict access to your premium content and monetize it via paid subscriptions. You can check more on this video tutorial
  • Featured Added: Penci FrontEnd...

Read the rest of this update entry...
 

sompir

New member
Aug 12, 2022
4
0
1
Why ? not working 8.3.0 ?
''activate the theme to get full Customize Options from the theme.
You can activate the theme via Dashboard > Soledad > Activate Theme''
 

herrada

Active member
Banned User
Sep 17, 2022
342
178
43
USA
someone tamper with this theme because it points to PHP version 7.1 and the version before this one is PHP 7.4 I recommend to try and upload the original theme for version 8.3.0
 

koray_1923

New member
Dec 25, 2019
8
0
1
Hello, add " update_option('penci_loads_cm', 'load'); " code to function.php file before uploading it to the site. It works then. It gives warnings from time to time, but all features are activated.
 

veera

Active member
May 19, 2020
375
112
43
51
INDIA
livepollachi.com
Hello, add " update_option('penci_loads_cm', 'load'); " code to function.php file before uploading it to the site. It works then. It gives warnings from time to time, but all features are activated.
Open wp-content\themes\soledad\functions.php

find

Code:
if ( penci_loads_cm() ) {
include( trailingslashit( get_template_directory() ). 'inc/customizer/framework/bootstrap.php' );
} else {
penci_show_cs_notice();
}


replace with

Code:
include( trailingslashit( get_template_directory() ). 'inc/customizer/framework/bootstrap.php' );
 

Forum statistics

Threads
66,795
Messages
892,825
Members
217,027
Latest member
GT5434

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