WPIntell

Source evidence

[Plugin: Page Peel] php errors – fixed

Page Peel · support · 2011-09-09T11:04:00+00:00

complaintsentiment
mediumseverity
0.88relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

2 / 28 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
gyroscopic unresolved
I had to use the wp debug feature for an issue I had and also found errors on the page peel plugin where the get-options function was called incorrectly. I fixed the error with the following code… // try to always get the values from the database $pagepeel_version = get_option('pagepeel_version'); $pagepeel_image_small = get_option('pagepeel_image_small'); $pagepeel_image_big = get_option('pagepeel_image_big'); $pagepeel_ad_url = get_option('pagepeel_ad_url'); Starting at line 89 of pagepeel.php I added the quotes to the options names. Can the author please add this to the next version. http://wordpress.org/extend/plugins/page-peel/ Will this code fix my issue? Upon page load the small image is revealed, but when you hover over it, the peel back closes instead of expanding. Do I add this to a specific file in the plugin — or replace code? Thank you so much for your help!

Comments

1 shown
bella2011 2011-12-30T23:35:00+00:00

Will this code fix my issue? Upon page load the small image is revealed, but when you hover over it, the peel back closes instead of expanding. Do I add this to a specific file in the plugin — or replace code? Thank you so much for your help!