Stefflon Don (Photo: instagram.com/stefflondon)
November 29, 2023
Stefflon Don scores 11th UK chart hit with Selecta
British-Jamaican rapper and deejay Stefflon Don earned her 11th entry on the UK Singles chart as Selecta (credited to Chase & Status featuring Stefflon Don) debuted last week at #27.
Selecta is produced by English electronic duo Chase & Status (comprising Saul Milton and Will Kennard). It is featured on the duo’s mixtape 2 Ruff, Vol 1, which was released on November 10 via Virgin/EMI Records.
The mixtape peaked at #4 on the UK Albums chart.
This is not the first time that Chase and Status have worked with an artiste of Jamaican heritage (Stefflon Don’s father is from Denham Town in Kingston). The duo previously worked with Capleton on the song Duppy Men, which peaked at #94 on the UK chart in 2005; Cutty Ranks on a remix of Retreat (2018); Kabaka Pyramid on the track Murder Music; and Burro Banton and Mr Vegas on the song Delete/Big Man Skank.
Stefflon Don is best known for her 2017 #7 UK hit Hurtin M (featuring French Montana), and Boasy featuring British rapper Wiley and Sean Paul, which rose to #11 on the UK Singles chart in 2019.
Her other charted singles include Senseless (#63 in 2018), 47 featuring Sidhu Moose Wala, Mist and Steel Banglez (#17 in 2019), Linkup featuring Geko, Deno and Dappy (#84 in 2019), Ding a Ling featuring British rapper Skepta (#64 in 2017), and Instruction by Jax Jones featuring Demi Lovato (#13 in 2017).
Still in the UK Singles chart, Nightmares by Chris Brown featuring Byron Messia debuts at #23, giving Messia his second entry on the chart for this year. In June, Talibans topped out at #12.
Moving now to the Germany’s Urban Music chart, where Beama by Shenseea featuring American rapper Lola Brooke debuts at #40. The song was released via Rich Immigrants/Interscope earlier this month.
Over on the streaming and sales-driven Billboard Reggae Albums chart there is not much activity to report as most of the titles retain their places from a week ago.
Bob Marley and the Wailers spend 202 non-consecutive weeks on top with Legend, while Best of Shaggy: The Boombastic Collection by Shaggy and Dutty Classics Collection by Sean Paul are #2 and #3 respectively.
Dutty Rock by Sean Paul is #4, Greatest Hits by UB40 is #5; while Set in Stone, Wisdom and World on Fire by Stick Figure are #6, #7 and #8.
No Love by Byron Messia remains at #9 and Damian “Jr Gong” Marley’s Welcome to Jamrock re-enters at #10.
Drift by Teejay dips from #41 to #43 on Billboard’s R&B/Hip-Hop Airplay chart, but it fares better on Rhythmic Airplay darting from #33 to #30. Over on Mainstream R&B/Hip-Hop Airplay, Drift backtracks from #33 to #35.
On the New York Reggae chart, Bad Boy Johnny by Tony Roy clocks a third week at #1. Meanwhile, No Destroyer by Burning Spear steps up from #7 to #5, Statue of a Fool by Richie Stephens gains from #11 to #9, and Starlight by Naomi Cowan is on the move from #18 to #15.
The Lord Says by Ginjah (28) and Faith Over Fear by Hopeton Lindo (30) are the new entries.
Look a Girl by brothers Stephen and Chino McGregor takes over the #1 spot on the South Florida Reggae chart.
Brutal by Mykal Rose moves up from #21 to #19.
Switch on You by Romain Virgo (24) and Queen of the Arena by Chardel Rhoden (#25) are this week’s new entries.
{"website":"website"}{"jamaica-observer":"Jamaica Observer"}
LONDON, England, (CMC) – Jamaica and West Ham United forward Michail Antonio is thanking his lucky stars that he can see the year 2025 as he expresses...
{"jamaica-observer":"Jamaica Observer"}
GROS ISLET, St Lucia, (CMC)- While anticipation builds for the upcoming track and field season, Saint Lucia’s Julien Alfred remains in the spotlight, ...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica -Police from the Kingston Western Division seized a firearm and several rounds of ammunition on Rose Lane, Kingston 14, on Tuesday. ...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica - The Ministry of Finance and the Public Service has made significant strides in the digitisation of pensions administration. The di...
{"jamaica-observer":"Jamaica Observer"}
KINGSTON, Jamaica- Members of the public are being urged to be wary of strangers approaching them and asking to use their phones. Head of the Constabu...
{"jamaica-observer":"Jamaica Observer"}
ST JAMES, Jamaica - With the holiday season ending, Jamaica has once again proven itself as a magnet for celebrities and high-profile visitors. The al...
{"jamaica-observer":"Jamaica Observer"}
India's meteorological department said Wednesday that 2024 was the hottest year since 1901, with sizzling temperatures in the world's most populous na...
{"jamaica-observer":"Jamaica Observer"}
ST THOMAS, Jamaica-The St Thomas police have charged 19-year-old Antonio Lewis, otherwise called ‘Dontae’ of Rowlandsfield district, Golden Grove in ...
{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_3_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-3")[0];
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-3 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i 20 && i<20){
if(space_available < space_occupied){
new_title = title.substr(0,title.length - 6) + '...';
myarticle.querySelectorAll('.title a')[0].innerHTML = new_title;
posts_slot_3_fit_title(myarticle,i);
}
else{
return true;
}
}
}
function posts_slot_3_fit_body(){
if (typeof document.getElementById("posts_slot-3").getElementsByClassName("template_2115_homepage_trio_pizpalu_3") !== 'undefined') {
for(k=0;(k').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_3_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-3")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_3_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-3")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-3 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_3_fit_body(){
if (typeof document.getElementById("posts_slot-3").getElementsByClassName("template_2085_mob_homepage_trio_adula_3") !== 'undefined') {
for(k=0;(k
Dear Editor, Jamaicans need to push for a new Jamaica in 2025 — one marked by love and greater accountability and transparency and less on a flawed po...
{"xml":"xml"}{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_4_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-4")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_4_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-4")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-4 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_4_fit_body(){
if (typeof document.getElementById("posts_slot-4").getElementsByClassName("template_2086_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k ').appendTo('.footer:first');
$('').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_4_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-4")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_4_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-4")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-4 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_4_fit_body(){
if (typeof document.getElementById("posts_slot-4").getElementsByClassName("template_2086_mob_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k
ST MARY, Jamaica – A 93-year-old man is in hospital nursing burns to nearly half his body after a fire at his home on Monday. The elderly man, Aldred ...
{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_5_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-5")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_5_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-5")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-5 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_5_fit_body(){
if (typeof document.getElementById("posts_slot-5").getElementsByClassName("template_2086_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_5_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-5")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_5_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-5")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-5 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_5_fit_body(){
if (typeof document.getElementById("posts_slot-5").getElementsByClassName("template_2086_mob_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k
PORT MARIA, St Mary — Head of the St Mary Police Division, Deputy Superintendent Anthony Wallace has commended the team he leads for what he says has ...
{"jamaica-observer":"Jamaica Observer"}
').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_6_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-6")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_6_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-6")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-6 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_6_fit_body(){
if (typeof document.getElementById("posts_slot-6").getElementsByClassName("template_2086_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k').appendTo('.footer:first');
$('
').appendTo('.footer .overlay');
$('.footer .overlay').css({
'position': 'fixed',
'display': 'flex',
'inset': '0px',
'background': 'rgba(0, 0, 0, 0.5)',
'z-index': '9999',
'align-items': 'center',
'justify-content': 'center',
'height': '100vh',
'width': '100vw'
});
$('.footer .overlay .iframe-wrapper').css({
'position': 'relative',
'overflow': 'hidden',
});
if ($(window).width() <= 1000 && $(window).width() < $(window).height()) {
$('.footer .overlay .iframe-wrapper').css({
'width': '80%',
'padding-top': '50%'
});
} else {
$('.footer .overlay .iframe-wrapper').css({
'width': '50%',
'padding-top': '30%'
});
}
var video_href = $(this).attr('ta_videolink');
if (typeof video_href !== 'undefined' && video_href !== '') {
var iframe = document.createElement('iframe');
iframe.src = video_href;
iframe.setAttribute('allow', 'autoplay');
var parentElement = document.querySelector('.footer .overlay .iframe-wrapper');
parentElement.appendChild(iframe);
}
$('.footer .overlay .iframe-wrapper iframe').css({
'background': 'rgb(255, 255, 255)',
'box-shadow': 'black 0px 0px 10px 0px',
'position': 'absolute',
'inset': '0px',
'width': '100%',
'height': '100%',
'padding': '20px'
});
$('
×
').appendTo('.footer .overlay .iframe-wrapper');
$('.footer .overlay .iframe-wrapper .overlay_close').css({
'position': 'absolute',
'top': '0',
'right': '0',
'z-index': '999',
'font-size': '24px',
'cursor': 'pointer',
'text-align': 'center',
'display': 'flex',
'align-items': 'center',
'justify-content': 'center',
'height': '24px',
'width': '24px',
'color': 'black',
'font-weight': '700',
'transition': '0.3s ease',
'opacity': '0.5',
});
$('.footer .overlay .iframe-wrapper .overlay_close').hover(function() {
$(this).css({
'opacity': '1',
});
}, function() {
$(this).css({
'opacity': '0.5',
});
});
$('.footer .overlay').show();
$(document).mouseup("click", function(e){
var container = $(".overlay iframe");
if(!container.is(e.target) && container.has(e.target).length === 0){
$('.footer .overlay iframe').remove();
$('.footer .overlay .overlay_close').remove();
$('.footer .overlay style').remove();
$('.footer .overlay').remove();
}
});
}
});
}
function posts_slot_6_tablet_style(){
(function($) {
if($("body")[0].className.match(/main_tmpl/)!=null){
post_slot = $("#posts_slot-6")[0];
tablet_style_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--tablet-style-js.+?\;/)[0];
tablet_style_value = tablet_style_value.replace(/\s/g,"");
tablet_style_value = tablet_style_value.replace(/^.+?\:/g,"");
tablet_style_value = tablet_style_value.replace(/\;/g,"");
if (tablet_style_value != null){
if (tablet_style_value == "pc"){
// To do nothing
} else if (tablet_style_value == "mobile"){
variable_pc_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/min-width.+?\;/)[0];
variable_pc_value = variable_pc_value.replace(/\s/g,"");
variable_pc_value = variable_pc_value.replace(/^.+?\:/g,"");
variable_pc_value = variable_pc_value.replace(/\).*/,"");
pc_value = post_slot.querySelector("[pc]").innerHTML.match(/min-width.+?\;/)[0];
pc_value = pc_value.replace(/\s/g,"");
pc_value = pc_value.replace(/^.+?\:/g,"");
pc_value = pc_value.replace(/\).*/,"");
style_default_pc_value = post_slot.querySelectorAll("[style_default]")[0].innerHTML.match(/min-width.+?\;/)[0];
style_default_pc_value = style_default_pc_value.replace(/\s/g,"");
style_default_pc_value = style_default_pc_value.replace(/^.+?\:/g,"");
style_default_pc_value = style_default_pc_value.replace(/\).*/,"");
variable_mobile_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/max-width.+?\;/)[0];
variable_mobile_value = variable_mobile_value.replace(/\s/g,"");
variable_mobile_value = variable_mobile_value.replace(/^.+?\:/g,"");
variable_mobile_value = variable_mobile_value.replace(/\).*/,"");
mobile_value = post_slot.querySelector("[mobile]").innerHTML.match(/max-width.+?\;/)[0];
mobile_value = mobile_value.replace(/\s/g,"");
mobile_value = mobile_value.replace(/^.+?\:/g,"");
mobile_value = mobile_value.replace(/\).*/,"");
style_default_mobile_value = post_slot.querySelectorAll("[style_default]")[1].innerHTML.match(/max-width.+?\;/)[0];
style_default_mobile_value = style_default_mobile_value.replace(/\s/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/^.+?\:/g,"");
style_default_mobile_value = style_default_mobile_value.replace(/\).*/,"");
post_slot.querySelectorAll("[variable-pc]")[0].innerHTML = post_slot.querySelectorAll("[variable-pc]")[0].innerHTML.replace(variable_pc_value, "900px");
post_slot.querySelectorAll("[pc]")[0].innerHTML = post_slot.querySelectorAll("[pc]")[0].innerHTML.replace(pc_value, "900px");
post_slot.querySelectorAll("[style_default]")[0].innerHTML = post_slot.querySelectorAll("[style_default]")[0].innerHTML.replace(style_default_pc_value, "900px");
post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML = post_slot.querySelectorAll("[variable-mobile]")[0].innerHTML.replace(variable_mobile_value, "899px");
post_slot.querySelectorAll("[mobile]")[0].innerHTML = post_slot.querySelectorAll("[mobile]")[0].innerHTML.replace(mobile_value, "899px");
post_slot.querySelectorAll("[style_default]")[1].innerHTML = post_slot.querySelectorAll("[style_default]")[1].innerHTML.replace(style_default_mobile_value, "899px");
}
}
}
})(jQuery);
}
function posts_slot_6_category_position(){
//if the page is using body main_tmpl (and not fallback)
if(jQuery("body")[0].className.match(/main_tmpl/)!=null){
post_slot = jQuery("#posts_slot-6")[0];
if(window.innerWidth<600){
category_position_value = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
else{
category_position_value = post_slot.querySelector("[variable-pc]").innerHTML.match(/--category-position-js.+?\;/)[0];
}
category_position_value = category_position_value.replace(/\s/g,"");
category_position_value = category_position_value.replace(/^.+?\:/g,"");
category_position_value = category_position_value.replace(/\;/g,"");
if(category_position_value=="follow-order-content"){
}
else if(category_position_value=="onimage-bottom-right"){
articles = post_slot.querySelectorAll('article');
for(i=0;i
div");
myquery[0].style.height="";
myquery[0].children[0].style.height="";
myquery[0].children[0].style.display="";
myquery[0].children[0].style.flexDirection = "";
//myquery[0].children[0].style.alignItems = "center";
//post_slot.parentElement.style.alignItems="stretch";
//CHANGE STYLE
post_slot.parentElement.parentElement.parentElement.style.alignItems="stretch";
if(getComputedStyle(post_slot.parentElement.parentElement)['display'] != 'none'){
post_slot.parentElement.parentElement.style.display="flex";
}
post_slot.parentElement.parentElement.style.flexDirection = "column";
//post_slot.parentElement.parentElement.style.alignItems = "center";
post_slot.parentElement.style.height="100%";
post_slot.style.height="100%";
myquery=jQuery("#posts_slot-6 > div");
myquery[0].style.height="100%";
myquery[0].children[0].style.height="100%";
myquery[0].children[0].style.display="flex";
myquery[0].children[0].style.flexDirection = "column";
//myquery[0].children[0].style.alignItems = "center";
articles = post_slot.querySelectorAll('article');
for(i=0;i
/*
const config = { childList: true, subtree: true, attributes: true};
const callback = (mutationList, observer) => {
for (const mutation of mutationList) {
my_ad=mutationList[0]['addedNodes'][0];
max_height="";
my_ad.querySelector("img").addEventListener("load", function() {
max_height="";
max_height= my_ad.querySelector("img").offsetHeight;
if(max_height!=""){
my_ad.style.height=max_height + "px";
}
max_height="";
observer.disconnect();
});
}
};
const observer = new MutationObserver(callback);
all_ads_WP=jQuery("[data-wpas-zoneid]");
for(i=0;i= 600){
article_clickable = post_slot.querySelector("[variable-pc]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
} else {
article_clickable = post_slot.querySelector("[variable-mobile]").innerHTML.match(/--article-clickable-js.+?\;/)[0];
article_clickable = article_clickable.replace(/\s/g,"");
article_clickable = article_clickable.replace(/^.+?\:/g,"");
article_clickable = article_clickable.replace(/\;/g,"");
}
if (article_clickable == "active"){
for(i=0;i titleandbody_height){
document.getElementById(id).getElementsByClassName("body")[0].style.display="none";
title_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("title")[0],null).height);
titleandbody_height = parseFloat(getComputedStyle(document.getElementById(id).getElementsByClassName("titleandbody")[0],null).height);
article_height=parseFloat(getComputedStyle(document.getElementById(id),null).height);
}
new_article_height=article_height+(title_height-titleandbody_height);
new_titleandbody_height=titleandbody_height+(title_height-titleandbody_height);
if(title_height > titleandbody_height){
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.height=new_titleandbody_height + "px";
document.getElementById(id).getElementsByClassName("titleandbody")[0].style.maxHeight=new_titleandbody_height + "px";
}
}
}
}
}
return true;
}
function posts_slot_6_fit_body(){
if (typeof document.getElementById("posts_slot-6").getElementsByClassName("template_2086_mob_homepage_single_adula_3") !== 'undefined') {
for(k=0;(k