Hey @fabian_niesen,
thanks for your message.
I’m not really sure if Borlabs would work that well on a static site.
Isn’t it a requirement for Borlabs that it can make an AJAX request to save the selection for the user?
However, the layout problems can be a result of a missing file (CSS/JS) on your static site – have you checked the browser console? Maybe there is something missing?
Trial: Not officially, but you can send a short mail to [email protected] and I can provide you a 7-day trial. The official release of the trial version will be also in a couple of weeks.
Best regards,
Patrick
The funktion seams to be working. I am not sure about the Requirement for Ajax.
My main issue is the missformed Code like the “\” in some closing tags:
<table>
<tr>
<th>Akzeptieren<\/th>
<td>
<label class="_brlbs-btn-switch _brlbs-btn-switch--textRight">
<input
id="borlabs-cookie-slideshare"
tabindex="0"
type="checkbox" data-cookie-group="external-media"
name="cookies[external-media][]"
value="slideshare"
checked data-borlabs-cookie-switch
/>
<span class="_brlbs-slider"><\/span>
<span
class="_brlbs-btn-switch-status"
data-active="An"
data-inactive="Aus"
aria-hidden="true">
<\/span>
<\/label>
<\/td>
<\/tr>
If you like, just check the source code of the page.