problem instalatión

  • In Progress
    Posted in: Game Addict  
  • Member
    thisjrodriguez
    August 21, 2014 at 2:44 pm #47540

    Hi,

    I purchased the theme,

    I installed wordpress, I uploaded the theme and install it gives me error. Looks like a problem with the coding files, so I get to open them

    <? phpif (! function_exists ('optionsframework_init')) {/ * ----------------------------------- ------------------------------------------------ * / / * Theme Options Framework / * ------------------------------------------- // * ---------------------------------------- * Set the file path based on Whether the Theme Options Framework 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'); optionsframework_custom_scripts function () {> <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); remove_twentyeleven_options function () {remove_action ('admin_menu', 'twentyeleven_theme_options_add_page');}?>

    error:
    Parse error: syntax error, unexpected ‘{‘ in /home/hidraga/public_html/wp-content/themes/gameaddict/themeOptions/functions.php on line 1

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.