New Burnley yeast store to rise at Warburtons bakery

Billionaire Adrian Portelli backs out of Derrimut 24:7 gym deal

Latest News: Today’s News Headlines, Breaking News India -2025

It is to add a dry goods store with a lean-to enclosure to a bunded area for yeast and brine tanks to its premises on the Billington Road Industrial Estate.

The Bolton-headquartered firm has been granted planning permission for the extension by Burnley Council.

A supporting statement reveals: “The existing building will be extended with the addition of a new storage facility extension, and enclose the brine and yeast plant.

“The existing building’s use will remain unchanged since the opening in 1981 as a bakery facility.

“The building is split into multiple zones: production, dispatch and storage

“The new extension will be used for storage.

“The proposed extension will consist of three rooms, two of which, the store and pancake rooms, will be accessible from the existing building.

“The brine/yeast store will be accessible for the higher external site level and will be bunded.

“The scale of the proposal is to remain as existing, with the proposed extension to have a lower eaves than the existing.

“The building’s footprint will increase by 408 square metres, approximately.

“The surface treatment of the site is to remain as it is.

“The proposal of a new storage facility to the southwest corner of the existing building will feature composite cladding and brickwork plinth façade.

“Access to the wider Warburton’s site will be north via A646 and onto Billington Road.

“From there, easy access to the M65 is via the A646 and Accrington Road to the north of the site.

“The parking will remain as existing to the North-West of the site, with an overflow car park to the west.

“Pedestrian access will be via a footpath on Billington Road.

“For building users, a level access will be formed to the stores, and an internal utility stair and platform will give access to the brine and yeast store.

“The plant situated on the roof will be accessible via an external utility stair.”

( function () {

window._sp_ = {
config: {
baseEndpoint: ‘
accountId: 52,
targetingParams:{
subscribed: false,
privacy: false
},
gdpr: { },
events: {
onMessageReady: function (message_type) {
trackSPEvents(‘event76’);
},
onMessageChoiceSelect: function (message_type, choice_id, choice_type_id) {
console.log(‘message_type: ‘, message_type);
console.log(‘choice_id: ‘, choice_id);
console.log(‘choice_type_id: ‘, choice_type_id);
if (‘yes’ === ‘yes’) {
if (choice_type_id === 12) {
trackSPEvents(‘event83’); //Consent Banner Reject All
trackSPEvents(‘event82’); //Journalism Message Shown
}
if (choice_type_id === 11) {
trackSPEvents(‘event78’);
}
if (choice_type_id === 9) {
trackSPEvents(‘event77’);
}
} else {
// these are the second argument in non-gate
if (choice_type_id === 12) {
trackSPEvents(‘event77’);
}

if (choice_type_id === 11) {
trackSPEvents(‘event78’);
}

if (choice_type_id === 13) {
trackSPEvents(‘event83’);
}
}
},
onPrivacyManagerActionStatus: function(message_type, status, actionType) {
console.log(‘message_type: ‘ + message_type);
console.log(‘status: ‘ + status);
console.log(‘actionType: ‘ + actionType);
if (‘yes’ === ‘yes’) {
if (actionType === 11) {
trackSPEvents(‘event79’); //Privacy Manager Accept
}
if (actionType === 9) {
trackSPEvents(‘event68’); //Privacy Manager Redirect
}
if (actionType === 1) {
trackSPEvents(‘event75’); //Forced tcf String Change
}
} else {
// these are the second argument in non-gate
if (actionType === 13) {
trackSPEvents(‘event81’); //Privacy Manager Reject
}
if (actionType === 11) {
trackSPEvents(‘event79’); //Privacy Manager Accept
}
if (actionType === 1) {
trackSPEvents(‘event80’); //Privacy Manager Save & Exit
}
}
},
onPMCancel: function (message_type) {
console.log(‘onPMCancel’, message_type);
trackSPEvents(‘event84’); //Privacy Manager Back
},
}
}
}

__tcfapi(‘addEventListener’, 2, function (tcData, success) {
console.log(‘SP: Event Listen:’, tcData, success);
if (success && tcData.eventStatus === ‘useractioncomplete’) {
setTcfCookie(tcData.purpose.consents, tcData.purpose.legitimateInterests);

var csnt=”none”;
if ($.cookie(‘_sp_enable_dfp_personalized_ads’) === ‘true’) {
csnt=”yes”;
} else if ($.cookie(‘_sp_enable_dfp_personalized_ads’) === ‘false’) {
csnt=”no”;
}
googletag.cmd.push(function() {
// console.log(‘DFP: Cookie check – setting dfpcsnt to ‘, csnt);
googletag.pubads().setTargeting(‘dfpcsnt’, csnt);
});
// ready to start DFP
// console.log(‘PIANO: setting unrestricted via useractioncomplete’);
// runPiano(‘unrestricted’);
startAdvertising(tcData.listenerId);

var e = new Event(‘launch:cmp:choice-made’);
window.dispatchEvent(e);
} else if (success && tcData.eventStatus === ‘tcloaded’) {
// tcloaded means a valid TCF v2.0 string is available
// console.log(‘PIANO: setting unrestricted via tcloaded’);
// runPiano(‘unrestricted’);
if (tcData.gdprApplies === false) {
$.cookie(‘_sp_enable_dfp_personalized_ads’, ‘true’, {domain: ‘.theboltonnews.co.uk’, path: ” expires: 100});
}
startAdvertising(tcData.listenerId);

} else if (success && tcData.eventStatus === ‘useractionnotcomplete’) {
// do nothing – this means the user has not made a choice yet
} else if (success && tcData.eventStatus === ‘cmpuishown’) {
// do nothing – this means the CMP UI has been shown
} else if (!success) {
// $.cookie(‘_sp_enable_dfp_personalized_ads’, ‘true’, {domain: ‘.theboltonnews.co.uk’, path: ” expires: 100});
// startAdvertising();
} else {
// console.log(‘PIANO: setting restricted’);
// runPiano(‘restricted’);
}
});

$(do***ent).on(‘click’, ‘.gdpr-option-v2’, function (e) {
e.preventDefault();
sendEvent76 = false;
var id = $(this).data(‘v2-id’);
if ($(this).data(‘is-gate’) === ‘yes’) {
trackSPEvents(‘event87’);
_sp_.gdpr.loadPrivacyManagerModal(id);
} else {
trackSPEvents(‘event77’);
_sp_.gdpr.loadPrivacyManagerModal(id);
}
});

function getTcfData() {
__tcfapi(‘addEventListener’, 2, function(data, success) {
if (!data.purpose || !data.purpose.consents || !data.purpose.legitimateInterests) {
// console.log(‘DFP: No TCF data found, not setting cookies’);
return;
}
setTcfCookie(data.purpose.consents, data.purpose.legitimateInterests);
}, [755]);
}
getTcfData();

function setTcfCookie(data, legitimateInterests) {
var consents = [];
$.each(data, function(id, consent) {
var c = (consent === true) ? ‘yes’ : ‘no’;
consents.push(c)
});
// console.log(‘DFP: consents length: ‘, consents.length);
if (consents.length !== 10) {
// consents = consents.fill(‘no’, consents.length, 10);
for (var i = consents.length; i 800) {
$(‘.article-hero’).attr(‘style’, ‘order: 1’);
}
window.hide_overlay_for_exco = true;
});
};
fjs.parentNode.insertBefore(js, fjs);
}(do***ent, ‘script’, ‘exco-player’));
}

function loadSocials()
{
const socials = [



];

socials.forEach((social) => {
var script = do***ent.createElement(‘script’);
script.src = social;
script.async = true;
do***ent.getElementsByTagName(‘head’)[0].appendChild(script);
});
}

})();

Latest News: Today’s News Headlines, Breaking News India -2025

Source link

Leave a Reply

Your email address will not be published. Required fields are marked *