quotes-collection icon indicating copy to clipboard operation
quotes-collection copied to clipboard

Theme crash due the name of the class "title" in Widget

Open odhs opened this issue 7 years ago • 0 comments

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.

odhs avatar Mar 08 '19 19:03 odhs