I'm trying to add custom templates in my theme using version 1.6 of the plugin. As per Page Builder Template Stack manual, I'm expecting the plugin to use "/pagebuilder" folder inside of my theme, but it uses "/parts" folder instead. I found that out by debugging spb_get_template_stack() call from /inc/class-wds-page-builder-functions.php. Looks like it might be connected to default path used prior 1.6, at least there is some indication of it in /inc/class-wds-page-builder-options.php, so I'm not sure what's the problem there - whether it's an inconsistency in wiki documentation or incorrect usage of spb_locate_template().
Also, it would be a good idea to mention files location for templates in Building Template Parts for Page Builder as it's an important part in templates creation process.
Hi,
I'm trying to add custom templates in my theme using version 1.6 of the plugin. As per Page Builder Template Stack manual, I'm expecting the plugin to use "/pagebuilder" folder inside of my theme, but it uses "/parts" folder instead. I found that out by debugging
spb_get_template_stack()
call from/inc/class-wds-page-builder-functions.php
. Looks like it might be connected to default path used prior 1.6, at least there is some indication of it in/inc/class-wds-page-builder-options.php
, so I'm not sure what's the problem there - whether it's an inconsistency in wiki documentation or incorrect usage ofspb_locate_template()
.Thanks