Palmixio theme created by Colixio under the GPL License (What is the GPL?). Please support the developer, consider making a donation. Thanks!.
'; $palmixio_test_array = array( 'one' => __('Check this if you want display the site title and description into header', 'Palmixio'), 'two' => __('Check this if you want upload and display a image configurable (must useful to logo) into header', 'Palmixio'), ); $palmixio_position_thumbnail_array = array( 'one' => __('left', 'Palmixio'), 'two' => __('right', 'Palmixio'), ); // Multicheck Array $palmixio_multicheck_array = array( 'one' => __('home button (enabled by default)', 'Palmixio'), 'two' => __('login button', 'Palmixio'), 'three' => __('register button', 'Palmixio'), ); // Multicheck Defaults $palmixio_multicheck_defaults = array( 'one' => '1' ); // Background Defaults $palmixio_background_defaults = array( 'color' => '#F3D550', 'image' => get_template_directory_uri() . '/images/background-header.png', 'repeat' => 'repeat', 'position' => 'top left', 'attachment'=>'scroll' ); $palmixio_thumbnail_background_defaults = array( 'color' => '#FFFFFF', 'image' => get_template_directory_uri() . '/images/bgthumb.png', 'repeat' => 'repeat', 'position' => 'top left', 'attachment'=>'scroll' ); $palmixio_options = array(); $palmixio_options[] = array( 'name' => __('Header Settings', 'Palmixio'), 'type' => 'heading'); $palmixio_options[] = array( 'name' => __('Setting Title And Description Or Custom Image Header', 'Palmixio'), 'desc' => __('check by default', 'Palmixio'), 'id' => 'radio', 'std' => 'one', 'type' => 'radio', 'options' => $palmixio_test_array); $palmixio_options[] = array( 'name' => __('Setting A Custom Image Header', 'Palmixio'), 'desc' => __('Upload your image', 'Palmixio'), 'id' => 'uploader', 'class' => 'hidden', 'type' => 'upload'); $palmixio_options[] = array( 'name' => __('Image Width', 'Palmixio'), 'desc' => __('width size.', 'Palmixio'), 'id' => 'text_mini1', 'std' => 'Default', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Image Height', 'Palmixio'), 'desc' => __('Most useful if your image is 180 pixel in height, like the header.', 'Palmixio'), 'id' => 'text_mini2', 'std' => 'Default', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Image Margin Top', 'Palmixio'), 'desc' => __('margin top pixel position.', 'Palmixio'), 'id' => 'text_mini3', 'std' => '0', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Image Margin Left', 'Palmixio'), 'desc' => __('margin left pixel position.', 'Palmixio'), 'id' => 'text_mini4', 'std' => '0', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Setting Image Link', 'Palmixio'), 'desc' => __('Your domain url.', 'Palmixio'), 'id' => 'text1', 'std' => $palmixio_yourdomainurloption, 'class' => 'hidden', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Setting Image ALT Tag', 'Palmixio'), 'desc' => __('ALT tag image and TITLE tag.', 'Palmixio'), 'id' => 'text2', 'std' => 'Home '.$palmixio_yoursitetitle, 'class' => 'hidden', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Setting Background Header', 'Palmixio'), 'desc' => __('Change the default background header.', 'Palmixio'), 'id' => 'background', 'std' => $palmixio_background_defaults, 'type' => 'background' ); $palmixio_options[] = array( 'name' => __('Remove Search Box', 'Palmixio'), 'desc' => __('Check this if you want remove search box in header.', 'Palmixio'), 'id' => 'radio5', 'type' => 'checkbox'); $palmixio_options[] = array( 'name' => __('Header Menu Settings', 'Palmixio'), 'desc' => __('Remember the "Register" button is not offered if the Administration > Settings > General > Membership: Anyone can register box is not checked.', 'Palmixio'), 'id' => 'my_multicheck', 'std' => $palmixio_multicheck_defaults, // These items get checked by default 'type' => 'multicheck', 'options' => $palmixio_multicheck_array); $palmixio_options[] = array( 'name' => __('Add Pages ID', 'Palmixio'), 'desc' => __('Insert your pages ID separated by comma, if you want showing in menu (e.g. 2,45,32).', 'Palmixio'), 'id' => 'text_mini5', 'std' => '', 'class' => 'mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('', 'Palmixio'), 'desc' => __('
Palmixio theme created by Colixio under the GPL License (What is the GPL?). Please support the developer, consider making a donation. Thanks!.
', 'Palmixio'), 'class' => '', 'type' => 'info'); $palmixio_options[] = array( 'name' => __('Content Settings', 'Palmixio'), 'type' => 'heading'); $palmixio_options[] = array( 'name' => __('Display Excerpt And Thumbnail Settings', 'Palmixio'), 'desc' => __('Check this if you want display an excerpt into article in categories, archives, etc... (not in single page) and setting number words to show, also thumbnail view and setting, remember this feature is active only if you have post excerpt enabled and your Wordpress version is 2.9+.', 'Palmixio'), 'id' => 'radio2', 'type' => 'checkbox'); $palmixio_options[] = array( 'name' => __('Number of words in excerpt', 'Palmixio'), 'desc' => __('Number of words to show in excerpt (75 by default).', 'Palmixio'), 'id' => 'text_excerpt', 'std' => '75', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Thumbnail Settings Info', 'Palmixio'), 'desc' => __('
  1. This is truly important, if you want display a thumbnail into post is necessary when you edit a new post in "Featured Image" remember you set » "Set featured image".
  2. When setting width and height is most useful if the same to "Thumbnail Size" in Media Settings.
', 'Palmixio'), 'class' => 'hidden', 'type' => 'info'); $palmixio_options[] = array( 'name' => __('Setting Position Thumbnail', 'Palmixio'), 'desc' => __('Set position thubnail into article.', 'Palmixio'), 'id' => 'radio4', 'std' => 'one', 'class' => 'hidden', 'type' => 'radio', 'options' => $palmixio_position_thumbnail_array); $palmixio_options[] = array( 'name' => __('Setting Background Thumbnail', 'Palmixio'), 'desc' => __('Change the default background thumbnail.', 'Palmixio'), 'id' => 'background_thumb', 'std' => $palmixio_thumbnail_background_defaults, 'class' => 'hidden', 'type' => 'background' ); $palmixio_options[] = array( 'name' => __('Thumbnail Padding', 'Palmixio'), 'desc' => __('Setting thumbnail padding (15px by default).', 'Palmixio'), 'id' => 'text_padding_thumb', 'std' => '15', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Thumbnail Width', 'Palmixio'), 'desc' => __('Setting thumbnail width (150px by default).', 'Palmixio'), 'id' => 'text_width_thumb', 'std' => '150', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Thumbnail Height', 'Palmixio'), 'desc' => __('Setting thumbnail height (150px by default).', 'Palmixio'), 'id' => 'text_height_thumb', 'std' => '150', 'class' => 'hidden mini', 'type' => 'text'); $palmixio_options[] = array( 'name' => __('Thumbnail Preview', 'Palmixio'), 'desc' => __(' preview .', 'Palmixio'), 'class' => 'hidden', 'type' => 'info'); $palmixio_options[] = array( 'name' => __('', 'Palmixio'), 'desc' => __('
Palmixio theme created by Colixio under the GPL License (What is the GPL?). Please support the developer, consider making a donation. Thanks!.
', 'Palmixio'), 'class' => '', 'type' => 'info'); return $palmixio_options; } add_action('optionsframework_custom_scripts', 'optionsframework_custom_scripts'); function optionsframework_custom_scripts() { ?>