Excellent, minor tweak to work on WP 3.1
-
Only a minor tweak was needed to run on my WP 3.1.1 – in szclasses.php, place lines 710-734 (that call the add_help_tab function) within a comment. You won’t have the help button in your admin (settings) panels, but at least the functionality itself will work ok. There’s probably a better way, that will also display the help panels on such old WP versions (suggested improvement for the developer to consider in order to support earlier WP versions), but I’m not a WP expert so this workaround is good enough for me.
Another suggestion: allow the width parameter to accept percentages (as in “100%”) rather than a fixed pixel value. To use 100% I currently need to wrap the shortcode with a CSS style directive, and that’s a bit ugly:
<style type="text/css" media="screen">#scrapeazon-iframe { width: 100%; }</style> [scrapeazon asin="1439869030"]
- The topic ‘Excellent, minor tweak to work on WP 3.1’ is closed to new replies.