#1• Nos e que hacer el codigo es el siguiente: <?phpif ( !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 type="text/javascript">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><?php}/* * 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' );}?> Porfavor ayudenme. |
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un nuevo tema en lugar de responder al actual |
Opciones: Ir al subforo: |
Permisos: TU NO PUEDES Escribir nuevos temas TU NO PUEDES Responder a los temas TU NO PUEDES Editar tus propios mensajes TU NO PUEDES Borrar tus propios mensajes |
Temas similares | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: blanrok, el 24/Oct/2023, 05:02 | 0 | 519 | Oct/23 | |
Por: miutopia, el 07/Oct/2023, 23:11 | 5 | 457 | Oct/23 | |
Por: blanrok, el 11/Ene/2023, 20:17 | 1 | 445 | Jan/23 | |
Por: cofradiadevalvanuz, el 03/Oct/2020, 10:03 | 1 | 2k | Oct/20 | |
Por: INDU2, el 12/Dic/2019, 10:00 | 1 | 943 | Dec/19 |