Problem:
Customer was trying to update a Kadence Row Block to remove an image background but the old image was displaying still. Solution:
Upon further review, I found an option 'bgImg' set to 'BG-2.png' directly in the affected page.
To fix it, olease follow these steps:
- Edit the contact page
- Turn to text mode
- Search for 'BG-2.png' in the browser, you'll see it right at the beginning of the text
- Remove the option bgImg and save it
- Return to visual code
Problem:
Customer wanted to check the current versions of Toolset and how is the process of updating/keeping it up-to-date Solution:
I referred him to our downloads page and sent a list with all Toolset plugins current version. I also explained how to update manually and via plugins page:
For you to check if there are updates available you can go to wp-admin > dashboard > updates or wp-admin > plugins > add new > commercial tab.
Please make sure to refresh the results by clicking on check again. If there are any updates available, they'll be listed in there and you'll be able to proceed to the update.
Alternatively, you can upgrade Toolset plugins manually by following this procedure:
1) Backup your website database
2) Deactivate/delete old version of Toolset Types plugin
3) Download the latest version of Types plugin here: https://toolset.com/account/downloads/
click link "Download Toolset manually"
4) Upload/activate Types plugin in your website manually
Unable to access a specific page in WordPress Admin console (post type: chapter) after upgrading the server to PHP version 8.0 or above. The error points to a custom-written plugin causing an "E_ERROR" in class.wpcf-post-types.php.
Solution:
Identified a custom-written plugin (Love on a Leash Members) causing the conflict, particularly with the usage of toolset_get_related_posts() and toolset_connect_posts() functions. The custom plugin needs to be updated to use the current implementation of these functions as outlined in Toolset documentation.