Skip Navigation

[Resolved] REference Site Therapists

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 1 voice.

Last updated by Minesh 1 week, 5 days ago.

Assisted by: Minesh.

Author
Posts
#2815126

I am trying to: install the reference site

Link to a page where the issue can be seen: needs additional plugin, even though I have the correct plugin installed.

I have even rolled back the Ultimate Addons for Gutenberg plugin but nothing seems to help.

Its a nbrandnew install so every thing is up to date and there are no other plugins installed.

Any advice?

I expected to see:

Instead, I got:

#2815134

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

This is known issue and this is due to the plugin name changed. The plugin name "ultimate-addons-for-gutenberg" changed to "Spectra Gutenberg Blocks – Website Builder for the Block Editor"
- https://wordpress.org/plugins/ultimate-addons-for-gutenberg/

You can install the above plugin on your site. Once you install it, do not activate it.

What you should try to do is, you will have to modify the plugin file with few lines.
- You should go to (use any editor to edit the plugin files): 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.