Skip Navigation

[Resolved] Converting Reusable Block back to regular blocks stalls

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

Problem:
The user has created a reusable block from a view block. Then he used it on a different page and he was not able to convert it to a regular block anymore.

Solution:
We convert a Reusable block into a regular block in order to edit it and have the edits only in this place. That can't be performed for the view block. Because the view block uses a view. When we edit a view block, we are actually editing the view. You can reuse the view elsewhere without first converting it to a reusable block. And if you edit it, the edits will be propagated everywhere where the view is used. Because, the updates are performed against the view, not its view block.

I won't recommend making a view reusable. It is already reusable, by design. But, if you need a similar view with slight updates, you will have to create it from scratch.

This support ticket is created 4 years ago. There's a good chance that you are reading advice that it now obsolete.

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
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9: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: Africa/Casablanca (GMT+01:00)

This topic contains 3 replies, has 2 voices.

Last updated by Jamal 4 years ago.

Assisted by: Jamal.

Author
Posts
#1873019
Toolset-issue-convert-back-to-regular-blocks-stalls.201211.png

Using Toolset Blocks, I have a working View that I created on one page (hidden link) and want to include on another so I converted the View block into a Reusable Block. After placing that Reusable Block on the home page (hidden link) I am not able to convert it back to regular blocks - nothing happens. I tried to edit the 'original' Reusable Block on the News page but when I try to select the block instead I get a "No block selected" message (see screenshot). Fwiw, the View displays properly on both pages on the front end.

#1873927

Hello and thank you for contacting the Toolset support.

We convert a Reusable block into a regular block in order to edit it and have the edits only in this place. That can't be performed for the view block. Because the view block uses a view. When we edit a view block, we are actually editing the view. You can reuse the view elsewhere without first converting it to a reusable block. And if you edit it, the edits will be propagated everywhere where the view is used. Because, the updates are performed against the view, not its view block.

I won't recommend making a view reusable. It is already reusable, by design. But, if you need a similar view with slight updates, you will have to create it from scratch.

In an upcoming release, I can't tell exactly when, we will offer to build block-based view in their separate windows, hopefully, we will also offer a "Duplicate" feature, this way, you can duplicate a view and edit it to introduce your updates.

I hope this helps. Let me know if you have any questions.

#1873973

If a View block should not be made 'reusable' then it shouldn't even have that option available, don't you think?

#1873989

Thank you for this feedback. Actually, I might agree with that. Let me escalate this to our 2nd Tier for another opinion.