Title: Timjim's Replies | WordPress.org

---

# Timjim

  [  ](https://wordpress.org/support/users/timjim/)

 *   [Profile](https://wordpress.org/support/users/timjim/)
 *   [Topics Started](https://wordpress.org/support/users/timjim/topics/)
 *   [Replies Created](https://wordpress.org/support/users/timjim/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/timjim/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/timjim/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/timjim/engagements/)
 *   [Favorites](https://wordpress.org/support/users/timjim/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Simple Menus] Cannot save settings in Categories](https://wordpress.org/support/topic/cannot-save-settings-in-categories/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-save-settings-in-categories/#post-4064097)
 * Wonderful. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Simple Menus] Cannot save settings in Categories](https://wordpress.org/support/topic/cannot-save-settings-in-categories/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-save-settings-in-categories/#post-4064093)
 * I’ve Just heard back from CopyBlogger/StudioPress support:
 * “Currently, the selection will not save for categories for any Genesis user. 
   It is not just you 🙂
 * The developers are aware of the issue. Unfortunately, I don’t have a timeline
   for a fix though.”
 * Does anyone have any alternative suggestions for how to have dynamic secondary
   menus on StudioPress themes that are controlled by category?
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Simple Menus] Cannot save settings in Categories](https://wordpress.org/support/topic/cannot-save-settings-in-categories/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-save-settings-in-categories/#post-4064078)
 * Just tried activating Genesis Simple Menus on individual multisite ONLY with 
   all plugins network deactivated and all plugins deactivated on all other sites.
 * Still same issue. Can’t save any settings changes. Both for Genesis Simple Menus
   and Genesis Select Style Sheet.
 * My install of WP was inherited from someone else who configured the install and
   server manually.
 * I’m wondering if there is an issue with permissions?
 * Thanks for any further advice offered.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Genesis Simple Menus] Cannot save settings in Categories](https://wordpress.org/support/topic/cannot-save-settings-in-categories/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/cannot-save-settings-in-categories/#post-4063900)
 * Also this happens if I both network activate or single mutlisite activate the
   plugin
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No network setup in tools after adding multisite code to wp-config.php](https://wordpress.org/support/topic/no-network-setup-in-tools-after-adding-multisite-code-to-wp-configphp/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-network-setup-in-tools-after-adding-multisite-code-to-wp-configphp/#post-4036378)
 * Solved.
 * I’d inherited this WP install from two previous developers and it was located
   on a VPS server without admin management. That’s why I was uploading by FTP.
 * What I hadn’t been told was there were other installs of WP on the server and
   I had been given directions leading me to the wrong one.
 * So, looks like adding the line
    /* Multisite */ define( ‘WP_ALLOW_MULTISITE’,
   true ); Does always work, just make sure you are working on the correct install!
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [No network setup in tools after adding multisite code to wp-config.php](https://wordpress.org/support/topic/no-network-setup-in-tools-after-adding-multisite-code-to-wp-configphp/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-network-setup-in-tools-after-adding-multisite-code-to-wp-configphp/#post-4036337)
 * Thanks for your reply The WP Valet.
 * I tried cutting and pasting again from the text in your reply. Interestingly,
   in my email your text appeared as below:
    `define( 'WP_ALLOW_MULTISITE', true);`
 * So I tried that also, but still no Network Setup option in tools menu
 * End of my wp-config.php looks like this:
 *     ```
       define('WPLANG', '');
   
       /**
        * For developers: WordPress debugging mode.
        *
        * Change this to true to enable the display of notices during development.
        * It is strongly recommended that plugin and theme developers use WP_DEBUG
        * in their development environments.
        */
       define('WP_DEBUG', false);
   
       /* Multisite */
       define( 'WP_ALLOW_MULTISITE', true );
   
       /* That's all, stop editing! Happy blogging. */
   
       /** Absolute path to the WordPress directory. */
       if ( !defined('ABSPATH') )
       	define('ABSPATH', dirname(__FILE__) . '/');
   
       /** Sets up WordPress vars and included files. */
       require_once(ABSPATH . 'wp-settings.php');
       ?>
       ```
   
 * Any alternative ideas?
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Giving editor role access to edit css (roles and capabilities)](https://wordpress.org/support/topic/grant-access-to-edit-css-to-editor-role/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/grant-access-to-edit-css-to-editor-role/#post-1026338)
 * Thanks noonoo
 * I was thinking about that also. Limiting access to the files available to the
   editor at host server level.
 * You wouldn’t happen to know the name of the WP source file in which the code 
   that specifies the folder the editor should pull up is located?
 * Thanks for your kind help once again
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mouse cursor and pop-up balloons](https://wordpress.org/support/topic/mouse-cursor-and-pop-up-balloons/)
 *  Thread Starter [Timjim](https://wordpress.org/support/users/timjim/)
 * (@timjim)
 * [18 years, 5 months ago](https://wordpress.org/support/topic/mouse-cursor-and-pop-up-balloons/#post-663231)
 * Answer:
 * They are called tooltips and the greenery theme has a plug-in called Nice Tooltips
   installed as default on setting Sweet Titles.
 * To leave plug-in installed but just remove tooltips on screen delete text related
   to Sweet Titles in style.css to fully remove also delete java script file SweetTitles
 * See ya all
 * Timjim

Viewing 8 replies - 1 through 8 (of 8 total)