Plugin Author
nK
(@nko)
Hey.
Your custom tiles available in a predefined set:


Such layouts will be resized automatically depending on the screen and container width.
Regards, nK.
Hi,
Yes, I do have this custom layout item, but it seems that values in my function are not working.
For example I started with ‘value’ => ‘6|1,1|1,1|1,1|1,1|1,1|1,1|’ and it’s not what’s displaying front-end.
And if I replace ‘value’ with => ‘3|1,0.5|2,0.25|’ it doesn’t change anything front-end.
So I’m missing something here right ?
Plugin Author
nK
(@nko)
Hey.
Maybe you can give an online example with your custom tiles layout? I can check it and better understand the problem.
Once you change the value in PHP, it will just change the predefined option. Block will still have an option, that you selected before. To use the newly registered tiles, you need to open a portfolio editor and select it from the list.
Regards, nK.
Hi there, I got it, each time I have to update post and open a new portfolio.
Here is my last question : I’m trying to reproduce this.
I succeeded to reproduce first raw with this : value’ => ‘6|2,1|1,1|1,1|1,2|1,1|’
But then I don’t know how to force second raw to be different and finish the layout. You can see it here.
Plugin Author
nK
(@nko)
Hey.
It is a highly specific layout… you should configure all item sizes and limit the number of displayed items.
I have played with it, something like this one will work better: 6|2,1|1,1|1,1|1,2|1,1|2,0.5|1,2|1,1|2,0.5|1,1|1,1|1,1|
.
Regards, nK.