• Hello,

    i recently installed the String Locator Plugin v1.7..

    Unfortunately it doesn’t show up under the tools menu, although i installed and activated it. It is also listed in the installed plugins list in the dashboard.

    I also tried to access it manually via the URL /tools.php?page=string-locator. But all i get is a otification, that i don’t have the necessary permission.

    Any ideas how i can resolve this issue?

    Thank you very much.

    Kind regards

    https://wordpress.org/plugins/string-locator/

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Marius L. J.

    (@clorith)

    Hi,

    It sounds like your capabilities might not be quite right.

    I would add a capability manager plugin and check that your user has the edit_themes capability (it should be on for administrator accounts by default), if you don’t have it you should add it, most capability plugins will let you add back capabilities you might be missing.

    Same problem.. it was there before, now it’s not. Something updated maybe. I’m administrator with user level 10 so it’s not a capabilities issue.

    @mrbrian: If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s.

    @esmi. Sorry, i jumped to the conclusion it was a plugin bug since it was just updated 3 days ago.

    My issue solved – turns out another plugin, NinjaFirewall, had disabled the edit_themes capability which this plugin checks for in order to create the menu. Also, if you have ‘define( ‘DISALLOW_FILE_EDIT’, true )’ in your wp-config.php that could cause it.

    Thread Starter turkishdynamite

    (@turkishdynamite)

    i checked the capabilities and as an admin i can change the themes.

    any other ideas, why ich can’t see the string locator tool??

    Plugin Author Marius L. J.

    (@clorith)

    It might be a conflict with another plugin for example, have you tried disabling any other plugins?

    Alternatively, if you can provide a list of plugins you are currently running I could see if any of them would be causing any issues.

    Thread Starter turkishdynamite

    (@turkishdynamite)

    Hi Marius,

    i use the following plugins:

    Akismet
    Black Studio TinyMCE Widget
    Capability Manager
    CategoryTinymce
    Image Source Control
    Jetpack
    Loco Translate
    TinyMCE Advanced
    Under Construction
    WP Gallery Custom Links
    Yoast SEO

    Plugin Author Marius L. J.

    (@clorith)

    Awesome, I’ll have a look and see if I can spot anything (these are all the latest version I take it?) once I’m on a stale connection, as I’m currently in transit at an airport πŸ™‚

    Changing themes is not affected by edit_themes capability (that would be switch_themes), but rather it’s for actually editing theme files through wordpress. Check that you can visit wp-admin/theme-editor.php. It’s likely a plugin, or your theme has disabled edit_themes capability via functions.php perhaps.

    Thread Starter turkishdynamite

    (@turkishdynamite)

    @ Marius: Your help would be much appreciated!

    @ MrBrian: I tried that and i’m not able to access the theme-editor.php. It’s saying again, that i lack the rights to access that page.
    If i understand you correctly you think i should change something in the functions.php?

    Thank you

    Plugin Author Marius L. J.

    (@clorith)

    Hi,

    If, as MrBrian mentioned, you can’t access the theme editor, then you are lacking the capabilities to make edits directly to files (this could be DISALLOW_FILE_EDIT line in your sites wp-config.php file, or it could be something else), unfortunately my plugin relies on that capability to let you edit files.

    In some rare cases, a host might have blocked this capability as well (under the Plugins menu, you have Active, Inactive etc abve the list of plugins, is there also one called “Must Use” ? If so, have a look under there as that might be related)

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

The topic ‘The Plugin does not show under the tools Menu’ is closed to new replies.