wpsmith / genesis-sandbox-featured-content-widget

Genesis Sandbox Featured Content Widget. Based on Nick Croft's Genesis Featured Widget Amplified for additional functionality which allows support for custom post types, taxonomies, and extends the flexibility of the widget via action hooks to allow the elements to be re-positioned or other elements to be added.
39 stars 21 forks source link

PHP Error (only on mobile) #38

Open CAkinosho1 opened 10 years ago

CAkinosho1 commented 10 years ago

Fatal error: Call to undefined function genesis_get_option() in wp-content/plugins/genesis-featured-content-widget/gs-featured-content-widget.php on line 86.

This error is only on mobile, both in Safari and Google Chrome on iPhone.

gs-featured-error-php

jalberts commented 10 years ago

This appears to be the same issue as #37. The function should be defined as long as you're using the Genesis framework (i.e., using a Genesis child theme).

Since it's only happening on mobile, do you happen to be running something like Jetpack with the mobile theme enabled? If it's serving a different, non-Genesis, theme to mobile devices, I could see the error occurring then.