quotes-collection
quotes-collection copied to clipboard
Theme crash due the name of the class "title" in Widget
At line 122 from file class-quotes-collection-quote.php:
if( $options['show_source'] && $options['show_source'] !== 'false' && $this->source ) {
if($attribution) $attribution .= ", ";
$attribution .= '<cite class="title source">' . $this->source . '</cite>';
}
Look at tag cite, it have: class="title source"
The class title is very comum in Wordpress themes. I suggest change the name of the class or put a prefix.
In some themes the source text in the quotation stay big too much due this name class. Thank you and congratulations by the software.