Warren White

Results 43 comments of Warren White

This probably could be moved to: https://github.com/wet-boew/GCWeb Footer source: https://github.com/wet-boew/GCWeb/blob/master/sites/footers/footers-en.html Footer sources: https://github.com/wet-boew/GCWeb/tree/master/sites/footers Images are in assets: https://github.com/wet-boew/GCWeb/tree/master/sites/assets

You just need to adjust the last mapping selector to the following: ```{ "selector": ".url", "attr": "href", "value": "/id" }``` This maps the selector class named '.url', attribute 'href' and...

Related to: wb-charts and apostrophe #6079 wb-charts: apostrophe in caption breaks the graph #7346 Bug in jquery.flot.orderBars.js #8132 The fix is to use HTML code `'` for the apostrophe.

Ok. Do not use single straight quote `'` or html entities. Use closing single quote `’`. The closing single quote is probably more correct for an apostrophe. Verified working in...

Looks like it was an issue with WET, and is currently fixed in v4.0.62.1 Is now patched: https://github.com/wet-boew/wet-boew/commit/f9af6091a9957fb204d56dd88c2bba1fe5a41894

> On a related note, I've been trying to remove the Sorting buttons from the headers, but still allow for the table to be initialized with the first column sorted...

> Thanks for the quick response. However, it's not the grey shading of the active table heading. The text of every header is surrounded with a grey box, padded in...

Looks like GCWeb latest v13.2.2 has already applied the patch: https://github.com/wet-boew/gcweb/releases/tag/v13.2.2 You will probably have to talk to your tech team, or whoever maintains the the iService.prv server.

This isn't a WET-BOEW issue. Should be moved to GCWeb, as this is specific to GCWeb theme.

"this is a limitation of smart searching due to the use of double quotes to do an exact match. Unfortunately the only way around that is to disable the smart...