wmaraci reklam
lidertakipci

Parse error: syntax error, unexpected hatası

6 Mesajlar 995 Okunma
advertseo
wmaraci reklam

ilkayCo ilkayCo WM Aracı Kullanıcı
  • Üyelik 23.03.2015
  • Yaş/Cinsiyet 30 / E
  • Meslek Grafik Tasarım
  • Konum İzmir
  • Ad Soyad I** Ç**
  • Mesajlar 30
  • Beğeniler 5 / 4
  • Ticaret 1, (%100)
Bugün; 13:46:46 Paylaş Değiştir Cevap Alıntı PM
Arkadaşlar site açılışında

Parse error: syntax error, unexpected '{' in /home/a4567045/public_html/wp-content/themes/blackfyre/themeOptions/functions.php on line 1

hatası alıyorum .

acaba ne yapmam gerekiyo :confused::confused:
 

 

wmaraci
reklam

alidebre alidebre www.alidebre.com Kullanıcı
  • Üyelik 26.11.2013
  • Yaş/Cinsiyet 28 / E
  • Meslek Bilgisayar/Web Programclığı
  • Konum Manisa
  • Ad Soyad A** D**
  • Mesajlar 257
  • Beğeniler 8 / 46
  • Ticaret 0, (%0)
Çeviriye yazsanız bile anlardınız.
Ayrıştırma hatası: söz dizimi hatası
functions.php dosyasının 1. satırında yazım hatası var kontrol edin
ilkayCo

kişi bu mesajı beğendi.

ilkayCo ilkayCo WM Aracı Kullanıcı
  • Üyelik 23.03.2015
  • Yaş/Cinsiyet 30 / E
  • Meslek Grafik Tasarım
  • Konum İzmir
  • Ad Soyad I** Ç**
  • Mesajlar 30
  • Beğeniler 5 / 4
  • Ticaret 1, (%100)
if ( !function_exists( 'optionsframework_init' ) ) {
/*-----------------------------------------------------------------------------------*/
/* Options Framework Theme
/*-----------------------------------------------------------------------------------*/
/* Set the file path based on whether the Options Framework Theme is a parent theme or child theme */

define('OPTIONS_FRAMEWORK_URL', get_template_directory() . '/themeOptions/admin/');
define('OPTIONS_FRAMEWORK_DIRECTORY', get_template_directory_uri() . '/themeOptions/admin/');

require_once (OPTIONS_FRAMEWORK_URL . 'options-framework.php');
}
/*
* This is an example of how to add custom scripts to the options panel.
* This one shows/hides the an option when a checkbox is clicked.
*/
add_action('optionsframework_custom_scripts', 'optionsframework_custom_scripts');
function optionsframework_custom_scripts() { ?>
<script>
jQuery(document).ready(function() {
jQuery('#example_showhidden').click(function() {
jQuery('#section-example_text_hidden').fadeToggle(400);
});
if (jQuery('#example_showhidden:checked').val() !== undefined) {
jQuery('#section-example_text_hidden').show();
}
});
</script>
}
/*
* Turns off the default options panel from Twenty Eleven
*/
add_action('after_setup_theme','remove_twentyeleven_options', 100);
function remove_twentyeleven_options() {
remove_action( 'admin_menu', 'twentyeleven_theme_options_add_page' );
}
?>


HOCAM DOĞRU DİYOSUNUZDA PEK FAZLA BİLGİM OLMADIĞI İÇİN BİLMİYORUM NE YAPICAĞIMI .
 

 

Kakarotto Kakarotto WM Aracı Kullanıcı
  • Üyelik 30.01.2012
  • Yaş/Cinsiyet 31 / E
  • Meslek Software Developer
  • Konum İstanbul Avrupa
  • Ad Soyad M** A**
  • Mesajlar 2434
  • Beğeniler 686 / 1150
  • Ticaret 1, (%100)
function optionsframework_custom_scripts() { ?>
<script>
jQuery(document).ready(function() {
jQuery('#example_showhidden').click(function() {
jQuery('#section-example_text_hidden').fadeToggle(400);
});
if (jQuery('#example_showhidden:checked').val() !== undefined) {
jQuery('#section-example_text_hidden').show();
}
});
</script>
}


kısmını

function optionsframework_custom_scripts() {
return "<script>
jQuery(document).ready(function() {
jQuery('#example_showhidden').click(function() {
jQuery('#section-example_text_hidden').fadeToggle(400);
});
if (jQuery('#example_showhidden:checked').val() !== undefined) {
jQuery('#section-example_text_hidden').show();
}
});
</script>";
}


şeklinde değiştirin.
ilkayCo

kişi bu mesajı beğendi.

wmaraci
wmaraci

ilkayCo ilkayCo WM Aracı Kullanıcı
  • Üyelik 23.03.2015
  • Yaş/Cinsiyet 30 / E
  • Meslek Grafik Tasarım
  • Konum İzmir
  • Ad Soyad I** Ç**
  • Mesajlar 30
  • Beğeniler 5 / 4
  • Ticaret 1, (%100)
Birşey Değişmedi hocam hala aynı
 

 

Simurg Simurg Yazılım Mühendisi Kullanıcı
  • Üyelik 06.09.2013
  • Yaş/Cinsiyet 27 / E
  • Meslek Yazılım Mühendisi
  • Konum İzmir
  • Ad Soyad M** C**
  • Mesajlar 1109
  • Beğeniler 169 / 168
  • Ticaret 19, (%100)
Dosya aktarimini ikili olarak aktarin
 

 

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