• Hi,
    I have All In One SEO and it’s been working great, however when I upgraded to 3.9.1 I had problems with things working on my blog in the post page (post.php), particularly buttons e.g. the button to add media, screen options, edit time, edit url, toggle the boxes etc. If I deactivate this plugin everything works fine. (also the toggle boxes does not work on the all in one seo plugin main page, so it’s a problem with this plugin).

    I don’t want to have to keep deactivating/activating every time I want to post something. How can I remove the All In One Seo Pack from the bottom of the post page? I think this will fix it. I cannot do it through Screen Options, because when I have All In One SEO active, the screen options button breaks.

    Thanks 🙂

    https://wordpress.org/plugins/all-in-one-seo-pack/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    The likely cause of this is a plugin that is using TinyMCE or affecting TinyMCE. You should first deactivate all plugins and then reactivate them one at a time to see when the buttons break. If that doesn’t work try switching your theme to Twenty Thirteen to see if it’s your theme.

    Thread Starter freefally2k

    (@freefally2k)

    Hi,
    As mentioned, when I deactivate All In One SEO it works. The problem also happens on the All In One SEO settings page and no other, so I am pretty confident it’s that.

    Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    We don’t do anything with TinyMCE so it’s unlikely to be anything to do with All in One SEO Pack. We;ve troubleshooted similar issues to the one you have before and I can tell you that every time it’s been some plugin or theme conflict with the Tiny MCE code in WordPress. Give that WordPress just made significant changes to their Tiny MCE code in this latest version of WordPress I believe this is why you are seeing issues now.

    If you want to email us your WordPress administrator login we can take a look but I’d start by disabling any plugins that could be conflicting with the Tiny MCE code in WordPress.

    You can send us your login here – http://semperplugins.com/contact/

    Thread Starter freefally2k

    (@freefally2k)

    Hi,

    I disabled all plugins (apart from All In One SEO) and I get the same error. I have changed the theme to TwentyFourteen and the same.
    The only way I can get round this is by deactivating All In One Seo, and it works.
    Can you explain how I would go about removing the All In One SEO settings/options on the post page? I think that may help me.

    Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    To remove All in One SEO Pack’s meta box from a post or page go to the Screen Options pull down tab in the upper right corner of the screen. This is where you can control which meta boxes are displayed on any screen.

    Thread Starter freefally2k

    (@freefally2k)

    Hi,

    As mentioned, I can’t do that. With All In One SEO enabled I cannot use the screen options tab at the top (as well as the other stuff mentioned). If I deactivate it I can, but then I obviously can’t untick the SEO boxes since they aren’t there because it’s deactivated.

    How do I go about removing the code from the plugin?

    Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    The easiest thing to do here is to send us your WordPress administrator login via our contact form here – http://semperplugins.com/contact/. We can then take a look and see what’s going on here.

    Thread Starter freefally2k

    (@freefally2k)

    Hi,
    I don’t really want to send admin info or have people logging in, this is a live site.

    Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    I’m sorry but there’s not much more we can do to help you. You are the only person who has reported this issue so it must be something very specific to your site rather than a general bug with All in One SEO Pack. The only way we can troubleshoot this further for you is by logging in and taking a look.

    Thread Starter freefally2k

    (@freefally2k)

    I understand what you are saying, this is just really annoying for me. I have tried removing the plugin completely and re-uploading the files, this has not worked. I have also tried fresh files in wp-admin and wp-includes which also did not work.

    Do you have any suggestions?

    Thread Starter freefally2k

    (@freefally2k)

    I should also mention, the All In One SEO Menu (in the left admin bar) moved to the bottom when I deactivated/reactivated the plugin. It was previously under “dashboard” but is now at the bottom for some reason.

    Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    I am sorry, all I can suggest is a complete reinstall of All in One SEO Pack and test it with the default Twenty Twelve theme and no other plugins activated. Beyond that we cannot help you without access to your site. This is something very specific to your site and set up.

    Thread Starter freefally2k

    (@freefally2k)

    Hello,

    I have a working WordPress with AIO SEO so I have tried to compare them. I have looked at the source code, and the only differences I can see is the version number is missing from the broken site. i.e.

    <script type=’text/javascript’ src=’http://www.wokring.co.uk/wp-content/plugins/all-in-one-seo-pack/aioseop_module.js?ver=3.9.1′></script&gt;
    BROKEN:
    <script type=’text/javascript’ src=’http://www.broken.co.uk/wp-content/plugins/all-in-one-seo-pack/aioseop_module.js’></script&gt;

    The “ver=3.9.1” is missing from the broken site. Why is this, can I add it and will that make any difference? Other lines of code have the version number, for example:

    <script type=’text/javascript’ src=’http://www.broken.co.uk/wp-admin/load-scripts.php?c=1&load%5B%5D=jquery-core,jquery-migrate,utils,plupload,json2&ver=3.9.1′></script&gt;

    The same applies with <script type=’text/javascript’ src=’http://www.michael84.co.uk/wp-includes/js/tw-sack.min.js’></script&gt;
    It has missing version number.

    Plugin Support Steve M

    (@wpsmort)

    Hi freefally2k,

    There’s likely something like a security plugin or caching plugin stripping version numbers from the source code. This should have no effect.

    Thread Starter freefally2k

    (@freefally2k)

    Hello,
    OK, thanks.

    I have added define(‘CONCATENATE_SCRIPTS’) in wp-config which seems to have worked as a temporary fix.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Javascript Broken – How To Remove From Post Page?’ is closed to new replies.