-
Üyelik
03.09.2015
-
Yaş/Cinsiyet
27 / E
-
Meslek
Odtüde Öğrenci
-
Konum
Ankara
-
Ad Soyad
S** A**
-
Mesajlar
10
-
Beğeniler
1 / 0
-
Ticaret
0, (%0)
Arkadaşlar yeni tema yüklerken bu hatayı aldım hangi kodlarda sıkıntı var anlayamadım bilen arkadaşlar yardımcı olabilirmi
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' );
}
?>
cs-gobet.com
-
Üyelik
07.01.2014
-
Yaş/Cinsiyet
35 / E
-
Meslek
.
-
Konum
Diğer
-
Ad Soyad
K** T**
-
Mesajlar
397
-
Beğeniler
6 / 84
-
Ticaret
22, (%100)
Kodlamayı UTF-8 Boomsuz yaparak dener ve hata kodunu yazar mısınız?
-
Üyelik
03.09.2015
-
Yaş/Cinsiyet
27 / E
-
Meslek
Odtüde Öğrenci
-
Konum
Ankara
-
Ad Soyad
S** A**
-
Mesajlar
10
-
Beğeniler
1 / 0
-
Ticaret
0, (%0)
Parse error: syntax error, unexpected end of file in /home/beastriou/public_html/wp-content/themes/Game1/themeOptions/functions.php on line 38 bunu alıyorum hocam bu seferde
cs-gobet.com
-
Üyelik
26.11.2013
-
Yaş/Cinsiyet
29 / E
-
Meslek
Bilgisayar/Web Programclığı
-
Konum
Manisa
-
Ad Soyad
A** D**
-
Mesajlar
257
-
Beğeniler
8 / 46
-
Ticaret
0, (%0)
Alt taraftaki
Yerini şununla değiştir dene
-
Üyelik
03.09.2015
-
Yaş/Cinsiyet
27 / E
-
Meslek
Odtüde Öğrenci
-
Konum
Ankara
-
Ad Soyad
S** A**
-
Mesajlar
10
-
Beğeniler
1 / 0
-
Ticaret
0, (%0)
@alidebre hocam dediğin gibi yapınca bu seferde başka dosyada bir hata buldu.Temada sıkıntı var galiba saolasın yinede
cs-gobet.com