Skip Navigation

[Resolved] Installer keeps popping up.

This support ticket is created 7 years, 7 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
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 6 replies, has 2 voices.

Last updated by marcB-6 7 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#503792

Hi guys,
Short question.

I love building sites with starter-theme, types & views. I'm not the biggest fan of layouts since i like to write the HTML myself. For that reason i don't want to use the installer that pops up since the last version of the starter theme.

How can i get rid of them because they keep popping up even after i installed types and views.

Thanks!
Marc

#503894

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Marc,

Thank you for contacting our support forum.

Could you provide me with a screenshot of the issue so that I can have a look ?

Thanks,
Shane

#503925
Schermafbeelding 2017-03-21 om 21.52.10.png

Hi Shane,
yes offcourse. Check the attached image.
Thanks!

#503928

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Marc,

When you click the x in the top right hand corner and navigate to a separate page does it still pop up ?

Thanks,
Shane

#503930

Yes it does and i can understand why it does.
What we need is an extra dismiss button or a setting in the theme settings.
Is there another way to dismiss it forever at this moment?

#503933

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Marco,

In your functions.php file replace lines 403-435 with the following

<!--<p>
			<b>
				<?php // _e( 'Do you want to prepare this site for quick editing with Toolset?', 'toolset-starter' ); ?>
			</b>
		</p>

		<p>
			<?php //_e( 'We will:', 'toolset-starter' ); ?>
		</p>

		<ul class="toolset-notice-list">
			<li>-->
				<?php /*printf(
					__( 'Automatically install the Toolset plugins that are needed for %s', 'toolset-starter' )
					, $theme->get('Name')
				); */?>
			<!--</li>

			<li>-->
				<?php /*printf(
					__( 'Set up layouts, template, archives and other site elements for %s', 'toolset-starter' )
					, $theme->get('Name')
				); */?>
			<!--</li>
		</ul>-->

		<!--<p>
			<a href="<?php //echo admin_url( 'index.php?page=toolset-site-installer' ); ?>"
			   class="button button-primary button-primary-toolset" style="margin: 0 0 5px;">
				<?php /*_e( 'Run Installer', 'toolset-starter' ); */ ?>
			</a>
		</p>
	</div>-->

Thanks,
Shane

#504254

Hi Shane,
thanks! That solved the problem.
Marc