freefally2k
Forum Replies Created
-
Hi Peter,
Sounds good ð I tried removing if ( is_category() ) on line 2243 but it did not help.
I had just noticed in the documentation that under custom post type it has the custom taxonomy option, I guess that’s only the pro version. I’m fine with using %category_description% as I do with my categories.Hi,
I coded in the custom taxonomies myself in my theme. They work fine, and as mentioned, used to work with AIOSEO and used the %category_description% the same as what I use with my actual categories (the custom taxonomies are coded as ‘hierarchical’ => true so are supposed to work as categories.Where would I enter %taxonomy_description% I don’t recall there being a an option for taxonomies in the Title settings part. The custom post type setting only shows different post types and not different taxonomies (even with it’s enabled and advanced is also enabled)
I have rolled back to 2.1.7 and I have it working, so I assume something has changed in the versions after that?
Forum: Fixing WordPress
In reply to: Filter Categories On Homepage (User Selectable)?Thanks so much for this karpstrucking, works like a charm ð
Hello,
OK, thanks.I have added define(‘CONCATENATE_SCRIPTS’) in wp-config which seems to have worked as a temporary fix.
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>
BROKEN:
<script type=’text/javascript’ src=’http://www.broken.co.uk/wp-content/plugins/all-in-one-seo-pack/aioseop_module.js’></script>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>
The same applies with <script type=’text/javascript’ src=’http://www.michael84.co.uk/wp-includes/js/tw-sack.min.js’></script>
It has missing version number.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.
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?
Hi,
I don’t really want to send admin info or have people logging in, this is a live site.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?
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.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.Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaI figured out it’s a problem with a plug in (I think) ð
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaOK so it appears some things are broke…
When I try to “Add media” in the post page nothing happens when I click the button.
If I try anything from the Publish box (e.g. change the visibility, schedule date, or status) nothing happens.I have cleared my cache in my browser, and used 2 different browsers too (IE 11 and Firefox). I get the same result in each browser.
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphathank god for that! :p
Forum: Fixing WordPress
In reply to: Accidentally upgraded to 4.0-alphaThis also happened to me! ð
I hit update now on the en_GB 3.9.1, the next thing I knew It tells me I am on 4.0, a dev version. “You are using a development version (4.0-alpha).”What are my options?