diff --git a/src/wp-content/themes/broadside/images/camouflage.png b/src/wp-content/themes/broadside/images/camouflage.png
new file mode 100644
index 0000000..ddf6c1d
Binary files /dev/null and b/src/wp-content/themes/broadside/images/camouflage.png differ
diff --git a/src/wp-content/themes/broadside/images/logo-instaldeco1.png b/src/wp-content/themes/broadside/images/logo-instaldeco1.png
new file mode 100644
index 0000000..8f7de08
Binary files /dev/null and b/src/wp-content/themes/broadside/images/logo-instaldeco1.png differ
diff --git a/src/wp-content/themes/broadside/options.php b/src/wp-content/themes/broadside/options.php
index 5946578..7b07419 100644
--- a/src/wp-content/themes/broadside/options.php
+++ b/src/wp-content/themes/broadside/options.php
@@ -59,7 +59,7 @@ function optionsframework_options() {
$options[] = array( "name" => "Footer Text",
"desc" => "Add your copyright phrase or any text to be displayed below the footer (e.g. Copyright 2012. Designed by ProgressionStudios)",
"id" => "footer_text",
- "std" => "Copyright © 2011 – MQ – info@mqarquitects.com",
+ "std" => "Copyright © 2011 – Instaldeco S.L.",
"type" => "textarea");
$options[] = array("name" => "Social Settings",
@@ -113,13 +113,13 @@ function optionsframework_options() {
$options[] = array( "name" => "Logo",
"desc" => "Use the upload button to upload your site's logo and then click 'Use this image'. The Maximum width is 270px. The navigation menu is 180px wide. Note: You will have to resize your own logo before uploading.",
"id" => "logo",
- "std" => get_template_directory_uri() . "/images/logo.png",
+ "std" => get_template_directory_uri() . "/images/logo-instaldeco1.png",
"type" => "upload");
$options[] = array( "name" => "Logo Position",
"desc" => "This changes the Logo position to the top or bottom. Note: The Navigation position should be set to the opposite.",
"id" => "logo_position",
- "std" => "top",
+ "std" => "bottom",
"type" => "select",
"class" => "mini",
"options" => array('top' => 'Top', 'bottom' => 'Bottom'));
@@ -127,7 +127,7 @@ function optionsframework_options() {
$options[] = array( "name" => "Navigation Position",
"desc" => "This changes the Navigation position to the top or bottom. Note: The Logo position should be set to the opposite.",
"id" => "nav_position",
- "std" => "bottom",
+ "std" => "top",
"type" => "select",
"class" => "mini",
"options" => array('top' => 'Top', 'bottom' => 'Bottom'));
@@ -141,19 +141,19 @@ function optionsframework_options() {
$options[] = array( "name" => "Default Background (Required)",
"desc" => "This is used for the default background image of your website. It will automatically be resized to fit your browser window. Use the upload button to upload your own background and then click 'Use this image'. The default image(in case you delete it) should be located at: /wp-content/themes/Broadside/images/background.jpg",
"id" => "default_bg",
- "std" => get_template_directory_uri() . "/images/background.jpg",
+ "std" => get_template_directory_uri() . "/images/camouflage.png",
"type" => "upload");
$options[] = array( "name" => "Default Content Background (Required)",
"desc" => "This is a content background image of your website. It will automatically be resized to fit your content window. Use the upload button to upload your own background and then click 'Use this image'. The default image(in case you delete it) should be located at: /wp-content/themes/Broadside/images/backgrounds/blog-background.jpg",
"id" => "blog_bg",
- "std" => get_template_directory_uri() . "/images/backgrounds/blog-background.jpg",
+ "std" => get_template_directory_uri() . "/images/backgrounds/about-background.jpg",
"type" => "upload");
$options[] = array( "name" => "Site Height",
"desc" => "Use this to adjust your site overall height. 'The Space' Live Preview is 600px tall, and 'The Architects' Live Preview is 500px tall. ",
"id" => "site_height",
- "std" => "500",
+ "std" => "600",
"class" => "mini",
"type" => "text");
@@ -167,13 +167,13 @@ function optionsframework_options() {
$options[] = array( "name" => "Menu Background",
"desc" => "Use this to change the Menu background color. This includes the navigation and logo background. The default for 'The Space' is #b8174d and the default for 'The Architects' is #f20a0a.",
"id" => "menu_bg",
- "std" => "#f20a0a",
+ "std" => "#FF6900",
"type" => "color");
$options[] = array( "name" => "Headings Color",
"desc" => "Use this to change the main headings color. The default for 'The Space' is #000000 and the default for 'The Architects' is #f20a0a.",
"id" => "headings_color",
- "std" => "#f20a0a",
+ "std" => "#515151",
"type" => "color");
$options[] = array( "name" => "Static Menu",
@@ -190,13 +190,13 @@ function optionsframework_options() {
$options[] = array( "name" => "Homepage Title",
"desc" => "Enter a title for the homepage, leave blank if you want to use an auto generated one.",
"id" => "home_title",
- "std" => "",
+ "std" => "Instaldeco",
"type" => "text");
$options[] = array( "name" => "Homepage Meta Description",
"desc" => "Enter a description for the homepage, about 140 characters.",
"id" => "home_meta",
- "std" => "",
+ "std" => "Desarrollamos y materializamos cualquier proyecto o idea que llegue a nuestras manos",
"type" => "text");
$options[] = array( "name" => "Tracking Code",
@@ -208,7 +208,7 @@ function optionsframework_options() {
$options[] = array( "name" => "404 Error Message Text",
"desc" => "Enter your custom 404 error message.",
"id" => "404_error",
- "std" => "404 Page Not Found",
+ "std" => "Página no encontrada",
"type" => "textarea");
$options[] = array( "name" => "Custom CSS",
@@ -267,7 +267,7 @@ function optionsframework_options() {
$options[] = array( "name" => "Bullets",
"desc" => "Show the bullet navigation.",
"id" => "bullets",
- "std" => "false",
+ "std" => "true",
"type" => "select",
"class" => "mini",
"options" => array('true' => 'On', 'false' => 'Off'));