Open the quotes-collection.css file that comes along with the plugin, scroll down and look towards the bottom.
You have to check a couple of things,
Make sure your theme’s header.php file has the code <?php wp_head(); ?> just before </head>.
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.
You can do this by turning off the 'Ajax Refresh feature' in widget options.
Please refer other notes
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!
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.
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.




