Amplitude Design
Forum Replies Created
-
If you update or are running under 4.0.0 would you mind voting for Compatability for me? Thanks again and keep me posted if need anything?
Forum: Reviews
In reply to: [Show Widget Area Names (SWAN)] Did what it promisedI appreciate the feedback. Thanks!
Thanks Steve! Appreciate your feedback –
Hi Steve,
Sorry I checked out for a while. I hope you are still using the plugin?
I haven’t used Genesis before so I am not familiar with the setup. I would love to get this working, but don’t want to drop the $ for Genesis and Dynamik.
I updated the plugin, and made a change to the filter callback. This may resolve the issue?
Thanks and hope this finds you well –
Forum: Plugins
In reply to: [Show Widget Area Names (SWAN)] enhancement requestHi Steve,
I have defaulted the widget area names to display:none. This was the simplest fix, without spending too much time.
Enjoy!
Forum: Plugins
In reply to: [Show Widget Area Names (SWAN)] enhancement requestI added the jQuery toggle functionality.
Thanks Steve
Forum: Plugins
In reply to: [Show Widget Area Names (SWAN)] enhancement requestHi Steve:
Thanks for the review and feedback. I will start to address this change with some jQuery in next minor version.
I had to switch line:
while ($i < $rssitems)
to
while ($i < (int)$rssitems)
Apparently rssitems=’11’ doesn’t get read as an integer?
Anyway, that fixed the issue.