Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter puntable

    (@puntable)

    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 🙂

    Thread Starter puntable

    (@puntable)

    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?

Viewing 2 replies - 1 through 2 (of 2 total)