Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Bol.com

    (@netvlies)

    Thank you for reporting this problem. We will investigate this further to find a good solution.

    Plugin Author Bol.com

    (@netvlies)

    We tried to reproduce this problem by installing a new WordPress 3.8.1 installation with the Bol.com WordPress plugin. One CSS file is missing.

    The file
    wp-admin/css/colors-fresh.css is removed from the default WordPress admin styles in WordPress version 3.8.0 and 3.8.1. This style is used in the plugin.

    You can remove this line by yourself from the file:
    wp-content\plugins\bolcom-partnerprogramma-wordpress-plugin\src\ajax\popup\includes\header.inc.php

    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_settings(‘home’) ?>/wp-admin/css/colors-fresh.css”>

    We think the malfunction of the other CSS can be caused by the fact you are using a CSS minimizer? Is that the case?

    We would like to hear or this solved your problem.

    Thread Starter Eefje123

    (@eefje123)

    Ok, Thanks.
    Removing the part from header.inc.php did it. It is working again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After update bol plugin is not working’ is closed to new replies.