-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The plugin no longer works since a couple of weeks.
UPDATE:
It seems that the function
function loadBlueSkyApp() {
if(is_front_page()) {
global $loadBlueSkyApp;
$loadBlueSkyApp = true;
}
}
add_action( 'wp', 'loadBlueSkyApp' );
was no longer included in the functions.php file of the theme.
Now it works again.
Still, the sidebar widget that contains the shortcode only works on the homepage and not on any other page that has the same widget. Can that be resolved?
Metadata
Metadata
Assignees
Labels
No labels