WPIntell

Source evidence

Fix for the error message

Nice Quotes Rotator · support · 2016-11-02T14:16:00+00:00

complaintsentiment
mediumseverity
0.81relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 32 rows with source links

15.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
freakster unresolved
For anyone who (after upgrading) receives the “Warning: Illegal string offset” message when displaying the quotes through the shortcode, this is the fix: In the plugin editor, find in nice_quotes.php the following lines $tagoverride = trim($atts[tagoveride]); $additionalclasses = trim($atts[additionalclasses]); and change them to: if(isset($atts[tagoveride])){ $tagoverride = trim($atts[tagoveride]); } if(isset($atts[additionalclasses])){ $additionalclasses = trim($atts[additionalclasses]); } This validates the entries. Hope that helps someone!

Comments

0 shown

No comments were stored for this source.