Skip Navigation

[Resolved] Disable 'Run Installer?' Alert?

This support ticket is created 6 years, 11 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
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 5 replies, has 3 voices.

Last updated by Beda 6 years, 9 months ago.

Assisted by: Beda.

Author
Posts
#515919
Screen Shot 2017-04-21 at 3.04.32 PM.png

Same problem as this post:

https://toolset.com/forums/topic/disable-run-installer-alert/

I keep getting your nag about running the installer and I can't get rid of it no matter how often I click it closed. PLEASE tell me how to code this thing out because it's really irritating and in the way.

#516015

The notice should not appear again if you dismissed it, at least not for your user.

I have to replicate this, see how and if it happens, and then report it.

Meanwhile you could add some CSS to your theme, with a display: none !important; statement.
You can apply this to the wrapping DIV.
You can find this class bz opening your Browser Console and find the code (HTML) for that pop up.

I will try to replicate it as soon as possible and get back at you with news.

#516038

Would you mind telling me the CSS rather than me having to go find it? I tried a couple of things that didn't work. (They work in chrome inspector but not on the style sheet).

#516160

I am as upset as you are.

None of the CSS works, it should be this:

div.notice.notice-success.toolset-notice.is-dismissible {
	display: none !important;
}

And dismissing the notice does not help either, it simply jumps back on page reload.

I already reported this with high urgency already.

I do apologise the problem. We will make sure it's dismissable properly ASAP.

#528940

Hi Scott,

This should be fixed in the latest Toolset release.

Could you please update all Toolset plugins and test if it's fixed.

I'm waiting fo your feedback.

Thanks.

#535460

This is resolved in the following Plugin versions:

Types 2.2.10
Layouts 2.0
Views 2.4
CRED 1.9

This means, it is resolved if any of above Plugins are installed.

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