Skip Navigation

[Resolved] Disable H1, H4, H5 in custom field WYSIWYG

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 6 replies, has 3 voices.

Last updated by quentinN 1 year, 7 months ago.

Assisted by: Minesh.

Author
Posts
#2475255

Hello,

I found on the net the following function that allows you to remove (choose the ones you keep) the choice of H1, H5, etc. in the list of the native MCE WYSIWYG of WordPress :

function remove_h1_from_heading($args) {
// Just omit h1 from the list
$args['block_formats'] = 'Paragraph=p;Heading 2=h2;Heading 3=h3;';
return $args;
}
add_filter('tiny_mce_before_init', 'remove_h1_from_heading' );

So, in the native WYSIWYG editor of WordPress, I only have the possibility of paragraph, h2 and h3. That's perfect!

I realize however that this function does not apply to Toolset WYSIWYG customs (I still have "H1, H5, H6, pre, etc.").
Is there something special to change in the function so that it applies to all the WYSIWYG fields of the site?

Sincerely,

Quentin

#2475375

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

I checked and it seems its known issue to us and we already fixed with our develop branch. It needs to undergo the testing.

Can you please wait for next 2-3 weeks and by that time we are planning to release a hotfix release. I hope this makes sense. I already tested the code you shared with the hotfix branch and I can see its working.

I'm adding your ticket to our internal ticket system so when we publish the hotfix version I will get in touch with you and inform you here.

#2475377

Minesh
Supporter

Languages: English (English )

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

If you will require "beta" version with which I've tested please let me know but we do not offer running your sites with beta version and if you decide to use it, you will have to use it at your own risk.

#2475383

Thanks for your response.
I will wait so !

Quentin

#2475415

Minesh
Supporter

Languages: English (English )

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

Ok thank you. I'll get in touch with you as soon as we publish the next hotfix release.

Please hold on for further updates.

#2486891

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

A quick update to let you know that we have published Types 3.4.17 which includes a fix for this issue.

If the updates do not show up on your plugin installer page (click the registered link beneath the plugin name to go to the custom installer page) click the the Check for Updates button to update the list.

Or you can download the latest versions from your accounts page: https://toolset.com/account/downloads

#2487231

It's work
Thanks you !

This ticket is now closed. If you're a Toolset client and need related help, please open a new support ticket.