lostyazilim

Detube Teması Reklam Yerleşimi Hk

3 Mesajlar 978 Okunma
lstbozum
wmaraci reklam

ceyzer ceyzer WM Aracı E-Mail Onaysız
  • Üyelik 12.01.2014
  • Yaş/Cinsiyet 37 / E
  • Meslek Üniversite Öğrencisi
  • Konum Almanya
  • Ad Soyad C** Ö**
  • Mesajlar 698
  • Beğeniler 46 / 90
  • Ticaret 1, (%100)
Merhaba dostlar benim sıkıntım sağ sol reklam reklamlar için . 120*600 kullanıyorum ama mobilden girince onlarda çıkıyor bir kişinin temasında çıkmıyor onlara email attım ama geri dönüş yapmadıklar. aranızda bu konu ile bilgisi olan varmı acaba

header.php eklediğim kod:



Reklam kodunuzu buraya ekleyiniz!!
 

 

wmaraci
reklam

TEHET TEHET Kullanıcı
  • Üyelik 04.10.2014
  • Yaş/Cinsiyet 32 / E
  • Meslek Tasarımcı
  • Konum Ankara
  • Ad Soyad M** A**
  • Mesajlar 791
  • Beğeniler 96 / 374
  • Ticaret 1, (%100)
Style idini kapatmıştır muhtemelen.
#fixed css kodunu style.css dosyasına ekle.

Style.css dosyasında @media only screen and (max-width:720px) diye bi kod olmalı. Onun içinde muhtemelen başka css kodları da vardır. Bu kodun içerisine #fixed {display:none} yazman yeterli olacaktır. Bu sayede reklam sadece 720px ve üstü çözünürlükte görünecektir.
 

 

ceyzer ceyzer WM Aracı E-Mail Onaysız
  • Üyelik 12.01.2014
  • Yaş/Cinsiyet 37 / E
  • Meslek Üniversite Öğrencisi
  • Konum Almanya
  • Ad Soyad C** Ö**
  • Mesajlar 698
  • Beğeniler 46 / 90
  • Ticaret 1, (%100)

TEHET adlı üyeden alıntı

Style idini kapatmıştır muhtemelen.
#fixed css kodunu style.css dosyasına ekle.

Style.css dosyasında @media only screen and (max-width:720px) diye bi kod olmalı. Onun içinde muhtemelen başka css kodları da vardır. Bu kodun içerisine #fixed {display:none} yazman yeterli olacaktır. Bu sayede reklam sadece 720px ve üstü çözünürlükte görünecektir.


/**
* Header Template
*
* The header template is generally used on every page of your site. Nearly all other
* templates call it somewhere near the top of the file. It is used mostly as an opening
* wrapper, which is closed with the footer.php file. It also executes key functions needed
* by the theme, child themes, and plugins.
*
* @package deTube
* @subpackage Template
* @since deTube 1.0
*/
?>




>



$viewport = 'width=device-width';
if(get_option('dp_responsive')){
$viewport .= ', initial-scale=1, maximum-scale=1';
}
?>




<?php wp_title( '|', true, 'right' ); ?>




'."\n"; ?>


// Generate CSS Style based on user's settings on Theme Options page
$css = '';

$bgpat = get_option('dp_bgpat');
$bgcolor = get_option('dp_bgcolor');
if($bgpat) {
$preset_bgpat = get_option('dp_preset_bgpat');
$custom_bgpat = get_option('dp_custom_bgpat');
$bgpat = !empty($custom_bgpat) ? $custom_bgpat : $preset_bgpat;
$bgpat = $bgpat ? 'url("'.$bgpat.'")' : '';
$bgpat = apply_filters('dp_bgpat', $bgpat);

$bgrep = get_option('dp_bgrep');
$bgatt = get_option('dp_bgatt');
$bgfull = get_option('dp_bgfull');
$bgpos = 'center top';
$bgsize = '';
if($bgfull) {
$bgrep = 'no-repeat';
$bgatt = 'fixed';
$bgsize .= '-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;';
}

$css .= "body{background:".implode(' ', array_filter(array($bgcolor,$bgpat,$bgrep,$bgpos,$bgatt))).";".$bgsize."}\n";
} else {
$css .= 'body{background:'.$bgcolor.'}';
}

$info_toggle = (int)get_option('dp_info_toggle');
if(!empty($info_toggle))
$css .= '.info-less{height:'.$info_toggle.'px;}';

if(!empty($css)) {
echo "\n\n\n\n";
}
?>


>









hocam kod böyle bakarmısınız nereye ne ekliycem :)
 

 

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)