Conversation
review · 5 starsDoes 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
No comments were stored for this source.