Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Timjim

    (@timjim)

    Wonderful. Thank you!

    Thread Starter Timjim

    (@timjim)

    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

    Thread Starter Timjim

    (@timjim)

    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.

    Thread Starter Timjim

    (@timjim)

    Also this happens if I both network activate or single mutlisite activate the plugin

    Thread Starter Timjim

    (@timjim)

    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!

    Thread Starter Timjim

    (@timjim)

    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

    Thread Starter Timjim

    (@timjim)

    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

    Thread Starter Timjim

    (@timjim)

    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)