David

Results 16 issues of David

Hello, Sounds like a stupid question but I would like to display calendar in a week grid. I tried : ``` ->setOptions([ 'firstDay' => 1, 'defaultView' => 'dayGridWeek' ]); ```...

When using RenatoMarinho\LaravelPageSpeed\Middleware\CollapseWhitespace::class I get a JS related error: **Uncaught SyntaxError: unexpected token: keyword 'if'** Looks like this part is causing it: ``` document.onreadystatechange = function () { var state...

Hello, Could you please put out some documentaion on the half day use? I can read : "Allows to have half a day, if you have check in at noon...

help wanted
question

Hi, Is the demo using latest PrestaShop version? In the first checkout step, if I fill all the required fields correctly at the first time everything works fine. When I...

Hi, Is the demo using latest PrestaShop version? On my install, I get `Uncaught TypeError: this.el.hoverIntent is not a function` error on the checkout page. I thought it might be...

Hello, I know that the documentation says: > Only usefull BS plugin are added individually in _dev/theme.js (carousel and scrollspy are not loaded) But I need carousel for some of...

Hello, The mega menu is expanding when hovering div.menu-sub instead of just opening when hovering parent menu item. I overrided with "position: fixed" on both #header and #_desktop_top_menu, which seem...

Hello, I just noticed that users are able to select a date range with a disabled date in it. This should not be possible.. ? Any idea on how I...

Hi, Is there an event triggered on months change? I would need to set MinNight only for selected months? Any idea on how I could get this done please? Best...

Hello, It's a really nice script but I have to use it with jQuery 1.9.1 on a project, and I'm really struggling with this. I tried to download the fix...