Is it possible to use the Boost Union image courseheaderimagefallback in the child theme where it would generate a proper URL to the image in core_renderer.php such as with this code:
$headerbg = $this->page->theme->setting_file_url('courseheaderimagefallback', 'courseheaderimagefallback');
Currently I can get the proper image name but it cannot generate the proper URL to the image from the child theme.
`public function get_generated_image_for_id($id) {
As I am developing a child theme I would like to use as many of the core Boost Union settings as possible to avoid confusion and also to keep as many of the theme settings in Boost Union in case they remove my child theme.
Is it possible to use the Boost Union image courseheaderimagefallback in the child theme where it would generate a proper URL to the image in core_renderer.php such as with this code: $headerbg = $this->page->theme->setting_file_url('courseheaderimagefallback', 'courseheaderimagefallback');
Currently I can get the proper image name but it cannot generate the proper URL to the image from the child theme.
`public function get_generated_image_for_id($id) {
As I am developing a child theme I would like to use as many of the core Boost Union settings as possible to avoid confusion and also to keep as many of the theme settings in Boost Union in case they remove my child theme.