Couple part question/comment all related to backgrounds. Sorry a bit long.
Maybe be an easy “no” but I have a class with a background image that is built dynamically. Curious if there is a way to FORCE the background images to display? And/Or could you process short codes in the HTML blocks? I’ve modified the core files… but I don’t like doing this.
$this->add_print_script[$id] = array(
'pom_site_css' => $pom_site_css,
'pom_custom_css' => $pom_custom_css,
'pom_html_top' => do_shortcode($pom_html_top),
'pom_html_bottom' => $pom_html_bottom,
'pom_do_not_print' => $pom_do_not_print,
'pom_pause_time' => $pause_before_print
);
Also I was curious if you could add a custom path for a CSS file? I also had to modify the core files to capture my dynamic style sheet that’s built for each store’s settings.
$pom_site_css = get_stylesheet_directory_uri(). '/static/style.css';
Thanks great plugin!