• Resolved onepack

    (@onepack)


    The file header.inc.php is using get_settings(‘home’) on line 16.
    As you can read in the next post this is incorrect ans should be:
    get_option(‘home’);
    WP Forum post

    But as we are using the frontend over http but the Admin over SSL it will cause mixed content warnings as it will output the URL as http.

    Using: <?php echo includes_url(); ?>js/tinymce/tiny_mce_popup.js
    Will solve the issue of not being able to insert the Product link as it will solve the mixed content warning.

    And also using admin_url(); on line 42 will solve the mixed content warning for the styles.

    https://wordpress.org/plugins/bolcom-partnerprogramma-wordpress-plugin/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    Thanks for your advice, is replaced the code and it worked!

    The lay-out of the pop-up suffered a bit, but I can finally insert the widget.

    Thread Starter onepack

    (@onepack)

    Glad the info was of any help!
    I hope for a response from the developer to acknowledge these issues.
    Otherwise every new plugin-update will break the plugin.

    Plugin Author Bol.com

    (@netvlies)

    @onepack,
    We’re aware of these issues and will fix them in a future release. Thank you for your contributions!

    Are these issues already fixed? I am still having problems with the Bol.com input icon. It doesn’t show anything when I hit it. The error I receive is:

    Uncaught TypeError: Cannot read property ‘toLowerCase’ of undefined
    ‘r
    k.create.execCommand
    i.onclick
    (anonymous function)
    j
    y’

    wp-tinymce.php?c=1&ver=359-20131026:2

    Plugin Author Jordy de Ruijter

    (@jordy-de-ruijter)

    Hi there,

    We just deployed a new version of the plugin which should solve this problem.
    Could you please download this new version and tell if the problem still exists?

    Greetings,
    Jordy de Ruijter

    Plugin Author Jordy de Ruijter

    (@jordy-de-ruijter)

    Dear partner,

    We are moving this forum to the Bol.com forum. From now on we will provide you with support from there. This forum can be found in the following link:

    https://developers.bol.com/forum/partnerprogramma-wordpress-plugin/

    We would kindly like to ask you to make a new thread there if your thread requires any more support.

    Kind regards,
    Jordy de Ruijter

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mixed content Warnings because of get_settings('home')’ is closed to new replies.