nice! and patch supplied
-
Does what I need, thanks.
Recently I enabled ssl on my website and got the “mixed content error”, because flexo-anim.js loads via http-url.
Edit flexo_archives_widget.php in function script_url () line 712:
OLD: $url = WP_PLUGIN_URL . ‘/’ . $this->flexo_dir . ‘/’;
NEW: $url = plugins_url( $this->flexo_dir . ‘/’ );thx a lot
- The topic ‘nice! and patch supplied’ is closed to new replies.