From: Steve Sutton Date: Fri, 24 Aug 2018 14:39:11 +0000 (-0400) Subject: Update for new cam images X-Git-Tag: v1.0.9^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=397ecc691957424cdf34684382b0357c1578b2ab;p=WP-Themes%2Fhotelearl.git Update for new cam images Refresh them. --- diff --git a/functions.php b/functions.php index 5f30b1d..6a7ca2e 100644 --- a/functions.php +++ b/functions.php @@ -61,16 +61,16 @@ function accesspress_parallax_setup() { add_theme_support( 'post-thumbnails' ); add_image_size( 'blog-header', 900, 300, array('center','center')); //blog Image add_image_size( 'portfolio-thumbnail', 560, 450, array('center','center')); //Portfolio Image - add_image_size( 'blog-thumbnail', 480, 300, array('center','center')); //Blog Image + add_image_size( 'blog-thumbnail', 480, 300, array('center','center')); //Blog Image add_image_size( 'team-thumbnail', 380, 380, array('top','center')); //Portfolio Image // This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => __( 'Primary Menu', 'accesspress-parallax' ), 'main' => __( 'Main Menu', 'accesspress-parallax' ), - + ) ); - + /* * Switch default core markup for search form, comment form, and comments * to output valid HTML5. @@ -167,7 +167,7 @@ function accesspress_parallax_scripts() { 'accesspress_slider_speed' => (!of_get_option('slider_speed')) ? "1000" : of_get_option('slider_speed'), 'accesspress_slider_pause' => (!of_get_option('slider_pause')) ? "5000" : of_get_option('slider_pause'), ); - + wp_enqueue_style( 'accesspress-parallax-google-fonts', add_query_arg( $query_args, "//fonts.googleapis.com/css" ) ); wp_enqueue_style( 'font-awesome', get_template_directory_uri() . '/css/fontawesome/css/font-awesome.min.css' ); @@ -196,7 +196,7 @@ function accesspress_parallax_scripts() { wp_enqueue_script( 'slick', get_template_directory_uri() . '/js/slick.js', array('jquery'), '1.8.0', true ); - wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true ); + wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0.1', true ); wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters ); wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.4', true ); wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.4" ); @@ -313,7 +313,7 @@ add_action( 'after_setup_theme', 'wpse_setup_theme' ); add_action( 'admin_init', 'posts_order_wpse_91866' ); -function posts_order_wpse_91866() +function posts_order_wpse_91866() { add_post_type_support( 'post', 'page-attributes' ); } @@ -322,24 +322,24 @@ function my_nav_wrap() { ob_start(); include(__DIR__.'/parts/glm-client-info.php'); $innerContent = ob_get_contents(); - ob_get_clean(); + ob_get_clean(); // default value of 'items_wrap' is ' // open the