Nevermind, i was stupid. I just changed base url in WordPress installation from http to https and then all links worked.
Thanks for your time. This has been solved now 🙂
Hello and thanks for reply.
I have found the file and the code you are mentioning but still problems.
This is how it looks now:
define('NIMBLE_PORTFOLIO_URL', WP_PLUGIN_URL . "/" . basename(NIMBLE_PORTFOLIO_DIR));
If i type the complete path to the plugin like this:
define('NIMBLE_PORTFOLIO_URL', WP_PLUGIN_URL . "https://domain.com/wp-content/plugins/nimble-portfolio-premium" . basename(NIMBLE_PORTFOLIO_DIR));
I get wrong url path. “HTTP” is still appended infront of source so it looks like this:
http://domain.com/wp-content/pluginshttps://domain.com/wp-content/plugins/nimble-portfolio-premiumnimble-portfolio-premium/includes/transformation/qsfilter.js?ver=1.2.2
What am i doing wrong?