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
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
Hi Shane,
yes offcourse. Check the attached image.
Thanks!
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
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?
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
Hi Shane,
thanks! That solved the problem.
Marc