Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author dharmapoudel

    (@dharmapoudel)

    I tried several times to reproduce the error you stated but couldn’t do so. Please make sure that this plugin is the cause of error and provide me with specific details (like screenshots, environment). If this plugin is really the culprit I’ll certainly look into it.

    Thanks,

    Asiamatt

    (@asiamatt)

    Hi Dharma,

    I have the same issue, i am running wordpress on Mamp on my Mac locally and i try to use your plugin with the Avada theme.

    Do you know if users successfully integrate your plugin with Avada?

    Thanks for your support and the awesome plugin 🙂

    Same problem here. Just downloaded and am trying to install on WordPress Multisite and it gave me that error.

    Same problem. Have plugin working on another site but get the header message on the current site.

    For anyone interested, I ran into this same problem when I installed the plugin and was able to fix it. Very simple change:

    After installing the plugin and getting the error, go back to the installed plugins screen and you will see the plugin is installed but not activated.

    Go to the plugin in the list of installed plugins and click the “Edit” link. It should now go to the edit screen for the plugin. In the top part of the file you will see this code:

    <?php
    /**
     * Plugin Name: Page Specific Menu Items
     * Plugin URI: http://www.wordpress.org/plugins
     * Description: This plugin allows you to select menu items page wise.
     * Version: 1.6
     * Author: Dharma Poudel (@rogercomred)
     * Author URI: https://www.twitter.com/rogercomred
     * Text Domain: page-specific-menu-items
     * Domain Path: /l10n
     */

    All you have to do is delete 1 of the asterisks on the 2nd line so it looks like this:

    <?php
    /*
     * Plugin Name: Page Specific Menu Items
     * Plugin URI: http://www.wordpress.org/plugins
     * Description: This plugin allows you to select menu items page wise.
     * Version: 1.6
     * Author: Dharma Poudel (@rogercomred)
     * Author URI: https://www.twitter.com/rogercomred
     * Text Domain: page-specific-menu-items
     * Domain Path: /l10n
     */

    Then click save, go back to plugins screen and click activate and you are good to go.

    Plugin Author dharmapoudel

    (@dharmapoudel)

    Thanks DesignsCheap. I’ll definitely update it in the next version.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The plugin does not have a valid header.’ is closed to new replies.