Chia-Yu Su

Results 9 comments of Chia-Yu Su

Hi, @PimHaarsma. I fixed the problem. You can add this script `$.fancybox.defaults.hash=false` in the javascript. It works as I tried in the console to set the `hash` to `false`. Ref...

另外想請教 `is-minimal-only` 跟 `is-standard-only` 能否在一個 `` 中疊加使用

感謝回覆! 目前我加入您提供的 CSS 發現當寬度等於 `767px` 以及 `768px` 都會有問題 應該是 breakpoints 設定的問題,期待 **Tocas 4.0.5** 會修正

> Note I have resolved this issue in my project by using Tipsy (http://onehackoranother.com/projects/jquery/tipsy/) instead of Cal Heatmap's tooltips. I would like to ask you how you replaced the CalHeatMap...

> Fixed in v4, now using popperjs Is there any newset version of cdn.js, thank you

Is there any latest version udpate to fix this issue, thank you!

@abhidadhaniya23 It's work, thank you.

You can add css to prevent this situation ```css ol:not(:has(> li)), ul:not(:has(> li)) { padding: 0 !important; } ```