wmaraci reklam
lidertakipci

Facebook Yorum Kutusunun Yerini Değiştirmek.

16 Mesajlar 1.595 Okunma
advertseo
wmaraci reklam

BursaMerkez BursaMerkez Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 28.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Webmaster
  • Konum Bursa
  • Ad Soyad Ö** A**
  • Mesajlar 139
  • Beğeniler 13 / 14
  • Ticaret 1, (%0)
Merhaba Arkadaşlar yeni aldığımız temada yorum kutusu çok altta kalıyor ve pek görünmüyor bu yorum kutusunun yerini nasıl değiştirebilirm ?

 

 

wmaraci
reklam

TuralAbiyev TuralAbiyev root@localhost ~ / Kullanıcı
  • Üyelik 17.06.2011
  • Yaş/Cinsiyet 34 / E
  • Meslek Network & Linux/UNIX
  • Konum Rusya
  • Ad Soyad T** A**
  • Mesajlar 4146
  • Beğeniler 0 / 1357
  • Ticaret 89, (%100)
Wordpressmi? single.php de comments ile başlayan bir satılr olcak. Onu üst kısma taşıyabilirsiniz.
 

 

BursaMerkez BursaMerkez Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 28.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Webmaster
  • Konum Bursa
  • Ad Soyad Ö** A**
  • Mesajlar 139
  • Beğeniler 13 / 14
  • Ticaret 1, (%0)

Tural Abiyev adlı üyeden alıntı

Wordpressmi? single.php de comments ile başlayan bir satılr olcak. Onu üst kısma taşıyabilirsiniz.


Evet Wp. Single php içi bu dediğiniz gibi satır var lakin ne kadar yukarı alacağım ? :) alınmış halini verirmisin bana

/**
* The Template for displaying all single posts.
*
* @package BeeeTube
* @subpackage Template
* @since deTbue 1.0
*/

global $post;

// Get video layout
$video_layout = get_post_meta($post->ID, 'jtheme_video_layout', true);
if(!$video_layout)
$video_layout = get_option('jtheme_single_video_layout');
if(!$video_layout)
$video_layout = 'standard';

// Check the current post is a video post and get template based on the video layout
if(is_video()) {
if($video_layout == 'full-width')
get_template_part('single-video-full-width');
else
get_template_part('single-video');

return;
}

get_header();

$info_toggle = (int)get_option('jtheme_info_toggle');

$featuredVideo = get_option('jtheme_single_stand_status');
$relatedVideo = get_option('jtheme_related_status');
$featuredImage = get_option('jtheme_featured_imageon');
?>
if($featuredVideo == true){
get_template_part('related-posts');
}else{
echo '

';
}
?>














id="post-">
if($featuredImage == true){
?>



jtheme_thumb_html_single('custom-full');
?>









ID); ?>

$social = get_option('jtheme_social');
if($social == true){ ?>













>





'

'.__('Pages:', 'jtheme').' ', 'after' => '

', 'next_or_number' => 'number')); ?>







'.__('Tags:', 'jtheme').'', ', ', ''); ?>





0) { ?>






if($relatedVideo == true){
jtheme_related_posts(array(
'number'=>get_option('jtheme_related_posts'),
'view'=>get_option('jtheme_related_posts_view', 'grid-mini')
));
}
?>

$bottomAdcode = get_option('jtheme_bottom_adcode');
$bottomAdimg = get_option('jtheme_bottom_adimg');
if(!empty($bottomAdcode) && empty($bottomAdimg)){
?>



}

if(empty($bottomAdcode) && !empty($bottomAdimg)){
?>



}
?>






if($featuredVideo == true){
get_template_part('cat-featured-footer');
}else{
echo '

';
}
?>


 

 

TuralAbiyev TuralAbiyev root@localhost ~ / Kullanıcı
  • Üyelik 17.06.2011
  • Yaş/Cinsiyet 34 / E
  • Meslek Network & Linux/UNIX
  • Konum Rusya
  • Ad Soyad T** A**
  • Mesajlar 4146
  • Beğeniler 0 / 1357
  • Ticaret 89, (%100)
/**
* The Template for displaying all single posts.
*
* @package BeeeTube
* @subpackage Template
* @since deTbue 1.0
*/

global $post;

// Get video layout
$video_layout = get_post_meta($post->ID, 'jtheme_video_layout', true);
if(!$video_layout)
$video_layout = get_option('jtheme_single_video_layout');
if(!$video_layout)
$video_layout = 'standard';

// Check the current post is a video post and get template based on the video layout
if(is_video()) {
if($video_layout == 'full-width')
get_template_part('single-video-full-width');
else
get_template_part('single-video');

return;
}

get_header();

$info_toggle = (int)get_option('jtheme_info_toggle');

$featuredVideo = get_option('jtheme_single_stand_status');
$relatedVideo = get_option('jtheme_related_status');
$featuredImage = get_option('jtheme_featured_imageon');
?>
if($featuredVideo == true){
get_template_part('related-posts');
}else{
echo '

';
}
?>














id="post-">
if($featuredImage == true){
?>



jtheme_thumb_html_single('custom-full');
?>









ID); ?>

$social = get_option('jtheme_social');
if($social == true){ ?>













>





'

'.__('Pages:', 'jtheme').' ', 'after' => '

', 'next_or_number' => 'number')); ?>







'.__('Tags:', 'jtheme').'', ', ', ''); ?>





0) { ?>







if($relatedVideo == true){
jtheme_related_posts(array(
'number'=>get_option('jtheme_related_posts'),
'view'=>get_option('jtheme_related_posts_view', 'grid-mini')
));
}
?>


$bottomAdcode = get_option('jtheme_bottom_adcode');
$bottomAdimg = get_option('jtheme_bottom_adimg');
if(!empty($bottomAdcode) && empty($bottomAdimg)){
?>



}

if(empty($bottomAdcode) && !empty($bottomAdimg)){
?>



}
?>






if($featuredVideo == true){
get_template_part('cat-featured-footer');
}else{
echo '

';
}
?>




bu şekilde benzer videolarin üstüne çikabilir. azacık boşluğu yukarı çıkarmak için css ile oynamak lazım.
 

 

wmaraci
wmaraci

blogalp blogalp Grafik & Tasarım Kullanıcı
  • Üyelik 28.11.2011
  • Yaş/Cinsiyet 36 / E
  • Meslek Grafik & Tasarım
  • Konum Karabük
  • Ad Soyad A** Ç**
  • Mesajlar 161
  • Beğeniler 5 / 19
  • Ticaret 3, (%67)
Facebook yorumun birçok eksikliği var. Yoğun yorum almaya başlayınca bunu farkedeceksin. Önerim disqus kullanman. Ama yok bunu kullanıcam diyorsan site linkini gönder oradan inceleyelim.
 

 

BursaMerkez BursaMerkez Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 28.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Webmaster
  • Konum Bursa
  • Ad Soyad Ö** A**
  • Mesajlar 139
  • Beğeniler 13 / 14
  • Ticaret 1, (%0)

blogalp adlı üyeden alıntı

Facebook yorumun birçok eksikliği var. Yoğun yorum almaya başlayınca bunu farkedeceksin. Önerim disqus kullanman. Ama yok bunu kullanıcam diyorsan site linkini gönder oradan inceleyelim.


üyelerimiz facebook ağırlıklı bunu kullanmamız grekiyor. site ehlisunnettv. com

Ek Olarak:

Tural Abiyev adlı üyeden alıntı

/**
* The Template for displaying all single posts.
*
* @package BeeeTube
* @subpackage Template
* @since deTbue 1.0
*/

global $post;

// Get video layout
$video_layout = get_post_meta($post->ID, 'jtheme_video_layout', true);
if(!$video_layout)
$video_layout = get_option('jtheme_single_video_layout');
if(!$video_layout)
$video_layout = 'standard';

// Check the current post is a video post and get template based on the video layout
if(is_video()) {
if($video_layout == 'full-width')
get_template_part('single-video-full-width');
else
get_template_part('single-video');

return;
}

get_header();

$info_toggle = (int)get_option('jtheme_info_toggle');

$featuredVideo = get_option('jtheme_single_stand_status');
$relatedVideo = get_option('jtheme_related_status');
$featuredImage = get_option('jtheme_featured_imageon');
?>
if($featuredVideo == true){
get_template_part('related-posts');
}else{
echo '

';
}
?>














id="post-">
if($featuredImage == true){
?>



jtheme_thumb_html_single('custom-full');
?>









ID); ?>

$social = get_option('jtheme_social');
if($social == true){ ?>













>





'

'.__('Pages:', 'jtheme').' ', 'after' => '

', 'next_or_number' => 'number')); ?>







'.__('Tags:', 'jtheme').'', ', ', ''); ?>





0) { ?>







if($relatedVideo == true){
jtheme_related_posts(array(
'number'=>get_option('jtheme_related_posts'),
'view'=>get_option('jtheme_related_posts_view', 'grid-mini')
));
}
?>


$bottomAdcode = get_option('jtheme_bottom_adcode');
$bottomAdimg = get_option('jtheme_bottom_adimg');
if(!empty($bottomAdcode) && empty($bottomAdimg)){
?>



}

if(empty($bottomAdcode) && !empty($bottomAdimg)){
?>



}
?>






if($featuredVideo == true){
get_template_part('cat-featured-footer');
}else{
echo '

';
}
?>




bu şekilde benzer videolarin üstüne çikabilir. azacık boşluğu yukarı çıkarmak için css ile oynamak lazım.


malesef hocam sayfa hiç açılmadı bu kod ile
 

 

blogalp blogalp Grafik & Tasarım Kullanıcı
  • Üyelik 28.11.2011
  • Yaş/Cinsiyet 36 / E
  • Meslek Grafik & Tasarım
  • Konum Karabük
  • Ad Soyad A** Ç**
  • Mesajlar 161
  • Beğeniler 5 / 19
  • Ticaret 3, (%67)
Tema geçenlerde farklıydı değişmişsiniz galiba :)

Bu arada

beetube tema klasörü içindeki css/stylesheet-green dosyasını metin editörüyle açın ve muhtemelen 2026. satırdan başlayan aşağıdaki kodu bulun.
/*== Common Section Box Style
*=================================*/
.section-box {
margin: 0 0 30px;
padding-top:30px;

margin: 0 0 30px; alt tarafa verilen margin 30 değerini 0 veya dilediğiniz değerle değiştirin.
Sonra 2109. satırda olan
.section-content {
/* margin:0 0 20px; */

/* padding-bottom:10px; */

Margin 20 ve padding bottom değerlerini sıfırlayın veya dilediğiniz şekilde değiştirerek kaydedin. Ardından tekrar siteye atın. Aradaki şikayet ettiğiniz açıklık kapanacaktır.
 

 

BursaMerkez BursaMerkez Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 28.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Webmaster
  • Konum Bursa
  • Ad Soyad Ö** A**
  • Mesajlar 139
  • Beğeniler 13 / 14
  • Ticaret 1, (%0)

blogalp adlı üyeden alıntı

Tema geçenlerde farklıydı değişmişsiniz galiba :)

Bu arada

beetube tema klasörü içindeki css/stylesheet-green dosyasını metin editörüyle açın ve muhtemelen 2026. satırdan başlayan aşağıdaki kodu bulun.
/*== Common Section Box Style
*=================================*/
.section-box {
margin: 0 0 30px;
padding-top:30px;

margin: 0 0 30px; alt tarafa verilen margin 30 değerini 0 veya dilediğiniz değerle değiştirin.
Sonra 2109. satırda olan
.section-content {
/* margin:0 0 20px; */

/* padding-bottom:10px; */

Margin 20 ve padding bottom değerlerini sıfırlayın veya dilediğiniz şekilde değiştirerek kaydedin. Ardından tekrar siteye atın. Aradaki şikayet ettiğiniz açıklık kapanacaktır.


hocam açıklıktan ziyade facebook yorum alanının hemen videonun altına gelmesini istiyoruz. Bu dediğiniz sanırım benzer videolar ile yorum alanının arasındaki boşluğu kaldıracak öylemi ? ayrıca evet bugun değişdik temayı
 

 

blogalp blogalp Grafik & Tasarım Kullanıcı
  • Üyelik 28.11.2011
  • Yaş/Cinsiyet 36 / E
  • Meslek Grafik & Tasarım
  • Konum Karabük
  • Ad Soyad A** Ç**
  • Mesajlar 161
  • Beğeniler 5 / 19
  • Ticaret 3, (%67)
Evet o aradaki açığı kapatacaktır.Aşağıdaki kodu denermisiniz. single.php için.

/**
* The Template for displaying all single posts.
*
* @package BeeeTube
* @subpackage Template
* @since deTbue 1.0
*/

global $post;

// Get video layout
$video_layout = get_post_meta($post->ID, 'jtheme_video_layout', true);
if(!$video_layout)
$video_layout = get_option('jtheme_single_video_layout');
if(!$video_layout)
$video_layout = 'standard';

// Check the current post is a video post and get template based on the video layout
if(is_video()) {
if($video_layout == 'full-width')
get_template_part('single-video-full-width');
else
get_template_part('single-video');

return;
}

get_header();

$info_toggle = (int)get_option('jtheme_info_toggle');

$featuredVideo = get_option('jtheme_single_stand_status');
$relatedVideo = get_option('jtheme_related_status');
$featuredImage = get_option('jtheme_featured_imageon');
?>
if($featuredVideo == true){
get_template_part('related-posts');
}else{
echo '

';
}
?>














id="post-">
if($featuredImage == true){
?>



jtheme_thumb_html_single('custom-full');
?>









ID); ?>

$social = get_option('jtheme_social');
if($social == true){ ?>













>





'

'.__('Pages:', 'jtheme').' ', 'after' => '

', 'next_or_number' => 'number')); ?>







'.__('Tags:', 'jtheme').'', ', ', ''); ?>





0) { ?>








$bottomAdcode = get_option('jtheme_bottom_adcode');
$bottomAdimg = get_option('jtheme_bottom_adimg');
if(!empty($bottomAdcode) && empty($bottomAdimg)){
?>

if($relatedVideo == true){
jtheme_related_posts(array(
'number'=>get_option('jtheme_related_posts'),
'view'=>get_option('jtheme_related_posts_view', 'grid-mini')
));
}
?>




}

if(empty($bottomAdcode) && !empty($bottomAdimg)){
?>



}
?>






if($featuredVideo == true){
get_template_part('cat-featured-footer');
}else{
echo '

';
}
?>


 

 

BursaMerkez BursaMerkez Üyeliği Durdurulmuş Banlı Kullanıcı
  • Üyelik 28.12.2013
  • Yaş/Cinsiyet 34 / E
  • Meslek Webmaster
  • Konum Bursa
  • Ad Soyad Ö** A**
  • Mesajlar 139
  • Beğeniler 13 / 14
  • Ticaret 1, (%0)

blogalp adlı üyeden alıntı

Evet o aradaki açığı kapatacaktır.Aşağıdaki kodu denermisiniz. single.php için.


yok hocam aynı değişiklik yok
 

 

wmaraci
Konuyu toplam 1 kişi okuyor. (0 kullanıcı ve 1 misafir)
Site Ayarları
  • Tema Seçeneği
  • Site Sesleri
  • Bildirimler
  • Özel Mesaj Al