Skip Navigation

[Resolved] Hide CRED Form Expert Mode Slider ?

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

Problem:
Hide CRED Form Expert Mode Slider ?

Solution:
You should use the custom CSS to hide such HTML element.

You can find the proposed solution, in this case, with the following reply:
=> https://toolset.com/forums/topic/hide-cred-form-expert-mode-slider/#post-1201666

Relevant Documentation:

This support ticket is created 5 years, 9 months 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
- 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 2 voices.

Last updated by julieP 5 years, 9 months ago.

Assisted by: Minesh.

Author
Posts
#1201429

Whilst I appreciate the benefits of the new drag & drop feature for form design, on existing sites or when I want to achieve something this feature doesn't facilitate, is there a way of either disabling the slider (have it showing but ineffective) or hiding it from view? The reason? It is simply far too easy to accidentally do a mouse click just as you're moving across the slider and all the work in the expert mode window is completely lost.

Might I suggest a global setting for this under Toolset settings where we could choose to enable drag & drop for all forms, disable drag & drop for all forms or choose on a per form basis?

#1201595

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

Well - Thank you for your suggestion. We have a new way to submit the feature requests.

Can you please use the following form to submit your feature request:
=> https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/

#1201651

Hi Minesh

I'm happy to submit the feature request but how do I hide the slider in the meantime please?

#1201652

Minesh
Supporter

Languages: English (English )

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

Do you mean the "Expert Mode" slider button?

#1201654

yes

#1201666

Minesh
Supporter

Languages: English (English )

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

Well - you need to add the CSS that will be applied on admin section.

Please try to install and activate following plugin.
=> https://wordpress.org/plugins/add-admin-css/

Add following CSS to that plugin settings:

.cred-editor-expert-mode-container {display:none !important;}
#1201760

OK thank you for that