[ Ludvig @ 29.05.2014. 12:48 ] @
Pozdrav svima,nadam se da nisam stavio u krivu kategoriju,
Preko plugina sam složio da mi se joomla 2.5 prikazuje na mobilnim uređajima,ali ne vidim adsense..sada da li se u kodu može nešto promjeniti,pošto baš nisam vičan php-u

ovo je kod:

//This is where the ads will show when the page is first loaded
$(ads_top).appendTo(".googleadgoeshere");
$("#jtouchadsense").remove();

$('div').live('pagehide',function(event, ui){
//This is where the ads will show when a page transition
$(ads_top).appendTo(".googleadgoeshere");
});
} catch(err) {
jtouchLog('Google Adsence: Error');
jtouchLog(err);
}
});
})(jQuery);
</script>