CodeAndReload
Forum Replies Created
-
Some things to check:
Make sure the anchor tags are closed properly.
Make sure that each quote is separated by a carriage-return.Double check that ‘No addition quotes’ is still checked. It is possible that another plugin has over-ridden the option, but highly unlikely.
You don’t have any short-codes that would resolve to your footer in your quotes, do you?
How is your footer text created? Is it an excerpt on a post?
May want to check the database too, but I doubt that is the problem.
If you are feeling adventurous with the code you can try to print_r the $lyrics array at the bottom of the nice_quotes_get_quote() function to see which quotes it is populating. Keep in mind that it is natural to see consecutive multiples of the same quote, that is how they are weighted.
Currently, you can only specific alternate content that is site-wide. You can put any string of HTML in the options, but it will appear with every instance of swfObject.
On the Dashboard:
Go to Settings->Media
Scroll down to the
swfobject settingssection. There you will find options to seed the alternate content, alternate content for the iPhone and alternate content for the feed (parsed using sprintf).Version 0.7 should fix the mislabeled options.
I’m pretty sure that option is mislabeled.
‘Excerpts from the following link-category may be added to the list of quotes depending on the option above’ should read ‘Excerpts from the following category may be added to the list of quotes depending on the option above,’.
Links don’t have excerpts in the WordPress database so that doesn’t make any sense the way it is written. It will be corrected in the next update.
The plugin does optionally quote excerpts from posts in a given category and also optionally quotes links.
This should be fixed in version 0.6. Thanks for the bug report, I really appreciate it.
I fixed this in version 0.5 by assigning the default value for the argument in the function declaration.
Thanks for the error report, I appreciate it.
Forum: Plugins
In reply to: [Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] In front of quote textI fixed this minor error in version 0.4 which should be available shortly.
Thanks again for the bug report, I appreciate it.
Forum: Plugins
In reply to: [Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Shortcode for this pluginThanks for bringing this to my attention.
I have added the [nicequote] short-tag in addition to the existing [nice-quote] short-tag. You can now use either, but I recommend using the one without the dash as the dash in a short-tag can sometimes confuse WordPress.
The new version is 0.2