UnaOmnia
UnaOmnia
I figured out a way to do it (remove the extra spaces around the div ("< div"): $(this).ekkoLightbox({ onContentLoaded: function() { $("< div class="lightbox-swipe" >< /div >").appendTo('body').show(); $('.lightbox-swipe').swiperight(function() { $('.ekko-lightbox-nav-overlay...
No that only worked on Desktop... either that or my cache on my phone is stuck...
weird.. worked on phone with wifi turned on.. must be caching somewhere..
Thank you for the fast response - that is SUPER cool. Can I detect left and right swipe? Can you put a little more detail in the answer like a...
My gosh I am sorry. I tried once more to target .ekko-lightbox for the JQuery Mobile swipeleft and swiperight functions and it worked. http://davidgallo.unaomnia.com/category/concerts-and-events/ So now I have swipe, and...
> I'd love to see some examples of how to work with bootstrap in the custom-javascript.js file as you mentioned @bacoords. I'm trying to do some custom hash-based selection of...
NICE! Looks like what was missing was: `import Tab from 'bootstrap/js/src/tab';` to get it all started - I am starting a fresh install soon here so I will see how...
Drew - Should I check out 2.0 then? I am having a similar issue. I am finding the grid is redrawing all fillerboxes, when a new grid container is appended...
http://www.localnationalnews.com/url-test/ Finally, got the posts in the right order. Counting and resizing definitely difficult. I had to use setTimeout's over and over..
Wow.. that is actually a really good idea! Empty and fill the same grid container and trigger resize! I love it. You wouldn't have scrolling in that case right? Height...