I have two “families” of quotes that I would like to display randomly in separation. Could I set that up with this plugin? (Otherwise it’s working great for me.)
]]>I’ve added the plugin as a sidebar widget but have no idea how to add quotes for it to pick from. Also, is there a way for the quote to be refreshed say every page load?
Thanks
]]>All is fine and dandy. But where is the visual/HTML editing option? I can use it, but I do not think my client can.
And why is it a chunk of wasteless space above the quotes when I disable the headline?
]]>Will using your plugin break the ability to cache a page?
]]>Nice plugin,
is it possible to show the widget two times?
Thanks
Fabio
Sadly, I cannot get these quotes to show on IE10, on Windows 8.
Firefox, Chrome, etc. all work fine.
Quotes never show up in IE10.
Any ideas how I could fix this? ??
Thank you!
]]>Today I updated ERQ to version 1.7
These things happened:
– My already given quotes are gone
– The options page doesn’t show up anymore
What happened?
https://www.ads-software.com/extend/plugins/easy-random-quotes/
]]>It would be great if your plugin used TinyMCE so that the end user wouldn’t need to know HTML to style their quotes
https://www.ads-software.com/extend/plugins/easy-random-quotes/
]]>I am building a site for a customer who is very non-tech-savvy. I have defined her User Role as an Editor which greatly simplifies her Dashboard & other Admin screens. All the plugins I am using give her the functionality she needs to administer them at her level except Easy Random Quotes.
It is quite a fine plugin, simple and intuitive. If only she could have access to the admin screen as an Editor…
I’d certainly to motivated to donate for the plugin’s development if you might find the time to enable this functionality or offer me any other ideas on how I can offer my customer a way to submit her own content for this plugin without making her Role Administrator.
Thanks for the outstanding plugin!
]]>Hi trepmal,
I have made a quick hack to allow for multilingual qoutes. The quotes need to be entered according to the following format (for this hack):
en@The apple is green.#nl@De appel is groen.
The code needs to be altered to:
function erq_shortcode( $atts = array( 'id' => 'rand' ) ) {
...
$use = ( 'rand' == $id ) ? array_rand( $theQuotes ) : $id;
$all = explode("#", stripslashes( $theQuotes[ $use ] ));
$quote = "";
foreach($all as $each) {
$kv = explode("@", $each);
if ($kv[0] == ICL_LANGUAGE_CODE) {
$quote = $kv[1];
}
}
return $quote;
}
and it works. Please consider this feature request and provide a proper implementation. Perhaps a setting (default off) needs to be provded too to activatie this behaviour.
Best regards,
Pander
PS I am using WPML too.
https://www.ads-software.com/extend/plugins/easy-random-quotes/
]]>G’day,
The plugin seems to do a great job. I have not fully tested it, only wanted to use the widget to output the quotes at this stage.
In the Admin area, I added “
” HTML tag to try and break the line of the quote and author, and it has broken the admin area.
I’m unable to view my quotes now, maybe they don’t even exist?
Would be great if you could do some error checking to fix this, as would hate for someone who enters lots of quotes to lose their work due to HTML in a c&p or trying what I did.
Thanks for a great effort.
=-)
https://www.ads-software.com/extend/plugins/easy-random-quotes/
]]>