Skip Navigation

[Resolved] Cannto install de reference site

This thread is resolved. Here is a description of the problem and solution.

Problem:
Trying to install reference site "Therapists – Toolset Integration with Ultimate Addons for Gutenberg blocks" not working

Solution:
The core issue here is the plugin name "Ultimate Addons for Gutenberg" is changed to "Spectra".

You can find the proposed solution in this case with the following reply:
https://toolset.com/forums/topic/cannto-install-de-reference-site/#post-2683165

Relevant Documentation:

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 12 months ago.

Assisted by: Minesh.

Author
Posts
#2683081
Captura de Pantalla 2024-02-12 a la(s) 23.20.28.png

Tell us what you are trying to do?

Trying to install reference site "Therapists – Toolset Integration with Ultimate Addons for Gutenberg blocks"
Is there any documentation that you are following?

The one on the discover-wp.com site

It says I need to intsall a WordPress plugin:
Ultimate Addons for Gutenberg not found on your site. Please go to Plugins->Add new, search for the plugin and install it on your site.
When click the link, I've found the plugin with a different name: "Spectra" downloaded and activated, but still not beign able to install the Reference site

Please hep

What is the link to your site?
A staging site: hidden link

#2683165

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As the name of the Ultimate Addons for Gutenberg is changed to "Spectra:. What you should try to do is, you will have to modify the plugin file with few lines.

- You should go to: plugins/ultimate-addons-for-gutenberg
- open the file "ultimate-addons-for-gutenberg.php" in any file editor (install any file manager plugin to edit the plugin file)
- Replace the following line from:

* Plugin Name: Spectra

To:

* Plugin Name: Ultimate Addons for Gutenberg

Change the following line of code from:

define( 'UAGB_PLUGIN_NAME', 'Spectra' );
define( 'UAGB_PLUGIN_SHORT_NAME', 'Spectra' );

]To:

define( 'UAGB_PLUGIN_NAME', 'Ultimate Addons for Gutenberg' );
define( 'UAGB_PLUGIN_SHORT_NAME', 'UAG' );

Can you please try to modify above changes and save the file and then try to install the therapists reference site.