peterjharrison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing wp-mediaelement.js & mediaelement-and-player.min.jshey @steven
Thanks for your feedback, so I’ve narrowed it down to the the Jetpack Plugin when I have only Infinite Scroll activated.
I’ll a little confused why Infinite Scroll would be using this library, do you know if there is away to turn it off with out deactivating Infinite Scroll or Jetpack as I would like to use both of these?
Thanks
PeteForum: Fixing WordPress
In reply to: leading white space deleted in codeHi,
If you edit your users profile there is a setting to diable the visual editor.
Have you tried that?
Thanks
PeteForum: Fixing WordPress
In reply to: Blank screen after WordPress 3.3 upgradeOk seems like it was an unrelated issue. I think my theme had be hacked.
I noticed some strange code in the header.php and removed it. All seems fine again.
Thanks
PeteForum: Fixing WordPress
In reply to: Blank screen after WordPress 3.3 upgradeWell its a modified version of twentyten. But it still uses a lot of the core twentyten functions.
I noticed the twentyten theme was updated with the release of 3.3. I was wondering if there was anything in the old version that would cause this?
Thanks
PeteForum: Fixing WordPress
In reply to: Blank screen after WordPress 3.3 upgradeI have disabled all my plugins and I still get a white screen, only happens on this one theme though.
Pete
Hey,
This is now fully compatible with WordPress 3.0 +.
You can download the latest version of the plugin from the plugin page at Category Ajax Chain Selects/
Let me know if you ahve any issues or general feedback.
Thanks
PeteForum: Fixing WordPress
In reply to: get_terms returning empty arrayOk I solved the issue.
Was a bit strange really. All my terms were added via a script using the wp_insert_term function. When I went to the edit-tags.php?taxonomy=location page in the dashboard could only see the top three terms in the list on the right, but I could see the others in he term cloud on the left.
I then went into one of the terms and saved it and they all appeared in the list on the right hand side and also in my array.
I’m guessing their must of been some sort of caching on the terms list and it needed me to save one through the dashboard in order to see the hierarchy.
A strange one I must admit.
Pete
Forum: Fixing WordPress
In reply to: get_terms returning empty arrayI just check and the tax ‘location’ Hierarchical is set to true.
Pete
Forum: Fixing WordPress
In reply to: get_terms returning empty arrayDo you mean, does it have parents and children?
Thanks
PeteForum: Fixing WordPress
In reply to: Display Page content and list of posts on a pageHi,
Thanks for your reply!
Is it ok to have 2 loops on one page? If I do will the post pagination still work for the the list of post on that page?
Thanks again
PeteForum: Fixing WordPress
In reply to: Using $args showing 404 on page 2Hi,
Ok i found out what the issue was, I have a custom post type called ‘events’ and a page called ‘events’ so it was getting confused.
I renamed the events page ‘upcoming-events’ and it worked.
Pete
Forum: Fixing WordPress
In reply to: Using $args showing 404 on page 2Hi,
Ok so it works ok if I set the ‘Front page displays’ setting to ‘Your latest posts’ but not when I set it to ‘A static page’.
Am I doing something stupid here?
Cheers
PeteForum: Fixing WordPress
In reply to: Using $args showing 404 on page 2Hi,
Ok it seems to be showing the 404, regardless of the
query_posts($args);
.In my website settings I have my ‘Front page displays’ setting set to ‘A static page (select below)’ and have selected a page for my ‘Posts page’.
It is on this where I am getting this error. Im currently using ‘Twenty Ten 1.1’ theme on WordPress v3.0.4.
Can anyone help me work out why I am getting a 404 page when I click ‘older posts’?
Thanks
PeteForum: Fixing WordPress
In reply to: noindex on linksHi All,
Randomly I came to look at the site this morning and the
<noindex>
tags seem to have gone. My guess is one of the solutions above had worked but I must of had some sort of caching issue.Thanks for all your help.
Pete
Forum: Fixing WordPress
In reply to: noindex on linksHi,
Thanks will do.
Pete