Search the Community
Showing results for tags 'rockpagebuilder'.
-
While using the page reference from vanilla processwire with Rock page builder, I have a hard time finding the right syntax. $link2 = $pages->find("page_reference_01=$page, sort=parent.sort, sort=sort"); Normally, I would use a line like this. But this does not quite work, as the page references are on a page in a block(on another page), while using this, I sometimes could target $block instead of $page, but it does not work this time. What are the right way to find a page reference within an other page within a block. $link2 = $pages->blocks->find("page_reference_01=$page, sort=parent.sort, sort=sort");
-
When working with the rock page builder if i know i want some markup untouched such as i want to do a array finding all children and putting and image, can i do this on a "template" as i normal would in ProcessWire or du i need to do it in the block? If doing it in the block the enduser could move it around (not a big problem for the case i am working ATM). But im quorious should everything go in the blocks now?