HTML5 Data Bindings SEO PHP Support Product Page

Answered

Combine Bindings with Mixitup sorter

Asked 19 Jul 2014 15:39:48
1
has this question
19 Jul 2014 15:39:48 Joe Villanova posted:
I'm trying to combine the Bindings with Mixitup sorter. I can get the Mixitup to work on it's own but it breaks when I try to have a repeat region. Any thoughts?mixitup.kunkalabs.com/I'm trying to use Mixitup in the Illustration section of my site.tangent3dstudio.com/index-onepage.html -- it's messy right now, so I don't know if the link will be much help. The last four images -- at the bottom -- do work with Mixitup, because they are not part of the bindings repeat region.

Replies

Replied 21 Jul 2014 08:36:55
21 Jul 2014 08:36:55 Teodor Kuduschiev replied:
Hello Joe,
Please try using repeat-children instead of repeat region.
Replied 21 Jul 2014 13:28:45
21 Jul 2014 13:28:45 Joe Villanova replied:
Will do, thanks for the suggestion, I'll let you know how it works.
Replied 24 Jul 2014 13:18:19
24 Jul 2014 13:18:19 Joe Villanova replied:
Well, I can't seem to get it to work. When the images repeat correctly, mixitup doesn't function. I'm sure it's due to my lack of understanding the repeat children aspect. It seems that even if I have a repeat region setup, I'm prompted to add another one which is confusing.

I'm able to get mixitup to work without the database hook, so that is not the issue.

I know this isn't part of the support for the extension, so don't feel you have to look into this. My point is that the manual is not the best in explaining the repeat regions, and child repeats and when, why and how they are used.
Replied 24 Jul 2014 13:33:57
24 Jul 2014 13:33:57 Teodor Kuduschiev replied:
The difference between repeat children and repeat region is quite well explained also both repeat region and repeat children region names make it pretty obvious
Repeat Region structure repeats the element it is applied to and looks like:

<div data-binding-id="repeat1">Product 1</div>
<div data-binding-id="repeat1">Product 2</div>
<div data-binding-id="repeat1">Product 3</div>
<div data-binding-id="repeat1">Product 4</div>

While Repeat Children region repeats the Children of the element it is applied to:
<div data-binding-id="repeat1">
<div>Product 1</div>
<div>Product 2</div>
<div>Product 3</div>
</div>

Anyway this has nothing to do with the problem you have there. Most probably it is not working with this plugin, as it loads before the data bindings data.
Replied 24 Jul 2014 16:21:07
24 Jul 2014 16:21:07 Joe Villanova replied:
Anyway this has nothing to do with the problem you have there. Most probably it is not working with this plugin, as it loads before the data bindings data.

Yes, that is what I think is happening as well.

Reply to this topic