FancyThemes / wp-advanced-excerpt

A WordPress plugin that allows you to control the appearance of post excerpts
GNU General Public License v3.0
23 stars 7 forks source link

Test plugin #6

Closed bradt closed 10 years ago

bradt commented 10 years ago

Test all the features of the plugin to make sure they still work properly on WordPress 3.9.

rezzz-dev commented 10 years ago

I'm running 3.9 and I can't seem to even get the plugin to work. I assumed leaving the_excerpt was just supposed to work, but unless I put in the_advanced_excerpt it does not.

Am I being stupid here? :)

rezzz-dev commented 10 years ago

Actually I take part of that back -- I'm able to get it to work, but only on the first post of the page.

So here's the scenario. I have a page that's set as the Blog page. But when I use the_excerpt it only uses AE one the first post and the other 9 are of the standard behavior. When I use the_advanced_excerpt, all 10 are used by AE.

bradt commented 10 years ago

I'm seeing something similar, see #17.

bradt commented 10 years ago

@aprea What testing have you done? Are you testing with real content on a real site?

aprea commented 10 years ago

Am using this: http://codex.wordpress.org/Theme_Unit_Test

bradt commented 10 years ago

Ok, that's probably fine then, you have lots of content and a variety of different content. So that wasn't the reason. I'm trying to understand how you missed such a glaring bug that is #17? Is it possible that you're not testing throughly enough in development?

aprea commented 10 years ago

It wasn't only affecting the first post. It was affecting all the posts.

The problem was that it was using the user defined settings for the first post and using the default settings for the remaining posts.

I believe I was using similar settings to the default settings, hence me not really catching it until you guys pointed it out.

aprea commented 10 years ago

Not to mention, this issue is still open. So I never really singed off on saying that everything was fully tested just yet.

bradt commented 10 years ago

Fair enough.

aprea commented 10 years ago

Why was this closed? I still haven't performed any extensive testing on this, I'm mainly been focused on development.

bradt commented 10 years ago

My bad.

aprea commented 10 years ago

Have done a fair bit of testing on this, primarily with Twenty Fourteen but with other themes too.

Happy to sign off on this pending any further code changes.

bradt commented 10 years ago

Let's use #26 for before release stuff.