Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Prentenboek

    (@prentenboek)

    [Content removed by poster]

    Plugin Author Bol.com

    (@netvlies)

    I think you removed your example. Can you tell me which kind of widget you inserted? A product link, bestsellerlist or search widget?

    I think a product link is that correct? I could reproduce this problem. We will fix this issue soon.

    Thread Starter Prentenboek

    (@prentenboek)

    as you can see in the source code of the specified page its a bestsellerlist and it has 2 columns. BUT the column fucntion does not work in multiple selection in the product link function as well… BTW. for some reason the whole plugin seems down now… no connection can be made. Please help/fix

    [bol_bestsellers limit=”10″ block_id=”bol_52dfeb1aa35df_bestsellers” cat_id=”69″ name=”Best verkochte prentenboeken” sub_id=”” title=”Best Verkochte Prentenboeken Bol.com” link_color=”003399″ subtitle_color=”000000″ pricetype_color=”000000″ price_color=”CC3300″ deliverytime_color=”009900″ background_color=”FFFFFF” border_color=”D2D2D2″ width=”450″ cols=”2″ show_bol_logo=”0″ show_price=”1″ show_rating=”1″ show_deliverytime=”1″ link_target=”1″ image_size=”1″ admin_preview=”1″]

    Plugin Author Bol.com

    (@netvlies)

    About the downtime. Did you change any settings? If not to get some more information about the errors you can change the code of the plugin.

    In the file:
    src/BolPartnerPlugin/AdminPage/Config.php on line 320 add this:

    echo $e->getCode() . ‘ ‘ . $e->getMessage() . ‘ ‘ . $e->getFile() . ‘ ‘ . $e->getLine() .’

    ‘;

    Right after the following code

    } catch (\RuntimeException $e) {
    echo __(‘Error: Connection with Bol.com cannot be established’, ‘bolcom-partnerprogramma-wordpress-plugin’) . ‘

    ‘;

    And before:
    _e(‘If you are sure your API keys are correct check the API status on http://developers.bol.com‘, ‘bolcom-partnerprogramma-wordpress-plugin’);

    If you then go to the plugin configuration page we think you can see the given errors. When you have them please paste them into this post.

    Thread Starter Prentenboek

    (@prentenboek)

    Hi,

    were you able to fix the column bug?

    @prentenboek: If you require assistance then, as per the Forum Welcome, please post your own topic.

    Plugin Author Bol.com

    (@netvlies)

    We are working on it.

    Thread Starter Prentenboek

    (@prentenboek)

    I do not see any improvement after the recent update?

    Plugin Author Bol.com

    (@netvlies)

    That is correct. This fix is not solved in the last release. We are still working on it.

    Thread Starter Prentenboek

    (@prentenboek)

    I see that the column bug is still not fixed 🙁

    Plugin Author Bol.com

    (@netvlies)

    Hi there Prentenboek,

    My apologies for the late reply.
    Have you tried changing the width of the widget?
    When I manually change the width of the widget on your website in the HTML inspector the columns do work.

    – Netvlies

    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 12 replies - 1 through 12 (of 12 total)

The topic ‘Columns do not work’ is closed to new replies.