Plugin Directory

Quotes Collection

How to get rid of the quotation marks that surround the random quote?

Open the quotes-collection.css file that comes along with the plugin, scroll down and look towards the bottom.

The 'Next quote »' link is not working. Why?

You have to check a couple of things,

  1. Make sure your theme’s header.php file has the code <?php wp_head(); ?> just before </head>.

  2. Make sure the plugin files are uploaded in the correct location. The files should be uploaded in a location as follows

   wp-content/
    |-- plugins/
        |-- quotes-collection/
            |-- quotes-collection.php
            |-- quotes-collection.js
            |-- quotes-collection.css
            |-- quotes-collection-ajax.php

If you still experience the problem even after the above conditions are met, contact the plugin author.

How to hide the 'Next quote »' link?

You can do this by turning off the 'Ajax Refresh feature' in widget options.

What are the parameters that can be passed on to `quotescollection_quote()` template function?

Please refer other notes

How about a feature to backup/export/import the bulk of quotes in CSV/text format?

Such a feature will be available in a future version of the plugin, though no promises can be made as to when it will be available!

How to change the admin access level setting for the quotes collection admin page?

Change the value of the variable $quotescollection_admin_userlevel on line 16 of the quotes-collection.php file. Refer WordPress documentation for more information about user roles and capabilities.

I have a long list of quotes, and `[quote|all]` puts all of the quotes in a single page. Is there a way to introduce pagination and break the long list of quotes into different pages?

Inbuilt pagination support may be introduced in a future version. As of now, you can separate different set of quotes based on author name [quote|author=] or tags [quote|tags=] and introduce a <!--nextpage--> in between.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus (1 reporting)

100%
100,1,1 100,1,1
100,1,1

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(34 ratings)