MainWP Customization

  • How to add WP Admin button to the main Navigation bar

    Last modifiled: April 16, 2024    Category: MainWP Customization

    We moved the WP Admin link to the three-dot menu in the top right in order to streamline the navigation bar. If you wish to return it to the main navigation sidebar, we prepared PHP and CSS code snippets. The easiest way to apply them is by using our Custom Dashboard extension. PHP code… Read more...

  • How to disable tooltips in MainWP Dashboard

    Last modifiled: April 16, 2024    Category: MainWP Customization

    Many input fields and settings toggles have tooltips that help explain their function. If desired, they can be disabled using CSS. .mainwp-ui [data-tooltip]:before, .mainwp-ui [data-tooltip]:after { display: none !important; } The easiest way to apply the code is using our Custom Dashboard extension and placing it in the CSS tab. Read more...

  • How to create a new column in the Manage Sites table

    Last modifiled: April 25, 2024    Category: MainWP Customization

    In this document, we will go over how to add a new column to the Manage Sites table. cURL Version column example In this case we will add a new “cURL Version” column to the Manage Sites table but with the correct code snippet you can change it to fit… Read more...

  • How to add new menu entries to the MainWP Dashboard navigation

    Last modifiled: April 16, 2024    Category: MainWP Customization

    In version 4.5 of the MainWP Dashboard, we've introduced a new, modern navigation system. It is possible to add new menu entries using a filter, and in the example below, we are adding a new entry, "Updates" at the index position 2. To add an entry of your choice, modify… Read more...

  • How to change the FROM address for MainWP emails

    Last modifiled: April 16, 2024    Category: MainWP Customization

    By default, MainWP will use Administration Email Address that you have saved on the WP Admin > General Settings page for most email notifications. However, the FROM address for MainWP can be adjusted using a filter without affecting the Administration Email Address. To do so, Install MainWP Custom Dashboard extension Navigate to your MainWP Dashboard > Extensions… Read more...

  • How to limit the number of entries loaded in the Non-MainWP widget

    Last modifiled: April 16, 2024    Category: MainWP Customization

    For Dashboards with a large number of Child Sites (a few hundred and more), the number of entries logged in the Non-MainWP widget can grow to many thousands. This can slow down the load time of the Overview page on which the Non-MainWP Widget is located. To decrease the load… Read more...

  • How to change the style of your MainWP Dashboard

    Last modifiled: April 17, 2024    Category: MainWP Customization

    How to change the MainWP theme Since version 4.3 of the MainWP Dashboard, you can now switch themes directly from the Dashboard. Navigate to your MainWP Dashboard Locate the theme icon in the top right corner of the Dashboard Select the desired MainWP theme from the Dropdown Click the Save… Read more...

  • How to add a “Go to site” icon to Manage Sites table

    Last modifiled: April 25, 2024    Category: MainWP Customization

    https://vimeo.com/724995461 In this document, we will go over how to add a 'Go to site' icon to the Manage Sites table. This may be useful if you don't have a URL column in your table, but would still like to be able to quickly open a Child Site in a… Read more...

  • How to change the default page after logging into WordPress

    Last modifiled: April 16, 2024    Category: MainWP Customization

    https://vimeo.com/712197662 In this document, we will go over how to change the default page after logging into the WordPress installation. The document covers two different options to achieve this, but only one is necessary, and using both methods at the same time can cause issues. We will be utilizing the… Read more...

  • How to uninstall MainWP Child Reports plugin database

    Last modifiled: April 16, 2024    Category: MainWP Customization

    https://vimeo.com/709610075 This help document will show you how to uninstall MainWP Child Reports Database from your child site. Uninstalling the Child Reports Database helps fix the rare issue of missing databases wp_mainwp_stream and wp_mainwp_stream_meta on the Child sites. Download the following ZIP file: mainwp-child-reports.zip Go to your Child site's WordPress… Read more...

Ask FAB