Larry Barker

Results 19 comments of Larry Barker

The problem comes with the pagination template and the way the links are created. I updated mine to look something like this: Script: ``` //Pagination part $('#paginatePosts').on('click', '.pagination > li...

***UPDATE*** I was able to get this done using the example for placing geocoder elements outside the map container. ``` mapboxgl.accessToken = 'AccessToken'; var map = new mapboxgl.Map({ container: 'map',...

@IGreatlyDislikeJavascript Thanks for the reply. Aside from tracking tours in a database, how does one go about tracking the tour for users in general? For example, if a user starts/stops...

@iamgergo I just upgraded to v0.9 and am having the same issue with the exception I can pass an instance of `Variant` to `addItem`. Still have the error about null...

@iamgergo Related to another ticket I commented on about array to string conversion error, `addItem` is now failing if the item is added with an empty array of properties: ```...

@iamgergo I'd be interested as well 🙏 Thanks!

Thanks for your reply. Here's our use case: We sell "Widgets". A "Widget" has a number of properties, such as width, height, length, doors, windows, etc. "Widgets" are made by...

@iamgergo I know you're busy reorganizing, curious if you have any thoughts on this? I'd love to use the package to get our MVP ready.

@iamgergo Thanks for your reply on my other issue. Hoping you might have some feedback here as well?

@iamgergo No worries, this is open source after all. Yes this is the basic idea. We only sell one type of product, just many variations of it (different lengths, widths,...