kilianso
kilianso
@jarednova Any update on this one? I'm trying to get comment pagination done by limiting the output of the comments like this: ``` {% for comment in post.comments(10) %} {{comment.content}}...
I can confirm, that this is still an open bug. Here's a demo. https://codepen.io/kilianso/pen/XWbYeWb @owen-m1 is draggable still under active development or should i use sortablejs instead? UPDATE For those...
For anyone stumbling across this issue. I was never able to solve pagination directly in Timber. But i found a workaround calling `{{function('comments_template')}}` in my Twig file to use the...
Nice project @heloufir! So the current SMTP implementation is only used for signup/signin but not to notify users on assignments, tickets etc. right?
Hey there! I have the same issue using your fork of jsPDF. The custom font is Inter-bold.ttf (converted using the official base64 tool) and loaded with an own script tag...
Please read again. It is showing correctly in the browser but not in the actual PDF if you open it **not in the browser**. PDF viewer is the built in...
@HackbrettXXX Ahh nice! Indeed setting compression to false resolves the issue. Would be cool to mention this in the documentation. Thanks a lot.
Hi! Well the problem is the wp_localize_script. If I don't enqueue the script first, the lines below won't work. So how can I add the ajaxurl, like and unlike functionality...
Another working option to get JSON from any Instagram-account or hashtag without even using an access-token is by adding `?_a=1` to the URL. Userfeed: https://www.instagram.com/YOURUSER/?__a=1 Hashtag: https://www.instagram.com/explore/tags/YOURHASHTAG/?__a=1 And to request...
Hey, nice work! Could you add more examples for the the following usecases: [Pagination](https://www.npmjs.com/package/sveltefire#reactive) with appending instead of exchanging an already loaded list. This would be very useful to to...